SHA256
1
0
forked from pool/fsarchiver

Accepting request 562042 from home:Lazy_Kent:devel

update to 0.8.3

OBS-URL: https://build.opensuse.org/request/show/562042
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/fsarchiver?expand=0&rev=38
This commit is contained in:
Martin Pluskal 2018-01-06 07:51:23 +00:00 committed by Git OBS Bridge
parent 1ebbb0f582
commit 3677ecd53c
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e08ef19c6c64f0c756f7506427994a407ed243bd671c5c9cbcdf17349df00ee6
size 296486

3
fsarchiver-0.8.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fff7a99240cea4b9e6750b2c01a339855ea699ef9e9f7a69393196fc147ef62e
size 328746

View File

@ -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

View File

@ -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