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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fusecompress.new/fusecompress.changes   
2015-01-14 11:46:05.000000000 +0100
@@ -1,0 +2,15 @@
+Tue Jan 13 17:01:11 UTC 2015 - [email protected]
+
+- 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.000000000 +0100
+++ /var/tmp/diff_new_pack.5R1dYh/_new  2015-01-14 11:46:05.000000000 +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 <[email protected]>
-    Anders Aagaard <[email protected]>
-    Ulrich Hecht <[email protected]>
-
 %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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to