rpms/python-Coherence/devel .cvsignore, 1.6, 1.7 python-Coherence.spec, 1.7, 1.8 sources, 1.6, 1.7

Matthias Saou thias at fedoraproject.org
Fri Jan 2 18:56:48 UTC 2009


Author: thias

Update of /cvs/extras/rpms/python-Coherence/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8646

Modified Files:
	.cvsignore python-Coherence.spec sources 
Log Message:
Update to 0.6.0.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-Coherence/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	2 Oct 2008 08:01:34 -0000	1.6
+++ .cvsignore	2 Jan 2009 18:56:17 -0000	1.7
@@ -1 +1 @@
-Coherence-0.5.8.tar.gz
+Coherence-0.6.0.tar.gz


Index: python-Coherence.spec
===================================================================
RCS file: /cvs/extras/rpms/python-Coherence/devel/python-Coherence.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-Coherence.spec	29 Nov 2008 15:27:19 -0000	1.7
+++ python-Coherence.spec	2 Jan 2009 18:56:18 -0000	1.8
@@ -2,8 +2,8 @@
 
 Summary: Python framework to participate in digital living networks
 Name: python-Coherence
-Version: 0.5.8
-Release: 2%{?dist}
+Version: 0.6.0
+Release: 1%{?dist}
 License: MIT
 Group: Development/Languages
 URL: https://coherence.beebits.net/
@@ -13,18 +13,12 @@
 # As of 0.5.8, only "ConfigObj >= 4.3" in the requires.txt egg file
 #Requires: python-twisted-core
 #Requires: python-twisted-web
-#Requires: SOAPpy
 #Requires: python-nevow
-#Requires: python-louie
+Requires: python-louie
 Requires: python-configobj
 BuildRequires: python-devel
 # Must have setuptools to build the package
-# The build portions moved to a subpackage in F-8
-%if 0%{?fedora} >= 8
 BuildRequires: python-setuptools-devel
-%else
-BuildRequires: python-setuptools
-%endif
 Buildarch: noarch
 # Fist test packages had different names
 Obsoletes: coherence < 0.2.1-2
@@ -37,6 +31,11 @@
 
 %prep
 %setup -q -n Coherence-%{version}
+# As of 0.5.8, louie is bundled but we prefer the external package since we
+# have it easily available
+find coherence -type f -exec \
+    sed -i 's/coherence.extern.louie as louie/louie/' {} \;
+%{__rm} -rf coherence/extern/louie/
 
 
 %build
@@ -66,6 +65,10 @@
 
 
 %changelog
+* Fri Jan  2 2009 Matthias Saou <http://freshrpms.net/> 0.6.0-1
+- Update to 0.6.0.
+- Remove bundled internal louie and require external + trivial sed to use it.
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.5.8-2
 - Rebuild for Python 2.6
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-Coherence/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	2 Oct 2008 08:01:34 -0000	1.6
+++ sources	2 Jan 2009 18:56:18 -0000	1.7
@@ -1 +1 @@
-81148ea9c8ab6ce5dd8fc3f5f1403348  Coherence-0.5.8.tar.gz
+58bebf0aee266161ae343e3d5b6956a3  Coherence-0.6.0.tar.gz




More information about the scm-commits mailing list