rpms/fuse-python/F-12 .cvsignore, 1.2, 1.3 fuse-python.spec, 1.9, 1.10 import.log, 1.1, 1.2 sources, 1.2, 1.3 fuse-python--libewf_fix.diff, 1.1, NONE

Peter Lemenkov peter at fedoraproject.org
Fri Apr 16 11:40:38 UTC 2010


Author: peter

Update of /cvs/pkgs/rpms/fuse-python/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21307/F-12

Modified Files:
	.cvsignore fuse-python.spec import.log sources 
Removed Files:
	fuse-python--libewf_fix.diff 
Log Message:
Ver .0.2.1 (bugfix release - fully API/ABI compatible)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fuse-python/F-12/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	11 Oct 2007 14:49:46 -0000	1.2
+++ .cvsignore	16 Apr 2010 11:40:38 -0000	1.3
@@ -1 +1 @@
-fuse-python-0.2.tar.gz
+fuse-python-0.2.1.tar.gz


Index: fuse-python.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fuse-python/F-12/fuse-python.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- fuse-python.spec	10 Mar 2010 08:08:12 -0000	1.9
+++ fuse-python.spec	16 Apr 2010 11:40:38 -0000	1.10
@@ -1,15 +1,14 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           fuse-python
-Version:        0.2
-Release:        13%{?dist}
+Version:        0.2.1
+Release:        1%{?dist}
 Summary:        Python bindings for FUSE - filesystem in userspace
 
 Group:          System Environment/Base
 License:        LGPLv2
 URL:            http://sourceforge.net/apps/mediawiki/fuse/index.php?title=FusePython
 Source0:        http://downloads.sourceforge.net/fuse/%{name}-%{version}.tar.gz
-Patch0:		fuse-python--libewf_fix.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Provides:       python-fuse = %{version}-%{release}
 
@@ -30,7 +29,6 @@ to implement a filesystem in a userspace
 
 %prep
 %setup -q
-%patch0 -p1 -b .libewf
 
 %build
 python setup.py build
@@ -46,11 +44,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING Changelog FAQ example
+%doc AUTHORS COPYING Changelog FAQ example README.1st
 %doc README.new_fusepy_api README.new_fusepy_api.html README.package_maintainers
 %{python_sitearch}/*
 
 %changelog
+* Fri Apr 16 2010 Peter Lemenkov <lemenkov at gmail.com> 0.2.1-1
+- Ver. 0.2.1 (bugfix release)
+- Patch dropped (upstreamed)
+
 * Wed Mar 10 2010 Peter Lemenkov <lemenkov at gmail.com> 0.2-13
 - Fixed URL
 - Added missing BR python-devel (this fixes rhbz #539185)


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/fuse-python/F-12/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	10 Mar 2010 08:08:13 -0000	1.1
+++ import.log	16 Apr 2010 11:40:38 -0000	1.2
@@ -1 +1,2 @@
 fuse-python-0_2-13_fc12:F-12:fuse-python-0.2-13.fc12.src.rpm:1268208472
+fuse-python-0_2_1-1_fc12:F-12:fuse-python-0.2.1-1.fc12.src.rpm:1271418011


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fuse-python/F-12/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	11 Oct 2007 14:49:46 -0000	1.2
+++ sources	16 Apr 2010 11:40:38 -0000	1.3
@@ -1 +1 @@
-68be744e71a42cd8a92905a49f346278  fuse-python-0.2.tar.gz
+9d9c5c2311ac04291ce822dfece108f8  fuse-python-0.2.1.tar.gz


--- fuse-python--libewf_fix.diff DELETED ---



More information about the scm-commits mailing list