forked from pool/graphviz
Accepting request 569723 from home:dimstar:Factory
Move to guile-2.2 on CODE15 OBS-URL: https://build.opensuse.org/request/show/569723 OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=126
This commit is contained in:
parent
468b7e4001
commit
13667de048
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user