rpms/fusecompress/devel .cvsignore, 1.8, 1.9 fusecompress-2.5-gcc44.patch, 1.2, 1.3 fusecompress.spec, 1.22, 1.23 sources, 1.8, 1.9 fusecompress-2.5-ppc.patch, 1.1, NONE fusecompress-2.6-boost.patch, 1.3, NONE fusecompress-log-vsprintf.patch, 1.1, NONE fusecompress-xz-port.patch, 1.1, NONE

Toshio くらとみ toshio at fedoraproject.org
Tue Feb 23 22:10:22 UTC 2010


Author: toshio

Update of /cvs/pkgs/rpms/fusecompress/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8142

Modified Files:
	.cvsignore fusecompress-2.5-gcc44.patch fusecompress.spec 
	sources 
Removed Files:
	fusecompress-2.5-ppc.patch fusecompress-2.6-boost.patch 
	fusecompress-log-vsprintf.patch fusecompress-xz-port.patch 
Log Message:

* Tue Feb 23 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 2.6-6.20100223git754bc0de
- Update to snapshot which lets us build with new boost
- snapshot also fixes bz#565193 bz#533927 bz#560438
- Drop patches merged upstream



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fusecompress/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	25 Sep 2009 09:48:45 -0000	1.8
+++ .cvsignore	23 Feb 2010 22:10:20 -0000	1.9
@@ -1 +1 @@
-tex-fusecompress-4e07d3fe1c61f9a83732eb3021e3016feb008bdb.tar.gz
+fusecompress-20100223.tar.xz

fusecompress-2.5-gcc44.patch:
 assert.h |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Index: fusecompress-2.5-gcc44.patch
===================================================================
RCS file: /cvs/pkgs/rpms/fusecompress/devel/fusecompress-2.5-gcc44.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- fusecompress-2.5-gcc44.patch	25 Sep 2009 09:48:45 -0000	1.2
+++ fusecompress-2.5-gcc44.patch	23 Feb 2010 22:10:21 -0000	1.3
@@ -1,13 +1,17 @@
-diff -urp tex-fusecompress-ae67acae857c3948568505c362facc3c9c81edd4/src/assert.h tex-fusecompress-ae67acae857c3948568505c362facc3c9c81edd4.goo/src/assert.h
---- tex-fusecompress-ae67acae857c3948568505c362facc3c9c81edd4/src/assert.h	2009-04-13 16:27:20.000000000 +0200
-+++ tex-fusecompress-ae67acae857c3948568505c362facc3c9c81edd4.goo/src/assert.h	2009-05-08 19:38:21.929888602 +0200
-@@ -1,3 +1,5 @@
+diff --git a/src/assert.h b/src/assert.h
+index a02228a..a99be75 100644
+--- a/src/assert.h
++++ b/src/assert.h
+@@ -17,6 +17,8 @@
+     along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ */
+ 
 +#include "/usr/include/assert.h"
 +#if 0
  #ifndef ASSERT_H
  #define ASSERT_H
  
-@@ -11,4 +13,4 @@
+@@ -30,4 +32,4 @@
  	}
  
  #endif


Index: fusecompress.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fusecompress/devel/fusecompress.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- fusecompress.spec	19 Feb 2010 08:33:49 -0000	1.22
+++ fusecompress.spec	23 Feb 2010 22:10:22 -0000	1.23
@@ -1,21 +1,20 @@
 Name:           fusecompress
 Version:        2.6
-Release:        5%{?dist}
+Release:        6.20100223git754bc0de%{?dist}
 Summary:        FUSE based compressed filesystem implementation
 
 Group:          System Environment/Libraries
 License:        GPLv2
 URL:            http://miio.net/fusecompress/
-Source0:        http://download.github.com/tex-fusecompress-4e07d3fe1c61f9a83732eb3021e3016feb008bdb.tar.gz
+#Source0:        http://download.github.com/tex-fusecompress-4e07d3fe1c61f9a83732eb3021e3016feb008bdb.tar.gz
+# Snapshot instructions
+# git clone git://github.com/tex/fusecompress.git 
+# git checkout 754bc0dec4a1c1623daf0953c46aa3e689571e75
+# mv fusecompress fusecompress-2.6
+# tar -cvf -  fusecompress-2.6 |xz -c > fusecompress-20100223.tar.xz
+Source0: fusecompress-20100223.tar.xz
 Source1:        README.fedora
 Patch0:         fusecompress-2.5-gcc44.patch
-Patch1:         fusecompress-2.5-ppc.patch
-# Patch already upstream
-Patch2:         fusecompress-log-vsprintf.patch
-# Patch in upstream's bugtracker
-Patch3:         fusecompress-xz-port.patch
-# From debian
-Patch4:         fusecompress-2.6-boost.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  fuse-devel file-devel boost-devel
@@ -32,12 +31,8 @@ compressed files and user applications.
 
 
 %prep
-%setup -q -n tex-fusecompress-4e07d3fe1c61f9a83732eb3021e3016feb008bdb
+%setup -q -n fusecompress-%{version}
 %patch0 -p1 -b .gcc44
-%patch1 -p1 -b .ppc
-%patch2 -p1 -b .vsprintf
-%patch3 -p1 -b .xzup
-%patch4 -p1 -b .boost
 find . -name ChangeLog -o -name '*.[ch]pp' |xargs chmod -x
 
 cp %{SOURCE1} .
@@ -63,12 +58,18 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/fusecompress_offline
 %{_bindir}/print_compress
 %{_bindir}/mount.fusecompress
+%{_bindir}/xattrs
 %{_mandir}/man1/fusecompress.1*
 %{_mandir}/man1/fusecompress_offline.1*
 %doc ChangeLog README AUTHORS COPYING NEWS README.fedora
 
 
 %changelog
+* Tue Feb 23 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 2.6-6.20100223git754bc0de
+- Update to snapshot which lets us build with new boost
+- snapshot also fixes bz#565193 bz#533927 bz#560438
+- Drop patches merged upstream
+
 * Fri Feb 05 2010 Lubomir Rintel <lkundrak at v3.sk> - 2.6-5
 - Rebuild for newer boost
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fusecompress/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	25 Sep 2009 09:48:45 -0000	1.8
+++ sources	23 Feb 2010 22:10:22 -0000	1.9
@@ -1 +1 @@
-758ec3b21d7576b77b22e223abf2bd6d  tex-fusecompress-4e07d3fe1c61f9a83732eb3021e3016feb008bdb.tar.gz
+2c4a43e2268da70bf32bacfade02cfda  fusecompress-20100223.tar.xz


--- fusecompress-2.5-ppc.patch DELETED ---


--- fusecompress-2.6-boost.patch DELETED ---


--- fusecompress-log-vsprintf.patch DELETED ---


--- fusecompress-xz-port.patch DELETED ---



More information about the scm-commits mailing list