rpms/pyzor/F-12 pyzor-0.5.0-ignore-deprecation-warning.patch, NONE, 1.1 pyzor.spec, 1.20, 1.21

Warren Togami 砥上勇 wtogami at fedoraproject.org
Thu Nov 5 14:34:44 UTC 2009


Author: wtogami

Update of /cvs/pkgs/rpms/pyzor/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16861

Modified Files:
	pyzor.spec 
Added Files:
	pyzor-0.5.0-ignore-deprecation-warning.patch 
Log Message:
-Wignore::DeprecationWarning to make it work (#531653)


pyzor-0.5.0-ignore-deprecation-warning.patch:
 pyzor  |    2 +-
 pyzord |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE pyzor-0.5.0-ignore-deprecation-warning.patch ---
diff -urN pyzor-0.5.0.orig/scripts/pyzor pyzor-0.5.0/scripts/pyzor
--- pyzor-0.5.0.orig/scripts/pyzor	2009-04-29 16:53:50.000000000 -0400
+++ pyzor-0.5.0/scripts/pyzor	2009-11-05 09:28:20.997618751 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python -Wignore::DeprecationWarning
 
 import os
 # set umask
diff -urN pyzor-0.5.0.orig/scripts/pyzord pyzor-0.5.0/scripts/pyzord
--- pyzor-0.5.0.orig/scripts/pyzord	2009-04-29 16:54:22.000000000 -0400
+++ pyzor-0.5.0/scripts/pyzord	2009-11-05 09:28:31.357590137 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python -Wignore::DeprecationWarning
 
 import os
 import os.path


Index: pyzor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pyzor/F-12/pyzor.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- pyzor.spec	27 Jul 2009 01:40:51 -0000	1.20
+++ pyzor.spec	5 Nov 2009 14:34:44 -0000	1.21
@@ -3,13 +3,14 @@
 
 Name:          pyzor
 Version:       0.5.0
-Release:       2%{?dist}
+Release:       3%{?dist}
 Summary:       Pyzor collaborative spam filtering system
 Group:         Applications/Internet
 # COPYING is GPLv2; usage.html indicates v2+.  No statements in the code itself.
 License:       GPLv2+
 URL:           http://pyzor.sourceforge.net/
 Source0:       http://downloads.sourceforge.net/pyzor/pyzor-%{version}.tar.bz2
+Patch0:        pyzor-0.5.0-ignore-deprecation-warning.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:     noarch
 BuildRequires: python >= 2.2.1
@@ -26,6 +27,7 @@ is highly recommended.
 
 %prep
 %setup -q
+%patch0 -p1
 
 
 %build
@@ -59,6 +61,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Nov 05 2009 Warren Togami <wtogami at redhat.com> - 0.5.0-3
+- -Wignore::DeprecationWarning to make it work (#531653)
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list