From ab05fcf722b6ebafdb979ff28bd55851032951ff2b8da58ae5c707fcd7e1b633 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 12 Jan 2015 08:50:14 +0000 Subject: [PATCH] Accepting request 280825 from security:forensics 1 OBS-URL: https://build.opensuse.org/request/show/280825 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libodraw?expand=0&rev=6 --- libodraw-alpha-20140731.tar.gz | 3 --- libodraw-alpha-20150105.tar.gz | 3 +++ libodraw.changes | 10 ++++++++++ libodraw.spec | 29 ++++++++++------------------- 4 files changed, 23 insertions(+), 22 deletions(-) delete mode 100644 libodraw-alpha-20140731.tar.gz create mode 100644 libodraw-alpha-20150105.tar.gz diff --git a/libodraw-alpha-20140731.tar.gz b/libodraw-alpha-20140731.tar.gz deleted file mode 100644 index 0d0ce53..0000000 --- a/libodraw-alpha-20140731.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61b77605539991bcd0432c89349bd3e935a0111fe2c69e0d7cc29dbc954a9e66 -size 1304534 diff --git a/libodraw-alpha-20150105.tar.gz b/libodraw-alpha-20150105.tar.gz new file mode 100644 index 0000000..60feaa5 --- /dev/null +++ b/libodraw-alpha-20150105.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ea946e9107e8199fa9c2621309bdb272f9b7d30cf11331a173bb004827b570 +size 1317282 diff --git a/libodraw.changes b/libodraw.changes index 6a4f137..c9f09b8 100644 --- a/libodraw.changes +++ b/libodraw.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jan 12 00:17:21 UTC 2015 - Greg.Freemyer@gmail.com + +- update to 0~20150105 + * 2015 refresh - minimal changes +- update URL to the new github site +- replace Source: field with fully defined URL +- remove DL-URL comment +- remove %if opensuse logic. Not needed with libyal in security:forensics + ------------------------------------------------------------------- Fri Aug 22 22:35:10 UTC 2014 - Greg.Freemyer@gmail.com diff --git a/libodraw.spec b/libodraw.spec index 128581c..5279541 100644 --- a/libodraw.spec +++ b/libodraw.spec @@ -1,7 +1,7 @@ # # spec file for package libodraw # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,40 +18,31 @@ Name: libodraw %define lname libodraw1 -%define timestamp 20140731 +%define timestamp 20150105 Version: 0~%timestamp Release: 0 Summary: Library and tools to access to optical disc (split) RAW image files License: LGPL-3.0+ and GFDL-1.3+ Group: Productivity/File utilities -Url: http://code.google.com/p/libodraw/ - -#Git-Clone: http://code.google.com/p/libodraw -#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSVUh3YzQ3c092Yms/libodraw-alpha-20140731.tar.gz -Source: %name-alpha-%timestamp.tar.gz +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 -#use factory packages if available -%if 0%{?suse_version} > 1230 BuildRequires: pkgconfig(libbfio) >= 20120426 BuildRequires: pkgconfig(libcdata) >= 20120425 -BuildRequires: pkgconfig(libcerror) >= 20120425 BuildRequires: pkgconfig(libcfile) >= 20120526 +BuildRequires: pkgconfig(libclocale) >= 20140105 BuildRequires: pkgconfig(libcnotify) >= 20120425 BuildRequires: pkgconfig(libcpath) >= 20120701 BuildRequires: pkgconfig(libcsplit) >= 20120701 -BuildRequires: pkgconfig(libuna) >= 20120425 -%endif -%if 0%{?suse_version} > 1310 BuildRequires: pkgconfig(libcthreads) -%endif +BuildRequires: pkgconfig(libuna) >= 20120425 #use internal package, factory version causes build failure -# verified 8/22/2014 -#BuildRequires: pkgconfig(libclocale) >= 20140105 -#BuildRequires: pkgconfig(libhmac) -# packages not (yet) released by upstream -#BuildRequires: pkgconfig(libcstring) >= 20120425 +# verified 1/11/2015 #BuildRequires: pkgconfig(libcsystem) >= 20120425 +#BuildRequires: pkgconfig(libcerror) >= 20120425 +#BuildRequires: pkgconfig(libcstring) >= 20120425 +#BuildRequires: pkgconfig(libhmac) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description