From ccad0d5bc5b3b3b7f6fec796978a1ad2e9346330cee7ed7f580ae74ceb350754 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Fri, 19 Apr 2019 20:27:59 +0000 Subject: [PATCH] Accepting request 696071 from home:gregfreemyer:Tools-for-forensic-boot-cd - update to v0~20180817 * Floating support updates * minor fixes OBS-URL: https://build.opensuse.org/request/show/696071 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfvalue?expand=0&rev=9 --- libfvalue-experimental-20170113.tar.gz | 3 --- libfvalue-experimental-20180817.tar.gz | 3 +++ libfvalue.changes | 7 +++++++ libfvalue.spec | 14 ++++++++------ 4 files changed, 18 insertions(+), 9 deletions(-) delete mode 100644 libfvalue-experimental-20170113.tar.gz create mode 100644 libfvalue-experimental-20180817.tar.gz diff --git a/libfvalue-experimental-20170113.tar.gz b/libfvalue-experimental-20170113.tar.gz deleted file mode 100644 index fb9b70e..0000000 --- a/libfvalue-experimental-20170113.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c065ef4c80fa1ab1ee4448f9440130dbec5a5dc118db0f2bf3738474ae80bdb3 -size 1189033 diff --git a/libfvalue-experimental-20180817.tar.gz b/libfvalue-experimental-20180817.tar.gz new file mode 100644 index 0000000..b2a6839 --- /dev/null +++ b/libfvalue-experimental-20180817.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9dc9f171b0c0e3bbad4d60ccd5ddf82f2de01bb5978755aa7076b2e4b2a442 +size 1225290 diff --git a/libfvalue.changes b/libfvalue.changes index 2036660..a7d18e2 100644 --- a/libfvalue.changes +++ b/libfvalue.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 25 01:59:39 UTC 2019 - Greg Freemyer + +- update to v0~20180817 + * Floating support updates + * minor fixes + ------------------------------------------------------------------- Wed Feb 15 21:26:35 UTC 2017 - Greg.Freemyer@gmail.com diff --git a/libfvalue.spec b/libfvalue.spec index 93025e3..6066f7b 100644 --- a/libfvalue.spec +++ b/libfvalue.spec @@ -1,7 +1,7 @@ # # spec file for package libfvalue # -# 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: libfvalue %define lname libfvalue1 -%define timestamp 20170113 +%define timestamp 20180817 Version: 0~%{timestamp} Release: 0 Summary: Library to provide generic file value functions -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Productivity/File utilities Url: https://github.com/libyal/libfvalue/wiki Source: https://github.com/libyal/libfvalue/releases/download/%timestamp/%{name}-experimental-%{timestamp}.tar.gz @@ -77,12 +77,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}/libfvalue.so.* %files devel %defattr(-,root,root) -%doc AUTHORS COPYING README ChangeLog +%doc AUTHORS README ChangeLog +%license COPYING %{_includedir}/libfvalue.h %{_includedir}/libfvalue/ %{_libdir}/libfvalue.so