diff --git a/graphviz-7.1.0.tar.xz b/graphviz-8.0.4.tar.xz similarity index 69% rename from graphviz-7.1.0.tar.xz rename to graphviz-8.0.4.tar.xz index d007e10f8deee19f4ec6090614135f3cbe5a15c2..c2e6a9d553a59b707300d69784e6f358cd55ee94 100644 Binary files a/graphviz-7.1.0.tar.xz and b/graphviz-8.0.4.tar.xz differ diff --git a/graphviz.spec b/graphviz.spec index e7867c85e606401b5a2c06f1903142ab9aa9901b..c15fe8ad413870f307d6857c137ce6cad1258eb4 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -1,4 +1,4 @@ -%define anolis_release 5 +%define anolis_release 1 %undefine _package_note_flags # temporal drop of PHP support due to https://gitlab.com/graphviz/graphviz/-/issues/2277 %bcond_with php @@ -7,7 +7,7 @@ # Necessary conditionals %global SHARP 0 -%global OCAML 0 +%global OCAML 1 %global DEVIL 0 %global ARRRR 0 @@ -18,7 +18,6 @@ %global GTS 0 %global LASI 0 -# Not in Fedora yet. %global MING 0 %ifarch %{java_arches} @@ -50,12 +49,11 @@ Name: graphviz Summary: Graph Visualization Tools -Version: 7.1.0 +Version: 8.0.4 Release: %{anolis_release}%{?dist} License: EPL-1.0 URL: http://www.graphviz.org/ -Source0: https://gitlab.com/%{name}/%{name}/-/archive/%{version}/%{name}-%{version}.tar.xz -Source1: https://gitlab.com/graphviz/graphviz/-/raw/main/gen_version.py +Source0: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/%{version}/%{name}-%{version}.tar.xz BuildRequires: gcc-g++ BuildRequires: zlib-devel BuildRequires: libpng-devel @@ -334,13 +332,13 @@ Go extension for graphviz. %prep %autosetup -p1 -cp %{SOURCE1} . # Attempt to fix rpmlint warnings about executable sources find -type f -regex '.*\.\(c\|h\)$' -exec chmod a-x {} ';' %build -./autogen.sh +autoreconf -fi + %if %{JAVA} # Hack in the java includes we need sed -i '/JavaVM.framework/!s/JAVA_INCLUDES=/JAVA_INCLUDES=\"_MY_JAVA_INCLUDES_\"/g' configure @@ -657,6 +655,9 @@ php --no-php-ini \ %endif %changelog +* Sat Apr 29 2023 Funda Wang - 8.0.4-1 +- New version 8.0.4 + * Wed Apr 19 2023 yuanhui - 7.0.6-5 - Remove python-3.12 related patch