Hello community,

here is the log from the commit of package nilfs-utils for openSUSE:Factory 
checked in at 2012-07-30 20:36:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nilfs-utils (Old)
 and      /work/SRC/openSUSE:Factory/.nilfs-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nilfs-utils", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/nilfs-utils/nilfs-utils.changes  2012-06-05 
15:33:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nilfs-utils.new/nilfs-utils.changes     
2012-07-30 20:36:47.000000000 +0200
@@ -1,0 +2,9 @@
+Mon Jul 23 17:39:39 CEST 2012 - [email protected]
+
+- Update to version 2.1.4: Major version up, addition of
+  nilfs-cleanup and nilfs-resize programs, etc.
+  See ChangeLog for details
+- Enable libmount for avoiding the read-only /etc/mtab problem
+  (bnc#773184)
+
+-------------------------------------------------------------------

Old:
----
  nilfs-utils-2.0.14.tar.bz2
  nilfs-utils-headers.patch
  nilfs-utils-install-fixes.diff

New:
----
  nilfs-utils-2.1.4.tar.bz2

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

Other differences:
------------------
++++++ nilfs-utils.spec ++++++
--- /var/tmp/diff_new_pack.VhKOjI/_old  2012-07-30 20:36:51.000000000 +0200
+++ /var/tmp/diff_new_pack.VhKOjI/_new  2012-07-30 20:36:51.000000000 +0200
@@ -16,41 +16,52 @@
 #
 
 
+%define build_devel_pkg        0
+
 Name:           nilfs-utils
+BuildRequires:  libmount-devel
 BuildRequires:  libtool
 BuildRequires:  libuuid-devel
 Summary:        Utilities for NILFS
 License:        GPL-2.0
 Group:          System/Filesystems
-Version:        2.0.14
+Version:        2.1.4
 Release:        0
 Source:         %{name}-%{version}.tar.bz2
-Patch1:         nilfs-utils-install-fixes.diff
-Patch2:         nilfs-utils-headers.patch
 Url:            http://www.nilfs.org
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains utility programs for NILFS v2.
 
+%if %{build_devel_pkg}
+%package devel
+Summary:        Development package for the libnilfs library
+Group:          Development/Libraries/C and C++
+Requires:       %{lname} = %{version}
+
+%description devel
+This package contains the development files for NILFS v2.
+%endif
+
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
 
 %build
-autoreconf -fi
-%configure
+# autoreconf -fi
+%configure --disable-static --enable-libmount
 make %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT root_sbindir=/sbin root_libdir=/%{_lib}
 # remove unneeded files
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
+# rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+%if !%{build_devel_pkg}
 # remove devel files (not packaged for the time being)
 rm -rf $RPM_BUILD_ROOT%{_includedir}
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.so
+%endif
 
 %post -p /sbin/ldconfig
 
@@ -61,10 +72,15 @@
 %config(noreplace) /etc/nilfs_cleanerd.conf
 /sbin/*
 %{_bindir}/*
-%{_libdir}/libnilfs.so.*
+%{_libdir}/libnilfs*.so.*
 %{_mandir}/man?/*
-# %{_includedir}/nilfs.h
-# %{_includedir}/nilfs_fs.h
-# %{_libdir}/libnilfs.so
+
+%if %{build_devel_pkg}
+%files devel
+%defattr(-,root,root)
+%{_includedir}/nilfs.h
+%{_includedir}/nilfs_fs.h
+%{_libdir}/libnilfs.so
+%endif
 
 %changelog

++++++ nilfs-utils-2.0.14.tar.bz2 -> nilfs-utils-2.1.4.tar.bz2 ++++++
++++ 30887 lines of diff (skipped)

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

Reply via email to