Hello community,

here is the log from the commit of package unionfs-fuse for openSUSE:Factory 
checked in at 2012-06-05 15:35:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unionfs-fuse (Old)
 and      /work/SRC/openSUSE:Factory/.unionfs-fuse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "unionfs-fuse", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/unionfs-fuse/unionfs-fuse.changes        
2012-04-12 09:55:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.unionfs-fuse.new/unionfs-fuse.changes   
2012-06-05 15:35:54.000000000 +0200
@@ -1,0 +2,6 @@
+Sat May 26 08:50:06 UTC 2012 - [email protected]
+
+- Remove redundant tags/sections from specfile
+- Parallel build with %_smp_mflags
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ unionfs-fuse.spec ++++++
--- /var/tmp/diff_new_pack.35RCy8/_old  2012-06-05 15:35:55.000000000 +0200
+++ /var/tmp/diff_new_pack.35RCy8/_new  2012-06-05 15:35:55.000000000 +0200
@@ -15,17 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           unionfs-fuse
-BuildRequires:  cmake fuse-devel gcc-c++
+BuildRequires:  cmake
+BuildRequires:  fuse-devel
+BuildRequires:  gcc-c++
 Requires:       fuse
 Summary:        Userspace Unionfs File System
-Version:        0.25
-Release:        1
 License:        BSD-3-Clause
 Group:          System/Filesystems
+Version:        0.25
+Release:        0
 Source:         %{name}-%{version}.tar.bz2
 Url:            http://podgorny.cz/moin/UnionFsFuse
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -39,23 +39,18 @@
 copied to to a higher level read-write branch if the copy-on-write
 (cow) mode was enabled.
 
-
-
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS
 export CXXFLAGS=$CFLAGS 
 cmake -DCMAKE_INSTALL_PREFIX=/usr .
-make
+make %{?_smp_mflags}
 
 %install
 make DESTDIR="$RPM_BUILD_ROOT" install
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc LICENSE CREDITS NEWS

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to