Hello community,

here is the log from the commit of package snapper for openSUSE:Factory checked 
in at 2015-02-22 17:25:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/snapper (Old)
 and      /work/SRC/openSUSE:Factory/.snapper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "snapper"

Changes:
--------
--- /work/SRC/openSUSE:Factory/snapper/snapper.changes  2015-01-29 
09:54:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.snapper.new/snapper.changes     2015-02-22 
17:25:39.000000000 +0100
@@ -1,0 +2,15 @@
+Fri Feb 20 14:10:01 CET 2015 - aschn...@suse.de
+
+- added comments in helper program
+
+-------------------------------------------------------------------
+Mon Feb 16 12:01:03 CET 2015 - aschn...@suse.de
+
+- added helper to support installation into subvolume (fate#318392)
+- added root-prefix parameter for config functions
+- pass single struct instead of many values to create and modify
+  snapshot functions
+- removed deprecated functions
+- version 0.2.6
+
+-------------------------------------------------------------------

Old:
----
  snapper-0.2.5.tar.bz2

New:
----
  snapper-0.2.6.tar.bz2

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

Other differences:
------------------
++++++ snapper.spec ++++++
--- /var/tmp/diff_new_pack.9tUR7L/_old  2015-02-22 17:25:40.000000000 +0100
+++ /var/tmp/diff_new_pack.9tUR7L/_new  2015-02-22 17:25:40.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           snapper
-Version:        0.2.5
+Version:        0.2.6
 Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source:         snapper-%{version}.tar.bz2
@@ -49,7 +49,7 @@
 %endif
 BuildRequires:  pam-devel
 Requires:       diffutils
-Requires:       libsnapper2 = %version
+Requires:       libsnapper3 = %version
 %if 0%{?suse_version}
 Recommends:     cron logrotate snapper-zypp-plugin
 Supplements:    btrfsprogs
@@ -109,6 +109,7 @@
 %defattr(-,root,root)
 %{prefix}/bin/snapper
 %{prefix}/sbin/snapperd
+%{prefix}/lib/snapper
 %doc %{_mandir}/*/snapper.8*
 %doc %{_mandir}/*/snapperd.8*
 %doc %{_mandir}/*/snapper-configs.5*
@@ -118,7 +119,7 @@
 %config /etc/dbus-1/system.d/org.opensuse.Snapper.conf
 %{prefix}/share/dbus-1/system-services/org.opensuse.Snapper.service
 
-%package -n libsnapper2
+%package -n libsnapper3
 Summary:        Library for filesystem snapshot management
 Group:          System/Libraries
 Requires:       util-linux
@@ -126,16 +127,16 @@
 PreReq:         %fillup_prereq
 %endif
 # expands to Obsoletes: libsnapper1 libsnapper2 libsnapper3...
-Obsoletes:      %(echo `seq -s " " -f "libsnapper%.f" $((2 - 1))`)
+Obsoletes:      %(echo `seq -s " " -f "libsnapper%.f" $((3 - 1))`)
 
-%description -n libsnapper2
+%description -n libsnapper3
 This package contains libsnapper, a library for filesystem snapshot management.
 
 Authors:
 --------
     Arvin Schnell <aschn...@suse.de>
 
-%files -n libsnapper2
+%files -n libsnapper3
 %defattr(-,root,root)
 %{_libdir}/libsnapper.so.*
 %dir %{_sysconfdir}/snapper
@@ -153,20 +154,20 @@
 %config(noreplace) %{_sysconfdir}/sysconfig/snapper
 %endif
 
-%post -n libsnapper2
+%post -n libsnapper3
 /sbin/ldconfig
 %if 0%{?suse_version}
 %{fillup_only -n snapper}
 %endif
 
-%postun -n libsnapper2
+%postun -n libsnapper3
 /sbin/ldconfig
 
 %package -n libsnapper-devel
 Requires:       boost-devel
 Requires:       gcc-c++
 Requires:       libacl-devel
-Requires:       libsnapper2 = %version
+Requires:       libsnapper3 = %version
 Requires:       libstdc++-devel
 Requires:       libxml2-devel
 %if 0%{?suse_version} > 1230

++++++ snapper-0.2.5.tar.bz2 -> snapper-0.2.6.tar.bz2 ++++++
++++ 3126 lines of diff (skipped)

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

Reply via email to