diff --git a/graphviz-addons.changes b/graphviz-addons.changes index d744b42..7dc1da3 100644 --- a/graphviz-addons.changes +++ b/graphviz-addons.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 25 16:12:41 UTC 2018 - dimstar@opensuse.org + +- Move to pkgconfig(guile-2.2) BuildRequires on suse_version >= + 1500. + ------------------------------------------------------------------- Tue Jan 16 13:50:45 UTC 2018 - dimstar@opensuse.org diff --git a/graphviz-addons.spec b/graphviz-addons.spec index e229259..9b3182d 100644 --- a/graphviz-addons.spec +++ b/graphviz-addons.spec @@ -1,7 +1,7 @@ # # spec file for package graphviz-addons # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -88,7 +88,11 @@ BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(glu) BuildRequires: pkgconfig(gtkglext-1.0) BuildRequires: pkgconfig(gts) +%if 0%{?suse_version} >= 1500 +BuildRequires: pkgconfig(guile-2.2) +%else BuildRequires: pkgconfig(guile-2.0) +%endif BuildRequires: pkgconfig(ijs) BuildRequires: pkgconfig(libglade-2.0) BuildRequires: pkgconfig(librsvg-2.0) @@ -285,6 +289,9 @@ programs that use the graphviz libraries including man3 pages. %patch6 %patch7 %patch8 +%if 0%{?suse_version} >= 1500 +sed "s/guile-2.0/guile-2.2/" configure.ac +%endif rm -f contrib/gprof2dot.awk diff --git a/graphviz.changes b/graphviz.changes index d744b42..7dc1da3 100644 --- a/graphviz.changes +++ b/graphviz.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 25 16:12:41 UTC 2018 - dimstar@opensuse.org + +- Move to pkgconfig(guile-2.2) BuildRequires on suse_version >= + 1500. + ------------------------------------------------------------------- Tue Jan 16 13:50:45 UTC 2018 - dimstar@opensuse.org diff --git a/graphviz.spec b/graphviz.spec index 4c3a5d7..f83f901 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -1,7 +1,7 @@ # # spec file for package graphviz # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -88,7 +88,11 @@ BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(glu) BuildRequires: pkgconfig(gtkglext-1.0) BuildRequires: pkgconfig(gts) +%if 0%{?suse_version} >= 1500 +BuildRequires: pkgconfig(guile-2.2) +%else BuildRequires: pkgconfig(guile-2.0) +%endif BuildRequires: pkgconfig(ijs) BuildRequires: pkgconfig(libglade-2.0) BuildRequires: pkgconfig(librsvg-2.0) @@ -285,6 +289,9 @@ programs that use the graphviz libraries including man3 pages. %patch6 %patch7 %patch8 +%if 0%{?suse_version} >= 1500 +sed "s/guile-2.0/guile-2.2/" configure.ac +%endif rm -f contrib/gprof2dot.awk