From 15f44e615e1258ed39ecc2905b69cf8c336006ec1e33f1857ed8253a64125797 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Fri, 9 Jan 2015 21:28:24 +0000 Subject: [PATCH] Accepting request 280648 from home:gregfreemyer:Tools-for-forensic-boot-cd libyal 2015 refresh OBS-URL: https://build.opensuse.org/request/show/280648 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libsmraw?expand=0&rev=4 --- libsmraw-alpha-20140817.tar.gz | 3 --- libsmraw-alpha-20150105.tar.gz | 3 +++ libsmraw.changes | 17 +++++++++++++++++ libsmraw.spec | 33 ++++++++++++--------------------- 4 files changed, 32 insertions(+), 24 deletions(-) delete mode 100644 libsmraw-alpha-20140817.tar.gz create mode 100644 libsmraw-alpha-20150105.tar.gz diff --git a/libsmraw-alpha-20140817.tar.gz b/libsmraw-alpha-20140817.tar.gz deleted file mode 100644 index c01c0fd..0000000 --- a/libsmraw-alpha-20140817.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc0a6264d12c016904b5928babb38bac1b346b043cff6ea1f4a5c0e9cc8a99ee -size 1441425 diff --git a/libsmraw-alpha-20150105.tar.gz b/libsmraw-alpha-20150105.tar.gz new file mode 100644 index 0000000..5771048 --- /dev/null +++ b/libsmraw-alpha-20150105.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f27db96742f42750e37a25f0523cde3e655765259b7662e4aa5e7760c14e6b +size 1474238 diff --git a/libsmraw.changes b/libsmraw.changes index ca6d7d2..0a13417 100644 --- a/libsmraw.changes +++ b/libsmraw.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Jan 9 21:07:49 UTC 2015 - Greg.Freemyer@gmail.com + +- update to v0~20150105 + * 2015 update + * worked on Python 3 support + * worked on tests + * worked on multi-threading support + * code clean up + * bug fixes for information file + * bug fix in Python-bindings +- update URL to the new github site +- replace Source: field with fully defined URL +- remove DL-URL comment +- start using more packages from OBS, not internal version +- remove %if opensuse logic. Not needed now libyal is in security:forensics + ------------------------------------------------------------------- Fri Sep 19 18:20:20 UTC 2014 - Greg.Freemyer@gmail.com diff --git a/libsmraw.spec b/libsmraw.spec index 36c6e33..a9bfe38 100644 --- a/libsmraw.spec +++ b/libsmraw.spec @@ -1,7 +1,7 @@ # # spec file for package libsmraw # -# 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,22 +18,17 @@ Name: libsmraw %define lname libsmraw1 -%define timestamp 20140817 +%define timestamp 20150105 Version: 0~%timestamp Release: 0 Summary: Library and tools to access the (split) RAW image format License: LGPL-3.0+ Group: Productivity/File utilities -Url: http://code.google.com/p/libsmraw/ - -#Git-Clone: http://code.google.com/p/libsmraw -Source: https://googledrive.com/host/0B3fBvzttpiiSRml2cndCelp2R3M/libsmraw-alpha-20140817.tar.gz +Url: https://github.com/libyal/libsmraw/wiki +Source: https://github.com/libyal/libsmraw/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz BuildRequires: pkg-config BuildRequires: python-devel BuildRequires: pkgconfig(fuse) >= 2.6 -BuildRequires: pkgconfig(openssl) >= 1.0 -#use the factory versions of these if building for factory -%if 0%{?suse_version} > 1230 BuildRequires: pkgconfig(libbfio) >= 20120426 BuildRequires: pkgconfig(libcdata) >= 20120425 BuildRequires: pkgconfig(libcfile) >= 20120526 @@ -41,22 +36,18 @@ BuildRequires: pkgconfig(libclocale) >= 20120425 BuildRequires: pkgconfig(libcnotify) >= 20120425 BuildRequires: pkgconfig(libcpath) >= 20120701 BuildRequires: pkgconfig(libcsplit) >= 20120701 -BuildRequires: pkgconfig(libuna) >= 20120425 -%endif -%if 0%{?suse_version} > 1310 +BuildRequires: pkgconfig(libcsystem) >= 20120425 BuildRequires: pkgconfig(libcthreads) >= 20120701 -%endif +BuildRequires: pkgconfig(libfcache) >= 20120425 +BuildRequires: pkgconfig(libfdata) >= 20120425 +BuildRequires: pkgconfig(libfvalue) >= 20120428 +BuildRequires: pkgconfig(libhmac) >= 20120425 +BuildRequires: pkgconfig(libuna) >= 20120425 +BuildRequires: pkgconfig(openssl) >= 1.0 # The following packages cause build failures if the internal version is not used -#verified August 13 2014 +#verified 1/9/2015 #BuildRequires: pkgconfig(libcerror) >= 20120425 -#BuildRequires: pkgconfig(libhmac) >= 20120425 -# These libs are not released by upstream as packages -#verified April 2013 #BuildRequires: pkgconfig(libcstring) >= 20120426 -#BuildRequires: pkgconfig(libcsystem) >= 20120425 -#BuildRequires: pkgconfig(libfcache) >= 20120425 -#BuildRequires: pkgconfig(libfdata) >= 20120425 -#BuildRequires: pkgconfig(libfvalue) >= 20120428 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description