From 3864bfcb9607d2d2e4a9ee715c446fdbb39f2621feb7f7df233bd58c417072fa Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Wed, 30 Dec 2020 03:48:15 +0000 Subject: [PATCH] Accepting request 859334 from home:gregfreemyer:Tools-for-forensic-boot-cd - update to 0~20201003 * no documented changes - remove BuildRequires: pkg-config - add COPYING* to %license line OBS-URL: https://build.opensuse.org/request/show/859334 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libodraw?expand=0&rev=6 --- libodraw-alpha-20190118.tar.gz | 3 --- libodraw-alpha-20201003.tar.gz | 3 +++ libodraw.changes | 8 ++++++++ libodraw.spec | 14 +++++++------- 4 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 libodraw-alpha-20190118.tar.gz create mode 100644 libodraw-alpha-20201003.tar.gz diff --git a/libodraw-alpha-20190118.tar.gz b/libodraw-alpha-20190118.tar.gz deleted file mode 100644 index ed45429..0000000 --- a/libodraw-alpha-20190118.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b3e3ded3f5ead8a8f37ab8f28667966e03c1a83dce9711b5c645cbfb04ca991 -size 1375806 diff --git a/libodraw-alpha-20201003.tar.gz b/libodraw-alpha-20201003.tar.gz new file mode 100644 index 0000000..a9f014d --- /dev/null +++ b/libodraw-alpha-20201003.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5be4fa25b9871c5fdc04a709cf0fff750151df5ae9b59d9c5e0120d63c7bea5 +size 1433018 diff --git a/libodraw.changes b/libodraw.changes index d2965ca..e193b3f 100644 --- a/libodraw.changes +++ b/libodraw.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Dec 30 02:44:02 UTC 2020 - Greg Freemyer + +- update to 0~20201003 + * no documented changes +- remove BuildRequires: pkg-config +- add COPYING* to %license line + ------------------------------------------------------------------- Wed Mar 27 23:36:37 UTC 2019 - Greg Freemyer diff --git a/libodraw.spec b/libodraw.spec index 15904b8..7832672 100644 --- a/libodraw.spec +++ b/libodraw.spec @@ -1,7 +1,7 @@ # # spec file for package libodraw # -# 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,16 +18,16 @@ Name: libodraw %define lname libodraw1 -%define timestamp 20190118 +%define timestamp 20201003 Version: 0~%timestamp Release: 0 Summary: Library and tools to access to optical disc (split) RAW image files License: LGPL-3.0-or-later AND GFDL-1.3-or-later Group: Productivity/File utilities -Url: https://github.com/libyal/libodraw/wiki +URL: https://github.com/libyal/libodraw/wiki Source: https://github.com/libyal/libodraw/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz Source2: CUE_sheet_format.pdf -BuildRequires: pkg-config +#BuildRequires: pkg-config BuildRequires: pkgconfig(libbfio) >= 20120426 BuildRequires: pkgconfig(libcdata) >= 20120425 BuildRequires: pkgconfig(libcfile) >= 20120526 @@ -99,13 +99,13 @@ rm -f "%buildroot/%_libdir"/*.la %files -n %lname %defattr(-,root,root) %doc AUTHORS ChangeLog -%license COPYING +%license COPYING* %_libdir/libodraw.so.1* %files devel %defattr(-,root,root) %doc AUTHORS ChangeLog -%license COPYING +%license COPYING* %doc CUE_*.pdf %_includedir/libodraw* %_libdir/libodraw.so @@ -115,7 +115,7 @@ rm -f "%buildroot/%_libdir"/*.la %files tools %defattr(-,root,root) %doc AUTHORS ChangeLog -%license COPYING +%license COPYING* %_bindir/odrawverify %_bindir/odrawinfo %_mandir/man1/odrawinfo.1*