commit fusecompress for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package fusecompress for openSUSE:Factory 
checked in at 2015-06-02 10:02:58

Comparing /work/SRC/openSUSE:Factory/fusecompress (Old)
 and  /work/SRC/openSUSE:Factory/.fusecompress.new (New)


Package is fusecompress

Changes:

--- /work/SRC/openSUSE:Factory/fusecompress/fusecompress.changes
2015-01-14 11:46:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.fusecompress.new/fusecompress.changes   
2015-06-02 10:02:59.0 +0200
@@ -1,0 +2,6 @@
+Mon May 25 18:50:53 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to unreleased version 2.6+git20150501:
+  * Fix compile time errors with boost and GCC-5
+
+---

Old:

  fusecompress-2.6+git20120612.tar.xz

New:

  fusecompress-2.6+git20150501.tar.xz



Other differences:
--
++ fusecompress.spec ++
--- /var/tmp/diff_new_pack.iN5vFL/_old  2015-06-02 10:03:00.0 +0200
+++ /var/tmp/diff_new_pack.iN5vFL/_new  2015-06-02 10:03:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fusecompress
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   fusecompress
-Version:2.6+git20120612
+Version:2.6+git20150501
 Release:0
 Summary:FUSE-based filesystem with transparent compression
 License:GPL-2.0

++ fusecompress-2.6+git20120612.tar.xz - 
fusecompress-2.6+git20150501.tar.xz ++
 3236 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/fusecompress-2.6+git20120612/README new/fusecompress-2.6+git20150501/README
--- old/fusecompress-2.6+git20120612/README 2012-08-16 12:24:19.0 
+0200
+++ new/fusecompress-2.6+git20150501/README 2015-05-01 16:15:16.0 
+0200
@@ -80,7 +80,7 @@
 
If you don't have pkg-tool installed, try following:
 
-   FUSE_CFLAGS=-D_GNU_SOURCE -D_REENTRANT -D_POSIX_C_SOURCE=200112L 
-D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -pedantic 
-Wno-long-long -Wall -fpermissive -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 
FUSE_LIBS=-lfuse ./configure --with-boost=/usr/include/ 
--with-boost-libdir=/usr/lib64
+   FUSE_CFLAGS=-D_GNU_SOURCE -D_REENTRANT -D_POSIX_C_SOURCE=200112L 
-D_POSIX_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=500 -pedantic -Wno-long-long 
-Wall -fpermissive -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 
FUSE_LIBS=-lfuse ./configure --with-boost=/usr/include/ 
--with-boost-libdir=/usr/lib64
 
If your boost library was compiled for 32bit system without support for 
long files (bigger than 2GiB)
configure script prints this error message:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/fusecompress-2.6+git20120612/src/LayerMap.hpp 
new/fusecompress-2.6+git20150501/src/LayerMap.hpp
--- old/fusecompress-2.6+git20120612/src/LayerMap.hpp   2012-08-16 
12:24:19.0 +0200
+++ new/fusecompress-2.6+git20150501/src/LayerMap.hpp   2015-05-01 
16:15:16.0 +0200
@@ -1,5 +1,5 @@
 /*
-(C) Copyright Milan Svoboda 2009.
+(C) Copyright Milan Svoboda 2009 - 2015.
 
 This file is part of FuseCompress.
 
@@ -14,7 +14,7 @@
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with Foobar.  If not, see http://www.gnu.org/licenses/.
+along with FuseCompress.  If not, see http://www.gnu.org/licenses/.
 */
 
 #ifndef LayerMap_H
@@ -23,6 +23,7 @@
 #include iostream
 #include climits
 
+#include boost/serialization/serialization.hpp
 #include boost/serialization/set.hpp
 #include boost/serialization/tracking.hpp
 #include boost/serialization/version.hpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude 

commit fusecompress for openSUSE:Factory

2015-01-14 Thread h_root
Hello community,

here is the log from the commit of package fusecompress for openSUSE:Factory 
checked in at 2015-01-14 11:45:35

Comparing /work/SRC/openSUSE:Factory/fusecompress (Old)
 and  /work/SRC/openSUSE:Factory/.fusecompress.new (New)


Package is fusecompress

Changes:

--- /work/SRC/openSUSE:Factory/fusecompress/fusecompress.changes
2012-06-05 15:30:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.fusecompress.new/fusecompress.changes   
2015-01-14 11:46:05.0 +0100
@@ -1,0 +2,15 @@
+Tue Jan 13 17:01:11 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 2.6
+  + No changelog available
+The changes commited after 2.6 tagging are most boost fixes
+- Remove cmake requirement; upstream moves to autoconf
+- Add boost-devel and file-devel requirements; new upstream dependencies
+- Add autoconf, automake and libtool; required because of autoreconf
+  call
+- Add pkg-config requirement; needed for build
+- Cleanup specfile
+- Remove fusecompress-linking.patch; obsolete
+- fusecompress has a new home; update Url and source download
+
+---

Old:

  fusecompress-0.9.2svn20090226.tar.gz
  fusecompress-linking.patch

New:

  fusecompress-2.6+git20120612.tar.xz



Other differences:
--
++ fusecompress.spec ++
--- /var/tmp/diff_new_pack.5R1dYh/_old  2015-01-14 11:46:05.0 +0100
+++ /var/tmp/diff_new_pack.5R1dYh/_new  2015-01-14 11:46:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fusecompress
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,24 +17,30 @@
 
 
 Name:   fusecompress
-Version:0.9.2svn20090226
+Version:2.6+git20120612
 Release:0
 Summary:FUSE-based filesystem with transparent compression
 License:GPL-2.0
 Group:  System/Filesystems
-Source: %name-%version.tar.gz
-Url:http://code.google.com/p/fusecompress/
-BuildRequires:  cmake
+# Use unreleased tarball because of boost fixes included 
+# Source:   https://github.com/tex/fusecompress/archive/2.6.tar.gz
+Source: %name-%version.tar.xz
+Url:https://github.com/tex/fusecompress
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  boost-devel
+BuildRequires:  file-devel
 BuildRequires:  fuse-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libbz2-devel
+BuildRequires:  libtool
 BuildRequires:  lzo-devel
+BuildRequires:  pkg-config
 BuildRequires:  xz-devel
 BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Obsoletes:  FuseCompress  %version
 Provides:   FuseCompress = %version-%release
-Patch1: fusecompress-linking.patch
 
 %description
 FuseCompress provides a mountable Linux filesystem which transparently
@@ -50,39 +56,28 @@
 larger that make the current code (as of July 17 2008) unusable in a
 production environment.
 
-
-
-Authors:
-
-Milan Svoboda milan.svob...@centrum.cz
-Anders Aagaard aagaa...@gmail.com
-Ulrich Hecht u...@suse.de
-
 %prep
-%setup -q -n %name
-%patch1
+%setup -q
+rm -rf src/boost/math
+find -name '*.[ch]pp' |xargs chmod -x
 
 %build
-export CFLAGS=$RPM_OPT_FLAGS
-cmake -DCMAKE_BUILD_TYPE=debug .
-make %{?_smp_mflags} VERBOSE=1
-mv fusecompress fusecompress.debug
-make clean
-cmake -DCMAKE_BUILD_TYPE=release .
-make %{?_smp_mflags} VERBOSE=1
-mv fusecompress fusecompress.release
+autoreconf -fi
+%configure --with-boost-libdir=%{_libdir} --enable-crippled_boost
+make %{?_smp_mflags}
 
 %install
-install -D -m 755 fusecompress.release $RPM_BUILD_ROOT/bin/fusecompress
-install -d -m 755 $RPM_BUILD_ROOT%_bindir
-install -m 755 fusecompress.debug $RPM_BUILD_ROOT%_bindir/
-install -m 755 fusecompress_offline $RPM_BUILD_ROOT%_bindir/
-install -m 755 fsck.fusecompress $RPM_BUILD_ROOT/bin/
+make DESTDIR=%{buildroot} install
 
 %files
 %defattr(-,root,root)
-%doc README BUGS
-/bin/*
-%_bindir/*
+%doc AUTHORS LICENSE NEWS README
+%_bindir/%name
+%_bindir/%{name}_offline
+%_bindir/mount.fusecompress
+%_bindir/print_compress
+%_bindir/xattrs
+%_mandir/man1/%name.1.*
+%_mandir/man1/%{name}_offline.1.*
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit fusecompress for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package fusecompress for openSUSE:Factory 
checked in at 2012-06-05 15:30:45

Comparing /work/SRC/openSUSE:Factory/fusecompress (Old)
 and  /work/SRC/openSUSE:Factory/.fusecompress.new (New)


Package is fusecompress, Maintainer is u...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/fusecompress/fusecompress.changes
2011-09-23 01:58:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.fusecompress.new/fusecompress.changes   
2012-06-05 15:30:49.0 +0200
@@ -1,0 +2,6 @@
+Fri May 25 15:48:02 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+- Parallel build with %_smp_mflags
+
+---



Other differences:
--
++ fusecompress.spec ++
--- /var/tmp/diff_new_pack.WqIJig/_old  2012-06-05 15:30:50.0 +0200
+++ /var/tmp/diff_new_pack.WqIJig/_new  2012-06-05 15:30:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fusecompress
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   fusecompress
-License:GPL-2.0
-Group:  System/Filesystems
-AutoReqProv:on
 Version:0.9.2svn20090226
-Release:11
+Release:0
 Summary:FUSE-based filesystem with transparent compression
+License:GPL-2.0
+Group:  System/Filesystems
 Source: %name-%version.tar.gz
 Url:http://code.google.com/p/fusecompress/
-BuildRequires:  cmake fuse-devel gcc-c++ libbz2-devel lzo-devel xz-devel 
zlib-devel
+BuildRequires:  cmake
+BuildRequires:  fuse-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libbz2-devel
+BuildRequires:  lzo-devel
+BuildRequires:  xz-devel
+BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Obsoletes:  FuseCompress  %version
 Provides:   FuseCompress = %version-%release
@@ -62,11 +65,11 @@
 %build
 export CFLAGS=$RPM_OPT_FLAGS
 cmake -DCMAKE_BUILD_TYPE=debug .
-make %{?jobs:-j%jobs} VERBOSE=1
+make %{?_smp_mflags} VERBOSE=1
 mv fusecompress fusecompress.debug
 make clean
 cmake -DCMAKE_BUILD_TYPE=release .
-make %{?jobs:-j%jobs} VERBOSE=1
+make %{?_smp_mflags} VERBOSE=1
 mv fusecompress fusecompress.release
 
 %install

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit fusecompress for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package fusecompress for openSUSE:Factory 
checked in at 2011-12-06 18:10:40

Comparing /work/SRC/openSUSE:Factory/fusecompress (Old)
 and  /work/SRC/openSUSE:Factory/.fusecompress.new (New)


Package is fusecompress, Maintainer is u...@suse.com

Changes:




Other differences:
--
++ fusecompress.spec ++
--- /var/tmp/diff_new_pack.sSMiME/_old  2011-12-06 18:15:53.0 +0100
+++ /var/tmp/diff_new_pack.sSMiME/_new  2011-12-06 18:15:53.0 +0100
@@ -19,7 +19,7 @@
 
 
 Name:   fusecompress
-License:GPL v2 only
+License:GPL-2.0
 Group:  System/Filesystems
 AutoReqProv:on
 Version:0.9.2svn20090226

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit fusecompress for openSUSE:Factory

2011-08-30 Thread h_root

Hello community,

here is the log from the commit of package fusecompress for openSUSE:Factory
checked in at Tue Aug 30 10:40:51 CEST 2011.




--- fusecompress/fusecompress.changes   2009-02-26 16:51:32.0 +0100
+++ /mounts/work_src_done/STABLE/fusecompress/fusecompress.changes  
2011-08-29 22:58:29.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 29 20:57:42 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix linking, must use -pthread 
+- Use rpmoptflags
+
+---

calling whatdependson for head-i586


New:

  fusecompress-linking.patch



Other differences:
--
++ fusecompress.spec ++
--- /var/tmp/diff_new_pack.77WQYQ/_old  2011-08-30 10:40:08.0 +0200
+++ /var/tmp/diff_new_pack.77WQYQ/_new  2011-08-30 10:40:08.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package fusecompress (Version 0.9.2svn20090226)
+# spec file for package fusecompress
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 Group:  System/Filesystems
 AutoReqProv:on
 Version:0.9.2svn20090226
-Release:1
+Release:11
 Summary:FUSE-based filesystem with transparent compression
 Source: %name-%version.tar.gz
 Url:http://code.google.com/p/fusecompress/
@@ -31,6 +31,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Obsoletes:  FuseCompress  %version
 Provides:   FuseCompress = %version-%release
+Patch1: fusecompress-linking.patch
 
 %description
 FuseCompress provides a mountable Linux filesystem which transparently
@@ -56,15 +57,16 @@
 
 %prep
 %setup -q -n %name
+%patch1
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS
 cmake -DCMAKE_BUILD_TYPE=debug .
-make %{?jobs:-j%jobs}
+make %{?jobs:-j%jobs} VERBOSE=1
 mv fusecompress fusecompress.debug
 make clean
 cmake -DCMAKE_BUILD_TYPE=release .
-make %{?jobs:-j%jobs}
+make %{?jobs:-j%jobs} VERBOSE=1
 mv fusecompress fusecompress.release
 
 %install

++ fusecompress-linking.patch ++
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -17,7 +17,7 @@ set (SOURCES_OFFLINE tools/offline.c)
 include (CheckIncludeFile)
 include (CheckLibraryExists)
 
-set (CMAKE_C_FLAGS -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_POSIX_SOURCE 
-D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -g)
+set (CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -Wall -pthread -D_FILE_OFFSET_BITS=64 
-D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE 
-D_XOPEN_SOURCE=500 -g)
 
 check_include_file(fuse.h CMAKE_HAVE_FUSE_H)
 if (CMAKE_HAVE_FUSE_H)





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org