Accepting request 859089 from security:forensics

OBS-URL: https://build.opensuse.org/request/show/859089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfcache?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2020-12-29 14:53:04 +00:00 committed by Git OBS Bridge
commit 36bb7f29aa
4 changed files with 16 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Dec 28 18:44:32 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
- 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 <Greg.Freemyer@gmail.com> Mon Apr 15 19:34:08 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libfcache # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,13 +18,13 @@
Name: libfcache Name: libfcache
%define lname libfcache1 %define lname libfcache1
%define timestamp 20181011 %define timestamp 20200708
Version: 0~%{timestamp} Version: 0~%{timestamp}
Release: 0 Release: 0
Summary: Library to provide generic file data cache functions Summary: Library to provide generic file data cache functions
License: LGPL-3.0-or-later License: LGPL-3.0-or-later
Group: Productivity/File utilities 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 Source: https://github.com/libyal/libfcache/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: python-devel BuildRequires: python-devel
@ -72,13 +72,13 @@ find %{buildroot} -type f -name "*.la" -delete -print
%files -n %{lname} %files -n %{lname}
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS ChangeLog %doc AUTHORS ChangeLog
%license COPYING %license COPYING COPYING.LESSER
%{_libdir}/libfcache.so.* %{_libdir}/libfcache.so.*
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS README ChangeLog %doc AUTHORS README ChangeLog
%license COPYING %license COPYING COPYING.LESSER
%{_includedir}/libfcache.h %{_includedir}/libfcache.h
%{_includedir}/libfcache/ %{_includedir}/libfcache/
%{_libdir}/libfcache.so %{_libdir}/libfcache.so