diff --git a/get_release_number.sh b/get_release_number.sh new file mode 100644 index 0000000..977b5e9 --- /dev/null +++ b/get_release_number.sh @@ -0,0 +1,3 @@ +#! /bin/sh + +echo "pkg:graphviz" diff --git a/graphviz-plugins.changes b/graphviz-plugins.changes index 9cf00bd..0dc47ac 100644 --- a/graphviz-plugins.changes +++ b/graphviz-plugins.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 11 10:32:51 CEST 2007 - ro@suse.de + +- added get_release_number.sh to sync rel-number between + graphviz and graphviz-plugins + ------------------------------------------------------------------- Thu May 10 01:42:44 CEST 2007 - ro@suse.de diff --git a/graphviz-plugins.spec b/graphviz-plugins.spec index 0a2e59a..73154b3 100644 --- a/graphviz-plugins.spec +++ b/graphviz-plugins.spec @@ -20,7 +20,7 @@ BuildRequires: xorg-x11-libX11-devel xorg-x11-libXext-devel xorg-x11-libXmu-dev BuildRequires: cairo-devel gcc-java gmp-devel guile-devel libgcj-devel lua-devel mono-core ocaml pango-devel BuildRequires: graphviz libgnomeui-devel php5-devel Version: 2.12 -Release: 1 +Release: 4 Autoreqprov: on Summary: Graph Visualization Tools Group: Productivity/Graphics/Visualization/Graph @@ -449,6 +449,9 @@ if ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_li %doc __doc/* %changelog +* Fri May 11 2007 - ro@suse.de +- added get_release_number.sh to sync rel-number between + graphviz and graphviz-plugins * Thu May 10 2007 - ro@suse.de - create own specfile for all plugins to reduce build dependencies of main package (and break various build cycles) diff --git a/graphviz.changes b/graphviz.changes index ec14de8..f3756ff 100644 --- a/graphviz.changes +++ b/graphviz.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 11 10:32:20 CEST 2007 - ro@suse.de + +- added get_release_number.sh to sync rel-number between + graphviz and graphviz-plugins + ------------------------------------------------------------------- Thu May 10 01:48:27 CEST 2007 - ro@suse.de diff --git a/graphviz.spec b/graphviz.spec index c7bc9c7..1734dcb 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -17,7 +17,7 @@ BuildRequires: bison flex glib2-devel xorg-x11-devel BuildRequires: xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libXpm-devel BuildRequires: xorg-x11-libX11-devel xorg-x11-libXext-devel xorg-x11-libXmu-devel xorg-x11-libXt-devel Version: 2.12 -Release: 2 +Release: 4 Autoreqprov: on Summary: Graph Visualization Tools Group: Productivity/Graphics/Visualization/Graph @@ -199,6 +199,9 @@ if ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_li %exclude %{_libdir}/graphviz/*.so %changelog +* Fri May 11 2007 - ro@suse.de +- added get_release_number.sh to sync rel-number between + graphviz and graphviz-plugins * Thu May 10 2007 - ro@suse.de - split off plugins to separate specfile to break build cycles * Tue May 08 2007 - pth@suse.de