diff --git a/graphviz-2.38.0-lua-5.3.patch b/graphviz-7.0.6-lua-5.4.patch similarity index 85% rename from graphviz-2.38.0-lua-5.3.patch rename to graphviz-7.0.6-lua-5.4.patch index a17f9c1..66d2ab8 100644 --- a/graphviz-2.38.0-lua-5.3.patch +++ b/graphviz-7.0.6-lua-5.4.patch @@ -5,7 +5,7 @@ LUA_INCLUDES="$CFLAGS" fi - for l in "$lua_suffix" "" "52" "5.2" "51" "5.1" "50" "5.0" ; do -+ for l in "$lua_suffix" "" "53" "5.3" "52" "5.2" "51" "5.1" "50" "5.0" ; do ++ for l in "$lua_suffix" "" "54" "5.4" "53" "5.3" "52" "5.2" "51" "5.1" "50" "5.0" ; do AC_CHECK_LIB(lua$l,lua_call,ac_found_lua_lib="yes",ac_found_lua_lib="no") if test "x$ac_found_lua_lib" = "xyes" ; then LUA_VERSION=">=5.1.0" diff --git a/graphviz.spec b/graphviz.spec index ef1ac5e..d5589f7 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -1,7 +1,7 @@ %define libname lib%{name} Name: graphviz -Version: 7.0.5 +Version: 7.0.6 Release: 1mamba Summary: Graph Visualization Tools Group: Applications/Graphics @@ -10,14 +10,13 @@ Distribution: openmamba Packager: Silvan Calarco URL: https://www.graphviz.org/ Source: https://gitlab.com/graphviz/graphviz.git/%{version}/graphviz-%{version}.tar.bz2 -#Source: http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-%{version}.tar.gz Patch0: graphviz-2.30.1-php-5.4.11.patch Patch1: graphviz-2.30.1-lua-5.2.patch Patch2: graphviz-2.30.1-gvc.pc-no-libgraph.patch Patch3: graphviz-2.30.1-guile-2.patch Patch4: graphviz-2.30.1-ruby-2.patch Patch5: graphviz-2.38.0-ghostscript-9.19.patch -Patch6: graphviz-2.38.0-lua-5.3.patch +Patch6: graphviz-7.0.6-lua-5.4.patch Patch7: graphviz-2.49.1-python3-3.7.10.patch License: Common Public Attribution License 1.0 ## AUTOBUILDREQ-BEGIN @@ -238,7 +237,7 @@ This package contains the documentation of %{name} in HTML and pdf formats. #%patch4 -p1 %patch5 -p1 %patch6 -p1 -%patch7 -p1 +#%patch7 -p1 ./autogen.sh @@ -281,10 +280,6 @@ exit 0 %{_datadir}/%{name}/* %exclude %{_datadir}/%{name}/demo %exclude %{_datadir}/%{name}/graphs -%ifnarch %{ix86} -%exclude %{_datadir}/%{name}/doc/html -%exclude %{_datadir}/%{name}/doc/pdf -%endif %{_mandir}/man1/* %{_mandir}/man7/graphviz.7* @@ -315,9 +310,6 @@ exit 0 %files -n python-%{name} %defattr(-,root,root) -%{_libdir}/graphviz/python/_gv.so -%{_libdir}/graphviz/python/gv.py -%{_libdir}/graphviz/python/libgv_python.so %{_libdir}/graphviz/python3/_gv.so %{_libdir}/graphviz/python3/gv.py %{_libdir}/graphviz/python3/libgv_python3.so @@ -430,6 +422,9 @@ exit 0 %{_docdir}/%{name}/* %changelog +* Wed Jan 11 2023 Automatic Build System 7.0.6-1mamba +- automatic version update by autodist + * Fri Dec 30 2022 Automatic Build System 7.0.5-1mamba - automatic version update by autodist