rpms/python-sysv_ipc/F-11 import.log, 1.1, 1.2 python-sysv_ipc.spec, 1.1, 1.2

Steven Fernandez lonetwin at fedoraproject.org
Fri Sep 25 11:31:52 UTC 2009


Author: lonetwin

Update of /cvs/pkgs/rpms/python-sysv_ipc/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24273/F-11

Modified Files:
	import.log python-sysv_ipc.spec 
Log Message:
- Spec file fix. Use correct python version for egg-info file



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-sysv_ipc/F-11/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	25 Sep 2009 08:54:13 -0000	1.1
+++ import.log	25 Sep 2009 11:31:51 -0000	1.2
@@ -1 +1,2 @@
 python-sysv_ipc-0_4_2-1_fc11:F-11:python-sysv_ipc-0.4.2-1.fc11.src.rpm:1253868802
+python-sysv_ipc-0_4_2-2_fc11:F-11:python-sysv_ipc-0.4.2-2.fc11.src.rpm:1253878266


Index: python-sysv_ipc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-sysv_ipc/F-11/python-sysv_ipc.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-sysv_ipc.spec	25 Sep 2009 08:54:14 -0000	1.1
+++ python-sysv_ipc.spec	25 Sep 2009 11:31:52 -0000	1.2
@@ -3,7 +3,7 @@
 
 Name:           python-%{oname}
 Version:        0.4.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        System V IPC for Python - Semaphores, Shared Memory and Message Queues
 Group:          Development/Libraries
 License:        GPLv3+
@@ -48,12 +48,15 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc INSTALL LICENSE README ReadMe.html VERSION
 %{python_sitearch}/%{oname}.so
-%{python_sitearch}/%{oname}-%{version}-py2.6.egg-info
+%{python_sitearch}/%{oname}-%{version}-py2.[56].egg-info
 
 %files examples
 %defattr(-,root,root,-)
 %{_docdir}/%{name}-examples-%{version}/
 
 %changelog
+* Fri Sep 25 2009 Steven Fernandez <lonetwin at fedoraproject.org> - 0.4.2-2
+- Spec file fix. Use correct python version for egg-info file
+
 * Sat Aug 29 2009 Steven Fernandez <lonetwin at fedoraproject.org> - 0.4.2-1
-- First build
+- Initial build




More information about the scm-commits mailing list