rpms/fuse-python/EL-5 .cvsignore, 1.2, 1.3 fuse-python.spec, 1.3, 1.4 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:45:42 UTC 2010


Author: peter

Update of /cvs/pkgs/rpms/fuse-python/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22583/EL-5

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/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	11 Oct 2007 14:52:59 -0000	1.2
+++ .cvsignore	16 Apr 2010 11:45:41 -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/EL-5/fuse-python.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- fuse-python.spec	7 Oct 2009 09:32:19 -0000	1.3
+++ fuse-python.spec	16 Apr 2010 11:45:41 -0000	1.4
@@ -1,20 +1,20 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?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:        12%{?dist}
+Version:        0.2.1
+Release:        1%{?dist}
 Summary:        Python bindings for FUSE - filesystem in userspace
 
 Group:          System Environment/Base
 License:        LGPLv2
-URL:            http://fuse.sourceforge.net/wiki/index.php/FusePython
+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}
 
 BuildRequires:  pkgconfig
 BuildRequires:  fuse-devel
+BuildRequires:  python-devel
 # Must have setuptools to build the package
 # The build portions moved to a subpackage in F-8
 %if 0%{?fedora} >= 8
@@ -29,7 +29,6 @@ to implement a filesystem in a userspace
 
 %prep
 %setup -q
-%patch0 -p1 -b .libewf
 
 %build
 python setup.py build
@@ -38,18 +37,26 @@ iconv -f iso8859-1 -t utf-8 < Changelog.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-python setup.py install --skip-build --root $RPM_BUILD_ROOT 
+python setup.py install --skip-build --root $RPM_BUILD_ROOT
 
 %clean
 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)
+
 * Thu Sep 17 2009 Peter Lemenkov <lemenkov at gmail.com> 0.2-12
 - rebuilt with new fuse
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/fuse-python/EL-5/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	7 Oct 2009 09:32:19 -0000	1.1
+++ import.log	16 Apr 2010 11:45:41 -0000	1.2
@@ -1 +1,2 @@
 fuse-python-0_2-12_fc11:EL-5:fuse-python-0.2-12.fc11.src.rpm:1254906362
+fuse-python-0_2_1-1_fc12:EL-5:fuse-python-0.2.1-1.fc12.src.rpm:1271418284


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fuse-python/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	11 Oct 2007 14:52:59 -0000	1.2
+++ sources	16 Apr 2010 11:45:41 -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