diff --git a/libfcache-alpha-20150104.tar.gz b/libfcache-alpha-20150104.tar.gz deleted file mode 100644 index 69b0a59..0000000 --- a/libfcache-alpha-20150104.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02a89de18a3d48c0397f49f01f1f3a722a10ba93a10916580d61fe2a3c24c27e -size 533219 diff --git a/libfcache-alpha-20170111.tar.gz b/libfcache-alpha-20170111.tar.gz new file mode 100644 index 0000000..4dafd5b --- /dev/null +++ b/libfcache-alpha-20170111.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901ccde8a9a819343f6e73c1739d87e6f9c713f580abf3fb90e1be21b84eb01a +size 582797 diff --git a/libfcache.changes b/libfcache.changes index 634f751..6b4af85 100644 --- a/libfcache.changes +++ b/libfcache.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 16 22:04:29 UTC 2017 - Greg.Freemyer@gmail.com + +- update to v0~20170111 + ------------------------------------------------------------------- Thu Jan 8 22:09:17 UTC 2015 - Greg.Freemyer@gmail.com diff --git a/libfcache.spec b/libfcache.spec index e9cbfe5..eac5f23 100644 --- a/libfcache.spec +++ b/libfcache.spec @@ -1,7 +1,7 @@ # # spec file for package libfcache # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -18,7 +18,7 @@ Name: libfcache %define lname libfcache1 -%define timestamp 20150104 +%define timestamp 20170111 Version: 0~%{timestamp} Release: 0 Summary: Library to provide generic file data cache functions @@ -28,10 +28,9 @@ Url: https://github.com/libyal/libfcache/wiki Source: https://github.com/libyal/libfcache/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz BuildRequires: pkg-config BuildRequires: python-devel -BuildRequires: pkgconfig(libcerror) >= 20140105 BuildRequires: pkgconfig(libcdata) >= 20140105 +BuildRequires: pkgconfig(libcerror) >= 20140105 BuildRequires: pkgconfig(libcthreads) >= 20130723 -BuildRequires: pkgconfig(libcstring) >= 20120425 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -39,7 +38,6 @@ Library to provide generic file data cache functions for the libyal family of li %package -n %{lname} Summary: Library to provide generic file data cache functions -License: LGPL-3.0+ Group: System/Libraries %description -n %{lname} @@ -47,7 +45,6 @@ Library to provide generic file data cache functions for the libyal family of li %package devel Summary: Development files for libfcache -License: LGPL-3.0+ Group: Development/Libraries/C and C++ Requires: %{lname} = %{version}