rpms/ice/F-7 ice.spec,1.1,1.2

Mary Ellen Foster (mef) fedora-extras-commits at redhat.com
Fri Sep 7 07:21:01 UTC 2007


Author: mef

Update of /cvs/pkgs/rpms/ice/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17385/F-7

Modified Files:
	ice.spec 
Log Message:
Added required Obsoletes: for the zeroc names



Index: ice.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ice/F-7/ice.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ice.spec	31 Aug 2007 05:07:00 -0000	1.1
+++ ice.spec	7 Sep 2007 07:20:28 -0000	1.2
@@ -10,7 +10,7 @@
 
 Name: ice
 Version: 3.2.1
-Release: 9%{?dist}
+Release: 10%{?dist}
 Summary: The Ice base runtime and services
 
 Group: System Environment/Libraries
@@ -92,6 +92,7 @@
 Summary: Tools for developing Ice applications in C++
 Group: Development/Tools
 Provides: ice-c++-devel = %{version}-%{release}
+Obsoletes: ice-c++-devel < %{version}-%{release}
 Requires: ice = %{version}-%{release}
 %description devel
 Tools for developing Ice applications in C++.
@@ -130,6 +131,7 @@
 Summary: The Ice runtime for C#
 Group: System Environment/Libraries
 Provides: ice-dotnet = %{version}-%{release}
+Obsoletes: ice-dotnet < %{version}-%{release}
 Requires: ice = %{version}-%{release}, mono-core >= 1.2.2
 %description csharp
 The Ice runtime for C#
@@ -579,6 +581,9 @@
 %config(noreplace) %{_sysconfdir}/php.d/ice.ini
 
 %changelog
+* Fri Sep  9 2007 Mary Ellen Foster <mefoster at gmail.com> 3.2.1-10
+- Also add Obsoletes: for the old zeroc names
+
 * Wed Aug 29 2007 Mary Ellen Foster <mefoster at gmail.com> 3.2.1-9
 - Add "with exceptions" to license tag
 - Minor typo corrections in README.Fedora




More information about the scm-commits mailing list