From 9c84965b56f8f874d7dc745882f740b9df4775945d92f17e7034dd301207c89b Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Wed, 17 Apr 2019 22:46:09 +0000 Subject: [PATCH] Accepting request 694614 from home:gregfreemyer:Tools-for-forensic-boot-cd - update to v0~20180724 * 2018 update - minimal changes OBS-URL: https://build.opensuse.org/request/show/694614 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfguid?expand=0&rev=9 --- libfguid-alpha-20170112.tar.gz | 3 --- libfguid-alpha-20180724.tar.gz | 3 +++ libfguid.changes | 6 ++++++ libfguid.spec | 11 ++++++----- 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 libfguid-alpha-20170112.tar.gz create mode 100644 libfguid-alpha-20180724.tar.gz diff --git a/libfguid-alpha-20170112.tar.gz b/libfguid-alpha-20170112.tar.gz deleted file mode 100644 index 07c4434..0000000 --- a/libfguid-alpha-20170112.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ce1caf0b391d83d305f9777dbe18b30d4fc4ea6377c092b4120cf7af928027b -size 501586 diff --git a/libfguid-alpha-20180724.tar.gz b/libfguid-alpha-20180724.tar.gz new file mode 100644 index 0000000..380b799 --- /dev/null +++ b/libfguid-alpha-20180724.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4618d030330dab2bb70dcd1ca2c66cda067705da43d9bc2b48654f7d019191 +size 500741 diff --git a/libfguid.changes b/libfguid.changes index 646315c..1c05283 100644 --- a/libfguid.changes +++ b/libfguid.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 15 19:51:42 UTC 2019 - Greg Freemyer + +- update to v0~20180724 + * 2018 update - minimal changes + ------------------------------------------------------------------- Sun Oct 1 22:26:02 UTC 2017 - Greg.Freemyer@gmail.com diff --git a/libfguid.spec b/libfguid.spec index 445b451..c476edf 100644 --- a/libfguid.spec +++ b/libfguid.spec @@ -1,7 +1,7 @@ # # spec file for package libfguid # -# 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: libfguid %define lname libfguid1 -%define timestamp 20170112 +%define timestamp 20180724 Version: 0~%timestamp Release: 0 Summary: A library for GUID/UUID data types -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Development/Libraries/C and C++ Url: https://github.com/libyal/libfguid/wiki Source: https://github.com/libyal/libfguid/releases/download/%timestamp/%{name}-alpha-%timestamp.tar.gz @@ -68,7 +68,8 @@ rm -f "%{buildroot}/%{_libdir}"/*.la %files -n %lname %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog +%doc AUTHORS ChangeLog +%license COPYING %{_libdir}/libfguid.so.1* %files devel