rpms/python-shout/devel python-shout.spec,1.2,1.3

Miloš Jakubíček mjakubicek at fedoraproject.org
Tue Apr 28 22:52:56 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/python-shout/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5664/devel

Modified Files:
	python-shout.spec 
Log Message:
- Fix FTBFS: egginfo filename changed because of move to Python 2.6




Index: python-shout.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-shout/devel/python-shout.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- python-shout.spec	26 Feb 2009 23:26:44 -0000	1.2
+++ python-shout.spec	28 Apr 2009 22:52:26 -0000	1.3
@@ -3,7 +3,7 @@
 
 Name:           python-shout
 Version:        0.2.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Python bindings for libshout 2
 
 Group:          Development/Languages
@@ -40,11 +40,13 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc COPYING PKG-INFO README
-%{python_sitearch}/*.so
-%{python_sitearch}/shout_python-%{version}-py2.5.egg-info
+%{python_sitearch}/*
 
 
 %changelog
+* Wed Apr 29 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 0.2.1-3
+- Fix FTBFS: egginfo filename changed because of move to Python 2.6
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list