rpms/pyxattr/devel .cvsignore, 1.3, 1.4 pyxattr.spec, 1.8, 1.9 sources, 1.3, 1.4

Marcin Zajaczkowski szpak at fedoraproject.org
Sat Dec 27 13:59:27 UTC 2008


Author: szpak

Update of /cvs/extras/rpms/pyxattr/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11403

Modified Files:
	.cvsignore pyxattr.spec sources 
Log Message:
Updated to 0.4.0 (WARNING. License changed from GPLv2+ to LGPLv2.1+)




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pyxattr/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	27 Aug 2007 18:35:04 -0000	1.3
+++ .cvsignore	27 Dec 2008 13:58:57 -0000	1.4
@@ -1 +1 @@
-pyxattr-0.2.2.tar.gz
+pyxattr-0.4.0.tar.gz


Index: pyxattr.spec
===================================================================
RCS file: /cvs/extras/rpms/pyxattr/devel/pyxattr.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pyxattr.spec	29 Nov 2008 06:33:00 -0000	1.8
+++ pyxattr.spec	27 Dec 2008 13:58:57 -0000	1.9
@@ -1,9 +1,9 @@
 Name: 		pyxattr
 Summary: 	Extended attributes library wrapper for Python
-Version: 	0.2.2
-Release: 	4%{?dist}
+Version: 	0.4.0
+Release: 	2%{?dist}
 #license version is precised on a website
-License: 	GPLv2+
+License: 	LGPLv2+
 Group: 		Development/Libraries
 URL: 		http://pyxattr.sourceforge.net/
 Source:		http://downloads.sourceforge.net/pyxattr/pyxattr-%{version}.tar.gz
@@ -13,7 +13,8 @@
 Obsoletes:	python-xattr <= %{version}-%{release}
 #libattr package is already forced by RPM
 Requires: 	python >= 2.2
-BuildRequires:	python-devel, libattr-devel
+#python-setuptools package is required since 0.4.0
+BuildRequires:	python-devel, libattr-devel, python-setuptools
 
 %description
 Python extension module wrapper for libattr. It allows to query, list,
@@ -35,13 +36,21 @@
 %files
 %defattr(0644,root,root,0755)
 %{_libdir}/python*/site-packages/xattr.so
-%if 0%{?fedora} >= 9
-#%{python_sitelib}/*egg-info - didn't work for me in rawhide
+#Python Eggs already in source distribution
+#(without compiled content, can be simple included in RPM package)
 %{_libdir}/python*/site-packages/*egg-info
-%endif
-%doc ChangeLog MANIFEST NEWS README *.html *.txt
+%doc COPYING NEWS README
 
 %changelog
+* Sat Dec 6 2008 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.4.0-2
+- added python-setuptools in BuildRequires which is needed in build process
+since version 0.4.0 (thanks to Kevin Fenzi)
+
+* Fri Dec 5 2008 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.4.0-1
+- updated to 0.4.0
+- License Tag adjusted to current licensing LGPLv2+
+- modified Python Eggs support due to its usage in source distribution 
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.2.2-4
 - Rebuild for Python 2.6
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pyxattr/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	27 Aug 2007 18:35:04 -0000	1.3
+++ sources	27 Dec 2008 13:58:57 -0000	1.4
@@ -1 +1 @@
-33d722b0c67fcee42bb3c6455f135f94  pyxattr-0.2.2.tar.gz
+8e54ffa2ca575232d57213efcbcee289  pyxattr-0.4.0.tar.gz




More information about the fedora-extras-commits mailing list