diff --git a/libfcache-alpha-20170111.tar.gz b/libfcache-alpha-20170111.tar.gz deleted file mode 100644 index 4dafd5b..0000000 --- a/libfcache-alpha-20170111.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:901ccde8a9a819343f6e73c1739d87e6f9c713f580abf3fb90e1be21b84eb01a -size 582797 diff --git a/libfcache-alpha-20181011.tar.gz b/libfcache-alpha-20181011.tar.gz new file mode 100644 index 0000000..52e4338 --- /dev/null +++ b/libfcache-alpha-20181011.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:103b46cd8ba399039f5b560172c1dcd903e365a034b10280d412e57c2d129d04 +size 588295 diff --git a/libfcache.changes b/libfcache.changes index 6b4af85..07572e3 100644 --- a/libfcache.changes +++ b/libfcache.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Apr 15 19:34:08 UTC 2019 - Greg Freemyer + +- update to v0~20181011 + * Worked on cache value usage + * Worked on get/set value by identifier + ------------------------------------------------------------------- Thu Feb 16 22:04:29 UTC 2017 - Greg.Freemyer@gmail.com diff --git a/libfcache.spec b/libfcache.spec index eac5f23..aaa5c13 100644 --- a/libfcache.spec +++ b/libfcache.spec @@ -1,7 +1,7 @@ # # spec file for package libfcache # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,17 +12,17 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: libfcache %define lname libfcache1 -%define timestamp 20170111 +%define timestamp 20181011 Version: 0~%{timestamp} Release: 0 Summary: Library to provide generic file data cache functions -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Productivity/File utilities Url: https://github.com/libyal/libfcache/wiki Source: https://github.com/libyal/libfcache/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz @@ -71,12 +71,14 @@ find %{buildroot} -type f -name "*.la" -delete -print %files -n %{lname} %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog +%doc AUTHORS ChangeLog +%license COPYING %{_libdir}/libfcache.so.* %files devel %defattr(-,root,root) -%doc AUTHORS COPYING README ChangeLog +%doc AUTHORS README ChangeLog +%license COPYING %{_includedir}/libfcache.h %{_includedir}/libfcache/ %{_libdir}/libfcache.so