[snapper] - update to latest upstream - add support for extended attributes

okozina okozina at fedoraproject.org
Thu Apr 18 09:11:26 UTC 2013


commit 98bcdf867d075744dab1d156339a81555e0395d3
Author: Ondrej Kozina <okozina at redhat.com>
Date:   Thu Apr 18 11:09:27 2013 +0200

    - update to latest upstream
    - add support for extended attributes

 .gitignore   |    1 +
 snapper.spec |   13 +++++++++----
 sources      |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5cc15f7..de08d27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /snapper-0.1.0.tar.bz2
 /snapper-0.1.2.tar.bz2
+/snapper-0.1.3.tar.bz2
diff --git a/snapper.spec b/snapper.spec
index e816971..7ac313c 100644
--- a/snapper.spec
+++ b/snapper.spec
@@ -1,6 +1,6 @@
 Name:		snapper
-Version:	0.1.2
-Release:	1.20130211git676556f%{?dist}
+Version:	0.1.3
+Release:	1.20130418git7ca81a2%{?dist}
 License:	GPLv2
 Group:		Applications/System
 BuildRequires:	boost-devel doxygen gettext libtool libxml2-devel
@@ -12,7 +12,7 @@ Url:		http://en.opensuse.org/Portal:Snapper
 
 # source tarball creation process from master branch:
 # git clone git://github.com/openSUSE/snapper.git
-# git archive --format=tar --prefix=snapper-0.1.2/ 676556f706644c6de05cd87243491767df931f60 | bzip2 > /tmp/snapper-0.1.2.tar.bz2
+# git archive --format=tar --prefix=snapper-0.1.3/ 7ca81a2f78ee0087dd3a6c71dba1af417adafe0e | bzip2 > /tmp/snapper-0.1.3.tar.bz2
 Source0:	%{name}-%{version}.tar.bz2
 patch0:		%{name}-remove-ext4-info.patch
 patch1:		%{name}-rename-cron-files.patch
@@ -52,7 +52,7 @@ automake --add-missing --copy
 autoconf
 # NOTE: --disable-ext4 option removes support for ext4 internal snapshots since the feature
 # never made it into upstream kernel
-%configure --disable-silent-rules --disable-ext4 --docdir=%{_defaultdocdir}/%{name}-%{version} --disable-zypp
+%configure --disable-silent-rules --disable-ext4 --docdir=%{_defaultdocdir}/%{name}-%{version} --disable-zypp --enable-xattrs
 #NOTE: avoid 'unused-direct-shlib-dependency' warning in rpmlint checks
 sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
 make %{?_smp_mflags}
@@ -96,6 +96,11 @@ rm -f %{buildroot}/%{_libdir}/*.la
 %{_includedir}/%{name}
 
 %changelog
+* Thu Apr 18 2013 Ondrej Kozina <okozina at redhat.com> - 0.1.3-1.20130418git7ca81a2
+- updatet to latest upstream version
+- add support to compare extended attributes ('xadiff' command)
+- add support to revert modificiations in file's extended attributes
+
 * Mon Feb 11 2013 Ondrej Kozina <okozina at redhat.com> - 0.1.2-1.20130211git676556f
 - updated to latest upstream version
 - fixed wrong include: "auto_ptr.h" -> <memory>
diff --git a/sources b/sources
index f17c62e..e026c1f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3a072bd2d4c00de5664b901f2081f451  snapper-0.1.2.tar.bz2
+9e5762542b9e83a59881349091e36f07  snapper-0.1.3.tar.bz2


More information about the scm-commits mailing list