diff --git a/fsarchiver-0.8.2.tar.gz b/fsarchiver-0.8.2.tar.gz deleted file mode 100644 index 64a58eb..0000000 --- a/fsarchiver-0.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e08ef19c6c64f0c756f7506427994a407ed243bd671c5c9cbcdf17349df00ee6 -size 296486 diff --git a/fsarchiver-0.8.3.tar.gz b/fsarchiver-0.8.3.tar.gz new file mode 100644 index 0000000..eb0d1ff --- /dev/null +++ b/fsarchiver-0.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff7a99240cea4b9e6750b2c01a339855ea699ef9e9f7a69393196fc147ef62e +size 328746 diff --git a/fsarchiver.changes b/fsarchiver.changes index ed2b12c..e41161f 100644 --- a/fsarchiver.changes +++ b/fsarchiver.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 5 11:20:00 UTC 2018 - lazy.kent@opensuse.org + +- Update to 0.8.3. + * Implemented LZ4 compression. +- Add BuildRequires: pkgconfig(liblz4). + ------------------------------------------------------------------- Fri Sep 1 11:48:06 UTC 2017 - lazy.kent@opensuse.org diff --git a/fsarchiver.spec b/fsarchiver.spec index cf534a1..8b98199 100644 --- a/fsarchiver.spec +++ b/fsarchiver.spec @@ -1,7 +1,7 @@ # # spec file for package fsarchiver # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: fsarchiver -Version: 0.8.2 +Version: 0.8.3 Release: 0 Summary: Filesystem Archiver License: GPL-2.0 @@ -34,6 +34,7 @@ BuildRequires: libtool BuildRequires: lzo-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(bzip2) +BuildRequires: pkgconfig(liblz4) BuildRequires: pkgconfig(liblzma) BuildRequires: pkgconfig(zlib) BuildRoot: %{_tmppath}/%{name}-%{version}-build