rpms/ice/devel ice.spec,1.19,1.20

Mary Ellen Foster mef at fedoraproject.org
Thu Dec 4 09:10:47 UTC 2008


Author: mef

Update of /cvs/pkgs/rpms/ice/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1303

Modified Files:
	ice.spec 
Log Message:
Testing python 2.6 modifications


Index: ice.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ice/devel/ice.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ice.spec	29 Nov 2008 16:47:53 -0000	1.19
+++ ice.spec	4 Dec 2008 09:10:16 -0000	1.20
@@ -4,7 +4,7 @@
 
 Name: ice
 Version: 3.3.0
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: The Ice base runtime and services
 
 Group: System Environment/Libraries
@@ -24,6 +24,7 @@
 # From http://www.zeroc.com/forums/patches/3798-patch-1-ice-3-3-0-fix-slice2cpp-slice2freeze.html
 Patch4:         Ice-3.3.0-fix-slice2cpp-slice2freeze.patch
 Patch5:         Ice-3.3.0-use-db4.7.patch
+Patch6:         Ice-3.3.0-python-26.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Ice doesn't officially support this architecture at all
@@ -167,6 +168,7 @@
 %if 0%{?fedora} >= 10
 %patch5 -p1
 %endif
+%patch6 -p1
 %setup -q -n Ice-rpmbuild-%{version} -T -b 1
 %setup -q -n Ice-%{version}-man-pages -T -b 2
 
@@ -528,6 +530,9 @@
 %config(noreplace) %{_sysconfdir}/php.d/ice.ini
 
 %changelog
+* Thu Dec  4 2008 <mefoster at gmail.com> - 3.3.0-7
+- (Tiny) patch to support Python 2.6
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 3.3.0-6
 - Rebuild for Python 2.6
 




More information about the fedora-extras-commits mailing list