From c3deb25a21bc86aaae6fb66ecb7c24e5c78d19f13e31261d59995f8206fd4215 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Thu, 16 Feb 2017 20:40:04 +0000 Subject: [PATCH] Accepting request 458566 from home:gregfreemyer:Tools-for-forensic-boot-cd 2017 update OBS-URL: https://build.opensuse.org/request/show/458566 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libsmraw?expand=0&rev=5 --- libsmraw-alpha-20150105.tar.gz | 3 --- libsmraw-alpha-20160424.tar.gz | 3 +++ libsmraw.changes | 13 +++++++++++++ libsmraw.spec | 10 ++++------ 4 files changed, 20 insertions(+), 9 deletions(-) delete mode 100644 libsmraw-alpha-20150105.tar.gz create mode 100644 libsmraw-alpha-20160424.tar.gz diff --git a/libsmraw-alpha-20150105.tar.gz b/libsmraw-alpha-20150105.tar.gz deleted file mode 100644 index 5771048..0000000 --- a/libsmraw-alpha-20150105.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04f27db96742f42750e37a25f0523cde3e655765259b7662e4aa5e7760c14e6b -size 1474238 diff --git a/libsmraw-alpha-20160424.tar.gz b/libsmraw-alpha-20160424.tar.gz new file mode 100644 index 0000000..013df48 --- /dev/null +++ b/libsmraw-alpha-20160424.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48bf1e6ea3b9594052d0698f07b39e4a40576675ce9277761a92b63fd81b210e +size 1554105 diff --git a/libsmraw.changes b/libsmraw.changes index 0a13417..c78f7ce 100644 --- a/libsmraw.changes +++ b/libsmraw.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Feb 16 20:27:09 UTC 2017 - Greg.Freemyer@gmail.com + +- update to v0~20160424 + * bug fix for information file + * changes for Python 3 support + * Changes to Python bindings + * fixes for rpmbuild + * removed read/write random + * updated dependencies + * worked on tests +- clean-up BuildRequires + ------------------------------------------------------------------- Fri Jan 9 21:07:49 UTC 2015 - Greg.Freemyer@gmail.com diff --git a/libsmraw.spec b/libsmraw.spec index a9bfe38..4e30a74 100644 --- a/libsmraw.spec +++ b/libsmraw.spec @@ -1,7 +1,7 @@ # # spec file for package libsmraw # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -18,7 +18,7 @@ Name: libsmraw %define lname libsmraw1 -%define timestamp 20150105 +%define timestamp 20160424 Version: 0~%timestamp Release: 0 Summary: Library and tools to access the (split) RAW image format @@ -31,11 +31,13 @@ BuildRequires: python-devel BuildRequires: pkgconfig(fuse) >= 2.6 BuildRequires: pkgconfig(libbfio) >= 20120426 BuildRequires: pkgconfig(libcdata) >= 20120425 +BuildRequires: pkgconfig(libcerror) >= 20170101 BuildRequires: pkgconfig(libcfile) >= 20120526 BuildRequires: pkgconfig(libclocale) >= 20120425 BuildRequires: pkgconfig(libcnotify) >= 20120425 BuildRequires: pkgconfig(libcpath) >= 20120701 BuildRequires: pkgconfig(libcsplit) >= 20120701 +BuildRequires: pkgconfig(libcstring) >= 20150101 BuildRequires: pkgconfig(libcsystem) >= 20120425 BuildRequires: pkgconfig(libcthreads) >= 20120701 BuildRequires: pkgconfig(libfcache) >= 20120425 @@ -44,10 +46,6 @@ 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 1/9/2015 -#BuildRequires: pkgconfig(libcerror) >= 20120425 -#BuildRequires: pkgconfig(libcstring) >= 20120426 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description