Accepting request 859348 from security:forensics

OBS-URL: https://build.opensuse.org/request/show/859348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libodraw?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2020-12-30 16:13:32 +00:00 committed by Git OBS Bridge
commit cb55fa56ac
4 changed files with 18 additions and 10 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Dec 30 02:44:02 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
- 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 <Greg.Freemyer@gmail.com>

View File

@ -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*