diff --git a/get_release_number.sh b/get_release_number.sh deleted file mode 100644 index 977b5e9..0000000 --- a/get_release_number.sh +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh - -echo "pkg:graphviz" diff --git a/graphviz-plugins.changes b/graphviz-plugins.changes index 4686c0a..8922949 100644 --- a/graphviz-plugins.changes +++ b/graphviz-plugins.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Aug 14 16:51:30 CEST 2008 - ro@suse.de + +- drop get_release_number script +- remove release requires in plugins package, require just + the same version + ------------------------------------------------------------------- Thu Aug 7 15:53:42 CEST 2008 - ro@suse.de diff --git a/graphviz-plugins.spec b/graphviz-plugins.spec index bec3ac4..35f2537 100644 --- a/graphviz-plugins.spec +++ b/graphviz-plugins.spec @@ -30,7 +30,7 @@ BuildRequires: graphviz gtkglext-devel libglade2-devel libgnomeui-devel BuildRequires: fdupes %endif Version: 2.20.2 -Release: 2 +Release: 3 AutoReqProv: on Summary: Graph Visualization Tools Group: Productivity/Graphics/Visualization/Graph @@ -75,7 +75,7 @@ Authors: License: IBM Public License Group: Productivity/Graphics/Visualization/Graph Summary: Graphviz plugins that use gtk/GNOME -Requires: graphviz = %{version}-%{release} +Requires: graphviz = %{version} PreReq: /bin/rm %description -n graphviz-gnome @@ -97,7 +97,7 @@ Authors: License: IBM Public License Group: Productivity/Graphics/Visualization/Graph Summary: Graphviz plugin for renderers based on gd -Requires: graphviz = %{version}-%{release} gd +Requires: graphviz = %{version} gd PreReq: /bin/rm %description -n graphviz-gd @@ -120,7 +120,7 @@ Authors: License: IBM Public License Group: Productivity/Graphics/Visualization/Graph Summary: Graph Visualization Tools -Requires: graphviz = %{version}-%{release} guile +Requires: graphviz = %{version} guile %description -n graphviz-guile A collection of tools and tcl packages for the manipulation and layout @@ -142,7 +142,7 @@ Authors: License: IBM Public License Group: Productivity/Graphics/Visualization/Graph Summary: Graph Visualization Tools -Requires: graphviz = %{version}-%{release} java +Requires: graphviz = %{version} java %description -n graphviz-java A collection of tools and tcl packages for the manipulation and layout @@ -164,7 +164,7 @@ Authors: License: IBM Public License Group: Productivity/Graphics/Visualization/Graph Summary: Lua extension for graphviz -Requires: graphviz = %{version}-%{release} lua +Requires: graphviz = %{version} lua %description -n graphviz-lua The graphviz-lua package contains the lua extension for the graphviz @@ -186,7 +186,7 @@ Authors: License: IBM Public License Group: Productivity/Graphics/Visualization/Graph Summary: OCAML extension for graphviz -Requires: graphviz = %{version}-%{release} ocaml +Requires: graphviz = %{version} ocaml %description -n graphviz-ocaml The graphviz-ocaml package contains the Objective Caml extension for @@ -208,7 +208,7 @@ Authors: License: IBM Public License Group: Productivity/Graphics/Visualization/Graph Summary: Perl extension for Graphviz -Requires: graphviz = %{version}-%{release} perl +Requires: graphviz = %{version} perl %description -n graphviz-perl The graphviz-perl package contains the Perl extension for the graphviz @@ -230,7 +230,7 @@ Authors: License: IBM Public License Group: Productivity/Graphics/Visualization/Graph Summary: PHP Extension for Graphviz -Requires: graphviz = %{version}-%{release} php5 +Requires: graphviz = %{version} php5 %description -n graphviz-php The graphviz-php package contains the PHP extension for the graphviz @@ -252,7 +252,7 @@ Authors: License: IBM Public License Group: Productivity/Graphics/Visualization/Graph Summary: Python Extension for Graphviz -Requires: graphviz = %{version}-%{release} python +Requires: graphviz = %{version} python %description -n graphviz-python The graphviz-python package contains the Python extension for the @@ -274,7 +274,7 @@ Authors: License: IBM Public License Group: Productivity/Graphics/Visualization/Graph Summary: Ruby Extension for Graphviz -Requires: graphviz = %{version}-%{release} ruby +Requires: graphviz = %{version} ruby %description -n graphviz-ruby The graphviz-ruby package contains the ruby extension for the graphviz @@ -296,7 +296,7 @@ Authors: License: IBM Public License Group: Productivity/Graphics/Visualization/Graph Summary: C# Extension for Graphviz -Requires: graphviz = %{version}-%{release} mono-core +Requires: graphviz = %{version} mono-core %description -n graphviz-sharp The graphviz-sharp package contains the C# extension for the graphviz @@ -318,7 +318,7 @@ Authors: License: IBM Public License Group: Development/Libraries/Tcl Summary: Tcl extension tools for graphviz -Requires: graphviz = %{version}-%{release} tcl >= 8.3 tk +Requires: graphviz = %{version} tcl >= 8.3 tk %description -n graphviz-tcl The graphviz-tcl package contains the various tcl packages (extensions) @@ -551,6 +551,10 @@ done %doc __doc/* %changelog +* Thu Aug 14 2008 ro@suse.de +- drop get_release_number script +- remove release requires in plugins package, require just + the same version * Thu Aug 07 2008 ro@suse.de - drop nodebug, require main graphviz package from debuginfo instead diff --git a/graphviz.spec b/graphviz.spec index 730a53b..05295af 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -25,7 +25,7 @@ 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 PreReq: /bin/rm Version: 2.20.2 -Release: 17 +Release: 23 AutoReqProv: on Summary: Graph Visualization Tools Group: Productivity/Graphics/Visualization/Graph