rpms/gcompris/devel gcompris.spec,1.7,1.8

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Wed May 10 04:52:01 UTC 2006


Author: jwrdegoede

Update of /cvs/extras/rpms/gcompris/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11487

Modified Files:
	gcompris.spec 
Log Message:
Add a hard Requires on gcompris-libs version-release to the base package
  because upstream doesn't bump the soname version when the abi changes.


Index: gcompris.spec
===================================================================
RCS file: /cvs/extras/rpms/gcompris/devel/gcompris.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gcompris.spec	9 May 2006 19:16:54 -0000	1.7
+++ gcompris.spec	10 May 2006 04:52:01 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           gcompris
 Version:        7.4
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Educational suite for kids 2-10 years old
 Group:          Amusements/Games
 License:        GPL
@@ -21,6 +21,7 @@
 Buildrequires:  perl(XML::Parser) gettext desktop-file-utils gnuchess
 Requires:       gnuchess gnucap tuxpaint gcompris-flags
 Requires:       gnome-python2-canvas python-sqlite2
+Requires:       %{name}-libs = %{version}-%{release}
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 
@@ -71,7 +72,7 @@
 %package devel
 Summary:        Development libraries and headers for gcompris-lib
 Group:          Development/Libraries
-Requires:       %{name}-libs = %{version}
+Requires:       %{name}-libs = %{version}-%{release}
 Requires:       libgnomecanvas-devel pkgconfig
 
 %description devel
@@ -479,6 +480,10 @@
 
 
 %changelog
+* unreleased 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 7.4-10
+- Add a hard Requires on gcompris-libs version-release to the base package
+  because upstream doesn't bump the soname version when the abi changes.
+
 * Tue May  9 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 7.4-9
 - Fix 2 bugs introduced by the fix for bug 190918, see the bug for details.
 




More information about the fedora-extras-commits mailing list