rpms/pyzor/F-10 .cvsignore, 1.2, 1.3 pyzor.spec, 1.16, 1.17 sources, 1.2, 1.3 patch-pyzor-debian-mbox, 1.1, NONE patch-pyzor-handle_unknown_encodings, 1.1, NONE patch-pyzor-unknowntype, 1.1, NONE pyzor-0.4.0.tar.bz2.asc, 1.1, NONE

Andreas Thienemann ixs at fedoraproject.org
Thu May 14 18:35:24 UTC 2009


Author: ixs

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

Modified Files:
	.cvsignore pyzor.spec sources 
Removed Files:
	patch-pyzor-debian-mbox patch-pyzor-handle_unknown_encodings 
	patch-pyzor-unknowntype pyzor-0.4.0.tar.bz2.asc 
Log Message:
* Thu May 14 2009 Andreas Thienemann <andreas at bawue.net> - 0.5.0-1
- Update to new upstream release 0.5.0
- Dropped unnecessary patches



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pyzor/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 05:16:25 -0000	1.2
+++ .cvsignore	14 May 2009 18:34:54 -0000	1.3
@@ -1 +1 @@
-pyzor-0.4.0.tar.bz2
+pyzor-0.5.0.tar.bz2


Index: pyzor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pyzor/F-10/pyzor.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- pyzor.spec	14 Aug 2008 16:34:59 -0000	1.16
+++ pyzor.spec	14 May 2009 18:34:54 -0000	1.17
@@ -2,20 +2,15 @@
 %define pyver %(python -c 'import sys ; print sys.version[:3]')
 
 Name:          pyzor
-Version:       0.4.0
-Release:       13%{?dist}
+Version:       0.5.0
+Release:       1%{?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://easynews.dl.sourceforge.net/sourceforge/pyzor/pyzor-0.4.0.tar.bz2
-Source1:       http://easynews.dl.sourceforge.net/sourceforge/pyzor/pyzor-0.4.0.tar.bz2.asc
-Patch0:        http://antispam.imp.ch/patches/patch-pyzor-debian-mbox
-Patch1:        http://antispam.imp.ch/patches/patch-pyzor-handle_unknown_encodings
-Patch2:        http://antispam.imp.ch/patches/patch-pyzor-unknowntype
-BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:       http://downloads.sourceforge.net/pyzor/pyzor-%{version}.tar.bz2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:     noarch
 BuildRequires: python >= 2.2.1
 
@@ -31,12 +26,6 @@ is highly recommended.
 
 %prep
 %setup -q
-# Add mbox handling support
-%patch0 -p0
-# Handle unknown encodings
-%patch1 -p0
-# Treat empty messages as text
-%patch2 -p0
 
 
 %build
@@ -51,7 +40,7 @@ install -m755 -d %{buildroot}%{_bindir}
 install -p -m755 build/scripts-%{pyver}/* %{buildroot}%{_bindir}
 %__python -c 'from compileall import *; compile_dir("'%{buildroot}'/%{python_sitelib}",10,"%{python_sitelib}")'
 %__python -O -c 'from compileall import *; compile_dir("'%{buildroot}'/%{python_sitelib}",10,"%{python_sitelib}")'
-chmod -R a+rX %{buildroot}/%{python_sitelib}/pyzor $RPM_BUILD_ROOT%{_bindir}/pyzor*
+chmod -R a+rX %{buildroot}/%{python_sitelib}/pyzor %{buildroot}%{_bindir}/pyzor*
 
 
 %clean
@@ -61,7 +50,7 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %dir %{python_sitelib}/pyzor
-%doc docs/usage.html COPYING ChangeLog NEWS README THANKS UPGRADING PKG-INFO
+%doc docs/usage.html COPYING NEWS README THANKS UPGRADING PKG-INFO
 %attr(0644,root,root) %{python_sitelib}/pyzor/client.py*
 %attr(0644,root,root) %{python_sitelib}/pyzor/server.py*
 %attr(0644,root,root) %{python_sitelib}/pyzor/__init__.py*
@@ -70,6 +59,16 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu May 14 2009 Andreas Thienemann <andreas at bawue.net> - 0.5.0-1
+- Update to new upstream release 0.5.0
+- Dropped unnecessary patches
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.0-15
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.4.0-14
+- Rebuild for Python 2.6
+
 * Thu Aug 14 2008 Jason L Tibbitts III <tibbs at math.uh.edu> - 0.4.0-13
 - Fix failing build too.
 
@@ -79,7 +78,7 @@ rm -rf %{buildroot}
 * Sat Dec 23 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 0.4.0-11
 - Rebuild with Python 2.5.
 
-* Fri Sep 08 2006 Andreas Thienemann <andreas at bawue.net> - 0.9.8-10
+* Fri Sep 08 2006 Andreas Thienemann <andreas at bawue.net> - 0.4.0-10
 - FE6 Rebuild
 - Feature enhancements by including certain patches from swinog.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pyzor/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	8 Nov 2004 05:16:25 -0000	1.2
+++ sources	14 May 2009 18:34:54 -0000	1.3
@@ -1 +1 @@
-ee7afe4cc9d419bce5f29250a01c4374  pyzor-0.4.0.tar.bz2
+21f5ed92470ab12a7658cc46bf59a3e9  pyzor-0.5.0.tar.bz2


--- patch-pyzor-debian-mbox DELETED ---


--- patch-pyzor-handle_unknown_encodings DELETED ---


--- patch-pyzor-unknowntype DELETED ---


--- pyzor-0.4.0.tar.bz2.asc DELETED ---




More information about the fedora-extras-commits mailing list