From cd4b7c49fcb5b7657510dd7d19d79aacb5958090f2fa85d49fb7803d0661258d Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Fri, 19 Apr 2019 20:27:48 +0000 Subject: [PATCH] Accepting request 696070 from home:gregfreemyer:Tools-for-forensic-boot-cd - update to v0~20180714 * removed guid in favor of class identifier * Changes for external variables OBS-URL: https://build.opensuse.org/request/show/696070 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfmapi?expand=0&rev=5 --- libfmapi-experimental-20170112.tar.gz | 3 --- libfmapi-experimental-20180714.tar.gz | 3 +++ libfmapi.changes | 7 +++++++ libfmapi.spec | 15 ++++++++------- 4 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 libfmapi-experimental-20170112.tar.gz create mode 100644 libfmapi-experimental-20180714.tar.gz diff --git a/libfmapi-experimental-20170112.tar.gz b/libfmapi-experimental-20170112.tar.gz deleted file mode 100644 index 68809ba..0000000 --- a/libfmapi-experimental-20170112.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8372a18ef93eaa697165a154a16abad030aebf21163c926f0e48350fc3b768d -size 1183679 diff --git a/libfmapi-experimental-20180714.tar.gz b/libfmapi-experimental-20180714.tar.gz new file mode 100644 index 0000000..aacd1d6 --- /dev/null +++ b/libfmapi-experimental-20180714.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc67554262288c507074ad17ed4444710a3bdb88491534a2e99104b40928eec +size 1185317 diff --git a/libfmapi.changes b/libfmapi.changes index b874966..4cd5e97 100644 --- a/libfmapi.changes +++ b/libfmapi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 19 20:10:44 UTC 2019 - Greg Freemyer + +- update to v0~20180714 + * removed guid in favor of class identifier + * Changes for external variables + ------------------------------------------------------------------- Sun Oct 1 22:33:28 UTC 2017 - Greg.Freemyer@gmail.com diff --git a/libfmapi.spec b/libfmapi.spec index 1224536..4b0fb7c 100644 --- a/libfmapi.spec +++ b/libfmapi.spec @@ -1,7 +1,7 @@ # # spec file for package libfmapi # -# Copyright (c) 2013 SUSE LINUX Products 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,25 +12,25 @@ # 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: libfmapi %define lname libfmapi1 -%define timestamp 20170112 +%define timestamp 20180714 Version: 0~%timestamp Release: 0 Summary: Library for MAPI data types -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Development/Libraries/C and C++ Url: https://github.com/libyal/libfmapi/wiki Source: https://github.com/libyal/libfmapi/releases/download/%timestamp/%name-experimental-%timestamp.tar.gz BuildRequires: pkg-config -BuildRequires: pkgconfig(libcerror) >= 20130904 -BuildRequires: pkgconfig(libcstring) >= 20150101 BuildRequires: pkgconfig(libcdata) +BuildRequires: pkgconfig(libcerror) >= 20130904 BuildRequires: pkgconfig(libcnotify) +BuildRequires: pkgconfig(libcstring) >= 20150101 BuildRequires: pkgconfig(libcthreads) BuildRequires: pkgconfig(libfdatetime) BuildRequires: pkgconfig(libfguid) @@ -79,7 +79,8 @@ rm -f "%buildroot/%_libdir"/*.la %files -n %lname %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog +%doc AUTHORS ChangeLog +%license COPYING %_libdir/libfmapi.so.1* %files devel