rpms/python-imaging/FC-5 .cvsignore, 1.3, 1.4 python-imaging.spec, 1.11, 1.12 sources, 1.3, 1.4

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Mon Feb 5 19:56:18 UTC 2007


Author: jamatos

Update of /cvs/extras/rpms/python-imaging/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16542

Modified Files:
	.cvsignore python-imaging.spec sources 
Log Message:
* Mon Feb  5 2007 José Matos <jamatos[AT]fc.up.pt> - 1.1.6-1
- New upstream version.
- Clean spec file and specify license as BSD.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-imaging/FC-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	6 Mar 2006 01:31:12 -0000	1.3
+++ .cvsignore	5 Feb 2007 19:55:46 -0000	1.4
@@ -1 +1 @@
-Imaging-1.1.5.tar.gz
+Imaging-1.1.6.tar.gz


Index: python-imaging.spec
===================================================================
RCS file: /cvs/extras/rpms/python-imaging/FC-5/python-imaging.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- python-imaging.spec	6 Apr 2006 17:23:01 -0000	1.11
+++ python-imaging.spec	5 Feb 2007 19:55:46 -0000	1.12
@@ -2,27 +2,24 @@
 %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")
 %define py_incdir %{_includedir}/python%{pyver}
 
-Summary: Python's own image processing library
-Name: python-imaging
-Version: 1.1.5
-Release: 5%{?dist}
-
-License: Distributable
-Group: Development/Languages
-Source0: http://effbot.org/downloads/Imaging-%{version}.tar.gz
-Patch0: %{name}-no-xv.patch
-Patch1: %{name}-lib64.patch
-Patch2: %{name}-giftrans.patch
-URL: http://www.pythonware.com/products/pil/
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Summary:       Python's own image processing library
+Name:          python-imaging
+Version:       1.1.6
+Release:       1%{?dist}
+
+License:       BSD
+Group:         Development/Languages
+
+Source0:       http://effbot.org/downloads/Imaging-%{version}.tar.gz
+Patch0:        %{name}-no-xv.patch
+Patch1:        %{name}-lib64.patch
+Patch2:        %{name}-giftrans.patch
+URL:           http://www.pythonware.com/products/pil/
+BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: python-devel, libjpeg-devel, zlib-devel, freetype-devel
 BuildRequires: tkinter, tk-devel
 
-Requires: python-abi = %{pyver}
-Requires: libjpeg
-Requires: zlib
-Requires: freetype
 Requires: tkinter
 
 %description
@@ -91,13 +88,11 @@
 
 %files
 %defattr (-,root,root)
-%doc README CHANGES-115
+%doc README CHANGES
 %{python_sitearch}/PIL.pth
 %dir %{python_sitearch}/PIL
 %{python_sitearch}/PIL/*.so
-%{python_sitearch}/PIL/*.py
-%{python_sitearch}/PIL/*.pyc
-%ghost %{python_sitearch}/PIL/*.pyo
+%{python_sitearch}/PIL/*.py*
 
 %files devel
 %defattr (0644,root,root,755)
@@ -106,19 +101,30 @@
 
 
 %changelog
-* Thu Apr  6 2006 José Matos <jamatos at fc.up.pt> - 1.1.5-5
+* Mon Feb  5 2007 José Matos <jamatos[AT]fc.up.pt> - 1.1.6-1
+- New upstream version.
+- Clean spec file and specify license as BSD.
+
+* Tue Dec 12 2006 José Matos <jamatos[AT]fc.up.pt> - 1.1.5-7
+- Rebuild for python 2.5.
+
+* Tue Aug 29 2006 José Matos <jamatos[AT]fc.up.pt> - 1.1.5-6
+- Rebuild for FE6
+- Clean package, no need for python-abi requirement and ghost pyo files
+
+* Thu Apr  6 2006 José Matos <jamatos[AT]fc.up.pt> - 1.1.5-5
 - Rebuild because of #187739
 
-* Tue Apr  4 2006 José Matos <jamatos at fc.up.pt> - 1.1.5-4
+* Tue Apr  4 2006 José Matos <jamatos[AT]fc.up.pt> - 1.1.5-4
 - Rebuild
 
-* Tue Apr  4 2006 José Matos <jamatos at fc.up.pt> - 1.1.5-3
+* Tue Apr  4 2006 José Matos <jamatos[AT]fc.up.pt> - 1.1.5-3
 - Restore gif transparency patch. (bug #187875)
 
-* Sun Apr  2 2006 José Matos <jamatos at fc.up.pt> - 1.1.5-2
+* Sun Apr  2 2006 José Matos <jamatos[AT]fc.up.pt> - 1.1.5-2
 - Fix bug #185203 (Thanks to Rick L Vinyard Jr)
 
-* Sun Mar  5 2006 José Matos <jamatos at fc.up.pt> - 1.1.5-1
+* Sun Mar  5 2006 José Matos <jamatos[AT]fc.up.pt> - 1.1.5-1
 - Update to 1.1.5
 
 * Sun May 22 2005 Jeremy Katz <katzj at redhat.com> - 1.1.4-9


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-imaging/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	6 Mar 2006 01:31:12 -0000	1.3
+++ sources	5 Feb 2007 19:55:46 -0000	1.4
@@ -1 +1 @@
-a64512e39469213ced0d091b9eba76c0  Imaging-1.1.5.tar.gz
+3a9b5c20ca52f0a9900512d2c7347622  Imaging-1.1.6.tar.gz




More information about the scm-commits mailing list