From fc2423a616b586ead57fb7dd54dc00aa62e45bf3964f96ee91391b26234086ce Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 30 Jan 2015 13:58:47 +0000 Subject: [PATCH] Accepting request 280651 from security:forensics 1 OBS-URL: https://build.opensuse.org/request/show/280651 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvhdi?expand=0&rev=3 --- libvhdi-alpha-20140803.tar.gz | 3 --- libvhdi-alpha-20150105.tar.gz | 3 +++ libvhdi.changes | 20 +++++++++++++++++++ libvhdi.spec | 37 ++++++++++++++--------------------- 4 files changed, 38 insertions(+), 25 deletions(-) delete mode 100644 libvhdi-alpha-20140803.tar.gz create mode 100644 libvhdi-alpha-20150105.tar.gz diff --git a/libvhdi-alpha-20140803.tar.gz b/libvhdi-alpha-20140803.tar.gz deleted file mode 100644 index 44672f0..0000000 --- a/libvhdi-alpha-20140803.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:abf64d8f2ba19bada6987d829e0099e7a347239bc86fb87d1ca6762ebc07e4fe -size 1303735 diff --git a/libvhdi-alpha-20150105.tar.gz b/libvhdi-alpha-20150105.tar.gz new file mode 100644 index 0000000..969c0a7 --- /dev/null +++ b/libvhdi-alpha-20150105.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56b61fda4b8ad5ba377188fae4ef0e0d86a2145d62be88f5f5d7e2b9c2c4389 +size 1325162 diff --git a/libvhdi.changes b/libvhdi.changes index 4817924..07f424f 100644 --- a/libvhdi.changes +++ b/libvhdi.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Jan 9 21:23:27 UTC 2015 - Greg.Freemyer@gmail.com + +- update to v0~20150105 + * 2015 update + * worked on Python 3 support + * worked on tests + * worked on test scripts + * code clean up + * worked on multi-threading support + * removed deprecated functions + - libvhdi_file_read_random + - pyvhdi file.read_random + * bug fix in Python-bindings +- update URL to the new github site +- replace Source: field with fully defined URL +- remove DL-URL comment +- use libyal packages from OBS exclusively, not internal versions +- remove %if opensuse logic. Not needed now libyal is in security:forensics + ------------------------------------------------------------------- Mon Aug 25 16:01:13 UTC 2014 - Greg.Freemyer@gmail.com diff --git a/libvhdi.spec b/libvhdi.spec index 7b59ec1..5218b44 100644 --- a/libvhdi.spec +++ b/libvhdi.spec @@ -1,7 +1,7 @@ # # spec file for package libvhdi # -# 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 @@ -17,45 +17,38 @@ %define lname libvhdi1 -%define timestamp 20140803 +%define timestamp 20150105 Name: libvhdi Version: 0~%{timestamp} Release: 0 Summary: Library and tools to access the VHD image format License: LGPL-3.0+ and GFDL-1.3+ Group: Productivity/File utilities -Url: http://code.google.com/p/libvhdi/ -#DL-URL: https://5bd8f353f5931ef0db182149c5758dceaeb06fd6.googledrive.com/host/0B3fBvzttpiiSY250RjRzRXQ0bDg/libvhdi-alpha-20140803.tar.gz -Source: %{name}-alpha-%{timestamp}.tar.gz +Url: https://github.com/libyal/libvhdi/wiki +Source: https://github.com/libyal/libvhdi/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz Source2: Virtual_Hard_Disk_(VHD)_image_format.pdf BuildRequires: pkg-config BuildRequires: python-devel -#use factory versions if available -%if 0%{?suse_version} > 1230 BuildRequires: pkgconfig(libbfio) >= 20130721 +BuildRequires: pkgconfig(libcdata) >= 20140105 BuildRequires: pkgconfig(libcfile) >= 20130609 BuildRequires: pkgconfig(libclocale) >= 20130609 BuildRequires: pkgconfig(libcnotify) >= 20120425 BuildRequires: pkgconfig(libcpath) >= 20130609 BuildRequires: pkgconfig(libcsplit) >= 20130609 -BuildRequires: pkgconfig(libfguid) >= 20130317 -BuildRequires: pkgconfig(libuna) >= 20120425 -%endif -%if 0%{?suse_version} > 1319 -BuildRequires: pkgconfig(libcdata) >= 20140105 +BuildRequires: pkgconfig(libcsystem) >= 20120425 BuildRequires: pkgconfig(libcthreads) >= 20130723 -%endif +BuildRequires: pkgconfig(libfcache) >= 20120405 +BuildRequires: pkgconfig(libfdata) >= 20120405 +BuildRequires: pkgconfig(libfguid) >= 20130317 +BuildRequires: pkgconfig(libfvalue) +BuildRequires: pkgconfig(libuna) >= 20120425 # fails to build with factory package, use internal # verified 8/23/2014 -#BuildRequires: pkgconfig(libcerror) >= 20140105 -#not yet packaged for opensuse (8-23-2014) -#BuildRequires: pkgconfig(libfcache) >= 20120405 -#BuildRequires: pkgconfig(libfdata) >= 20120405 +BuildRequires: pkgconfig(libcerror) >= 20140105 # not (yet) released as packages by upstream (8-23-14) -#BuildRequires: pkgconfig(libcstring) >= 20120425 -#BuildRequires: pkgconfig(libcsystem) >= 20120425 -#BuildRequires: pkgconfig(libfvalue) +BuildRequires: pkgconfig(libcstring) >= 20120425 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -114,9 +107,9 @@ applications that want to make use of libvhdi. Summary: Python bindings for libvhdi, a VHD image format parser License: LGPL-3.0+ Group: Development/Libraries/Python -Requires: python Requires: %{lname} = %{version} -Provides: pyvhdi +Requires: python +Provides: pyvhdi %description -n python-%{name} libvhdi is a library to access Virtual Hard Disk (VHD) image format. See libvhdi for details.