Hello community, here is the log from the commit of package snapper for openSUSE:Factory checked in at 2012-01-04 07:31:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/snapper (Old) and /work/SRC/openSUSE:Factory/.snapper.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "snapper", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/snapper/snapper.changes 2011-10-21 16:38:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.snapper.new/snapper.changes 2012-01-04 07:31:47.000000000 +0100 @@ -1,0 +2,22 @@ +Fri Dec 23 15:33:12 CET 2011 - [email protected] + +- allow to delete a configuration + +------------------------------------------------------------------- +Thu Nov 24 14:09:15 CET 2011 - [email protected] + +- package Python bindings +- 0.0.8 + +------------------------------------------------------------------- +Sat Nov 19 20:46:08 UTC 2011 - [email protected] + +- add libtool as buildrequire to avoid implicit dependency + +------------------------------------------------------------------- +Fri Nov 11 11:20:03 CET 2011 - [email protected] + +- moved supplements btrfsprogs from libsnapper to snapper + (bnc#729859) + +------------------------------------------------------------------- Old: ---- snapper-0.0.7.tar.bz2 New: ---- snapper-0.0.8.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ snapper.spec ++++++ --- /var/tmp/diff_new_pack.XTgS1T/_old 2012-01-04 07:31:48.000000000 +0100 +++ /var/tmp/diff_new_pack.XTgS1T/_new 2012-01-04 07:31:48.000000000 +0100 @@ -15,21 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: snapper -Version: 0.0.7 +Version: 0.0.8 Release: 0 -License: GPL +License: GPL-2.0 Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: snapper-%{version}.tar.bz2 Prefix: /usr -BuildRequires: boost-devel doxygen gcc-c++ libblocxx-devel libxml2-devel +BuildRequires: boost-devel doxygen gcc-c++ libblocxx-devel libtool libxml2-devel +BuildRequires: python-devel swig BuildRequires: libzypp(plugin:commit) Requires: libsnapper1 = %version Recommends: cron logrotate snapper-zypp-plugin +Supplements: btrfsprogs Summary: Tool for filesystem snapshot management Url: http://en.opensuse.org/Portal:Snapper @@ -53,7 +54,6 @@ automake --add-missing --copy autoconf -%{?suse_update_config:%{suse_update_config -f}} ./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} --disable-silent-rules make %{?jobs:-j%jobs} @@ -62,6 +62,9 @@ %{find_lang} snapper +rm -f $RPM_BUILD_ROOT/%{python_sitearch}/_libsnapper.a +rm -f $RPM_BUILD_ROOT/%{python_sitearch}/_libsnapper.la + %clean rm -rf "$RPM_BUILD_ROOT" @@ -78,7 +81,6 @@ Group: System/Libraries Requires: diffutils util-linux PreReq: %fillup_prereq -Supplements: btrfsprogs %description -n libsnapper1 This package contains libsnapper, a library for filesystem snapshot management. @@ -131,6 +133,22 @@ %{_libdir}/libsnapper.so %{prefix}/include/snapper +%package -n libsnapper-python +Summary: Python bindings for libsnapper +Group: System/Libraries + +%description -n libsnapper-python +This package contains Python bindings for libsnapper. + +Authors: +-------- + Thomas Fehr <[email protected]> + +%files -n libsnapper-python +%defattr(-,root,root) +%{python_sitelib}/libsnapper.py* +%attr(755,root,root) %{python_sitearch}/_libsnapper.so + %package -n snapper-zypp-plugin Requires: snapper libzypp(plugin:commit) zypp-plugin-python Summary: A zypp commit plugin for calling snapper ++++++ snapper-0.0.7.tar.bz2 -> snapper-0.0.8.tar.bz2 ++++++ ++++ 4014 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
