rpms/sonata/FC-6 sonata-1.2-nocleaning.patch, NONE, 1.1 sonata.spec, 1.4, 1.5

Michał Bentkowski (ecik) fedora-extras-commits at redhat.com
Sun Aug 26 12:29:59 UTC 2007


Author: ecik

Update of /cvs/extras/rpms/sonata/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23055

Modified Files:
	sonata.spec 
Added Files:
	sonata-1.2-nocleaning.patch 
Log Message:
* Sun Aug 26 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.2.3-1.fc6.1
- Add patch


sonata-1.2-nocleaning.patch:

--- NEW FILE sonata-1.2-nocleaning.patch ---
--- ./setup.py.nocleaning	2007-07-16 23:51:12.000000000 +0200
+++ ./setup.py	2007-07-16 23:51:52.000000000 +0200
@@ -80,21 +80,3 @@ setup(name='Sonata',
         )
 
 # Cleanup (remove /build, /mo, and *.pyc files:
-print "Cleaning up..."
-try:
-	removeall("build/")
-	os.rmdir("build/")
-except:
-	pass
-try:
-	removeall("mo/")
-	os.rmdir("mo/")
-except:
-	pass
-try:
-	for f in os.listdir("."):
-		if os.path.isfile(f):
-			if os.path.splitext(os.path.basename(f))[1] == ".pyc":
-				os.remove(f)
-except:
-	pass


Index: sonata.spec
===================================================================
RCS file: /cvs/extras/rpms/sonata/FC-6/sonata.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sonata.spec	26 Aug 2007 12:13:47 -0000	1.4
+++ sonata.spec	26 Aug 2007 12:29:26 -0000	1.5
@@ -2,7 +2,7 @@
 
 Name:           sonata
 Version:        1.2.3
-Release:        1%{?dist}
+Release:        1%{?dist}.1
 Summary:        An elegant GTK+ client for the Music Player Daemon (MPD)
 Group:          Applications/Multimedia
 License:        GPLv2
@@ -72,6 +72,9 @@
 
 
 %changelog
+* Sun Aug 26 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.2.3-1.fc6.1
+- Add patch
+
 * Sun Aug 26 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.2.3-1
 - One two three
 




More information about the fedora-extras-commits mailing list