rpms/codeina/devel codeina-less-chat.patch, NONE, 1.1 codeina.spec, 1.6, 1.7

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Wed Oct 10 15:13:34 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/codeina/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15025

Modified Files:
	codeina.spec 
Added Files:
	codeina-less-chat.patch 
Log Message:
* Wed Oct 10 2007 - Bastien Nocera <bnocera at redhat.com> - 0.10.1-4
- Remove some useless verbose (#325301)


codeina-less-chat.patch:

--- NEW FILE codeina-less-chat.patch ---
Index: listview.py
===================================================================
--- listview.py	(revision 828)
+++ listview.py	(working copy)
@@ -150,16 +150,13 @@
             return False
         flav = product.get_best_flavor_for_current_system()
         if not flav:
-            print "product %r does not have flavor" % product
             product.set_selected(False)
             return False
         if not self.required_plugins:
             return True
         else:
-            print "Checking visibility of product %r" % product
             for req in self.required_plugins:
                 if product.provides_requirement(req):
-                    print "provides requirement %r, showing" % req
                     return True
             return False
 
@@ -246,7 +243,6 @@
         self.store.clear()
         if self.productlist:
             for p in self.productlist.products:
-                print "appending product %r" % p
                 row = self.store.append()
                 self.store.set_value(row, 0, p)
         return


Index: codeina.spec
===================================================================
RCS file: /cvs/pkgs/rpms/codeina/devel/codeina.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- codeina.spec	9 Oct 2007 17:32:07 -0000	1.6
+++ codeina.spec	10 Oct 2007 15:13:01 -0000	1.7
@@ -6,7 +6,7 @@
 
 Name:           codeina
 Version:        0.10.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        GStreamer Codec Installation Application
 
 Group:          Applications/Internet
@@ -16,6 +16,7 @@
 Source:         http://www.fluendo.com/downloads/codeina/%{name}-%{version}.tar.bz2
 Source1:        gst-install-plugins-helper.sh
 Patch0:         codeina-f8-wishlist.patch
+Patch1:         codeina-less-chat.patch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 Requires:       python >= 2.3
@@ -37,6 +38,9 @@
 %prep
 %setup -q
 %patch0 -p0 -b .old
+pushd codeina/
+%patch1 -p0 -b .chat
+popd
 
 %build
 %configure
@@ -64,6 +68,9 @@
 %{_datadir}/%{name}/
 
 %changelog
+* Wed Oct 10 2007 - Bastien Nocera <bnocera at redhat.com> - 0.10.1-4
+- Remove some useless verbose (#325301)
+
 * Tue Oct 09 2007 - Bastien Nocera <bnocera at redhat.com> - 0.10.1-3
 - Quote each codec details correctly in the gst-install-plugins-helper
   script, thanks to Matthias Clasen for the help




More information about the fedora-extras-commits mailing list