Hello community,

here is the log from the commit of package snapper for openSUSE:Factory checked 
in at 2014-04-26 11:45:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-03-06 
19:18:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.snapper.new/snapper.changes     2014-04-26 
11:45:02.000000000 +0200
@@ -1,0 +2,21 @@
+Thu Apr 17 15:00:25 CEST 2014 - aschn...@suse.de
+
+- fixed parent of snapshot generated by rollback
+
+-------------------------------------------------------------------
+Thu Apr 10 10:17:49 CEST 2014 - aschn...@suse.de
+
+- added rollback support (fate#317062)
+- version 0.2.2
+
+-------------------------------------------------------------------
+Thu Apr 03 17:49:12 CEST 2014 - aschn...@suse.de
+
+- fixed execution of grub plugin (bnc#871880)
+
+-------------------------------------------------------------------
+Tue Apr 01 20:04:33 CEST 2014 - aschn...@suse.de
+
+- allow to add snapshots subvolume to fstab (for fate#317062)
+
+-------------------------------------------------------------------
@@ -30 +51 @@
-- 0.2.1
+- version 0.2.1
@@ -37 +58 @@
-- 0.2.0
+- version 0.2.0
@@ -54 +75 @@
-- 0.1.8
+- version 0.1.8
@@ -77 +98 @@
-- 0.1.7
+- version 0.1.7
@@ -88 +109 @@
-- 0.1.6
+- version 0.1.6
@@ -101 +122 @@
-- 0.1.5
+- version 0.1.5

Old:
----
  snapper-0.2.1.tar.bz2

New:
----
  snapper-0.2.2.tar.bz2

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

Other differences:
------------------
++++++ snapper.spec ++++++
--- /var/tmp/diff_new_pack.pwTK3b/_old  2014-04-26 11:45:03.000000000 +0200
+++ /var/tmp/diff_new_pack.pwTK3b/_new  2014-04-26 11:45:04.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           snapper
-Version:        0.2.1
+Version:        0.2.2
 Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source:         snapper-%{version}.tar.bz2
@@ -27,6 +27,12 @@
 BuildRequires:  libacl-devel
 BuildRequires:  libtool
 BuildRequires:  libxml2-devel
+%if 0%{?suse_version} > 1230
+BuildRequires:  libbtrfs-devel
+%endif
+%if 0%{?suse_version} > 1310
+BuildRequires:  libmount-devel >= 2.24
+%endif
 BuildRequires:  pkg-config
 %if ! 0%{?mandriva_version}
 BuildRequires:  dbus-1-devel
@@ -75,6 +81,9 @@
 
 ./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}         
\
        --docdir=%{prefix}/share/doc/packages/snapper                           
\
+%if 0%{?suse_version} <= 1310
+       --disable-rollback                                                      
\
+%endif
        --disable-silent-rules --disable-ext4
 make %{?jobs:-j%jobs}
 
@@ -160,6 +169,12 @@
 Requires:       libsnapper2 = %version
 Requires:       libstdc++-devel
 Requires:       libxml2-devel
+%if 0%{?suse_version} > 1230
+Requires:       libbtrfs-devel
+%endif
+%if 0%{?suse_version} > 1310
+Requires:       libmount-devel >= 2.24
+%endif
 Summary:        Header files and documentation for libsnapper
 Group:          Development/Languages/C and C++
 

++++++ snapper-0.2.1.tar.bz2 -> snapper-0.2.2.tar.bz2 ++++++
++++ 3409 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