From cb525ca3a5f66e8507443fc9225b564b6d249e9f986b20fc63f8e44121e191d6 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Mon, 28 Dec 2020 19:35:41 +0000 Subject: [PATCH] Accepting request 859081 from home:gregfreemyer:Tools-for-forensic-boot-cd - update to v0~20200708 * Changes to set cache value function * Added clear functionality - add COPYING.LESSER to the %license line OBS-URL: https://build.opensuse.org/request/show/859081 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfcache?expand=0&rev=8 --- libfcache-alpha-20181011.tar.gz | 3 --- libfcache-alpha-20200708.tar.gz | 3 +++ libfcache.changes | 8 ++++++++ libfcache.spec | 10 +++++----- 4 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 libfcache-alpha-20181011.tar.gz create mode 100644 libfcache-alpha-20200708.tar.gz diff --git a/libfcache-alpha-20181011.tar.gz b/libfcache-alpha-20181011.tar.gz deleted file mode 100644 index 52e4338..0000000 --- a/libfcache-alpha-20181011.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:103b46cd8ba399039f5b560172c1dcd903e365a034b10280d412e57c2d129d04 -size 588295 diff --git a/libfcache-alpha-20200708.tar.gz b/libfcache-alpha-20200708.tar.gz new file mode 100644 index 0000000..d30e9ee --- /dev/null +++ b/libfcache-alpha-20200708.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b12bb4ad3aa26b53dfa2ab5b30349be30d1eecab2d2e970a18fad29bca038a1 +size 608441 diff --git a/libfcache.changes b/libfcache.changes index 07572e3..d3bdb67 100644 --- a/libfcache.changes +++ b/libfcache.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Dec 28 18:44:32 UTC 2020 - Greg Freemyer + +- update to v0~20200708 + * Changes to set cache value function + * Added clear functionality +- add COPYING.LESSER to the %license line + ------------------------------------------------------------------- Mon Apr 15 19:34:08 UTC 2019 - Greg Freemyer diff --git a/libfcache.spec b/libfcache.spec index aaa5c13..8c4546a 100644 --- a/libfcache.spec +++ b/libfcache.spec @@ -1,7 +1,7 @@ # # spec file for package libfcache # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ Name: libfcache %define lname libfcache1 -%define timestamp 20181011 +%define timestamp 20200708 Version: 0~%{timestamp} Release: 0 Summary: Library to provide generic file data cache functions License: LGPL-3.0-or-later Group: Productivity/File utilities -Url: https://github.com/libyal/libfcache/wiki +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 @@ -72,13 +72,13 @@ find %{buildroot} -type f -name "*.la" -delete -print %files -n %{lname} %defattr(-,root,root) %doc AUTHORS ChangeLog -%license COPYING +%license COPYING COPYING.LESSER %{_libdir}/libfcache.so.* %files devel %defattr(-,root,root) %doc AUTHORS README ChangeLog -%license COPYING +%license COPYING COPYING.LESSER %{_includedir}/libfcache.h %{_includedir}/libfcache/ %{_libdir}/libfcache.so