rpms/python-sysv_ipc/devel python-sysv_ipc.spec,1.3,1.4

dmalcolm dmalcolm at fedoraproject.org
Tue Jul 27 00:35:35 UTC 2010


Author: dmalcolm

Update of /cvs/pkgs/rpms/python-sysv_ipc/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24242

Modified Files:
	python-sysv_ipc.spec 
Log Message:
* Mon Jul 26 2010 David Malcolm <dmalcolm at redhat.com> - 0.4.2-4
- further generalize the egginfo manifest so it works with any python 2 minor
version



Index: python-sysv_ipc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-sysv_ipc/devel/python-sysv_ipc.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- python-sysv_ipc.spec	22 Jul 2010 05:30:12 -0000	1.3
+++ python-sysv_ipc.spec	27 Jul 2010 00:35:35 -0000	1.4
@@ -3,7 +3,7 @@
 
 Name:           python-%{oname}
 Version:        0.4.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        System V IPC for Python - Semaphores, Shared Memory and Message Queues
 Group:          Development/Libraries
 License:        GPLv3+
@@ -48,13 +48,17 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc INSTALL LICENSE README ReadMe.html VERSION
 %{python_sitearch}/%{oname}.so
-%{python_sitearch}/%{oname}-%{version}-py2.[56].egg-info
+%{python_sitearch}/%{oname}-%{version}-py2.?.egg-info
 
 %files examples
 %defattr(-,root,root,-)
 %{_docdir}/%{name}-examples-%{version}/
 
 %changelog
+* Mon Jul 26 2010 David Malcolm <dmalcolm at redhat.com> - 0.4.2-4
+- further generalize the egginfo manifest so it works with any python 2 minor
+version
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.4.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 



More information about the scm-commits mailing list