From ed30c4aa751410d8cb95bdde310b8cf6e853d4dd926df697a39ece5d04886ada Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 30 Jan 2015 14:04:07 +0000 Subject: [PATCH] Accepting request 282293 from security:forensics Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/282293 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqcow?expand=0&rev=4 --- libqcow-alpha-20140729.tar.gz | 3 --- libqcow-alpha-20150105.tar.gz | 3 +++ libqcow.changes | 23 +++++++++++++++++++++++ libqcow.spec | 21 ++++++++------------- 4 files changed, 34 insertions(+), 16 deletions(-) delete mode 100644 libqcow-alpha-20140729.tar.gz create mode 100644 libqcow-alpha-20150105.tar.gz diff --git a/libqcow-alpha-20140729.tar.gz b/libqcow-alpha-20140729.tar.gz deleted file mode 100644 index c6d39c9..0000000 --- a/libqcow-alpha-20140729.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83d35da40459f146f33ba70bcdba74aacaf63dd1e0465d48223f985d9540897f -size 1322709 diff --git a/libqcow-alpha-20150105.tar.gz b/libqcow-alpha-20150105.tar.gz new file mode 100644 index 0000000..5d36f28 --- /dev/null +++ b/libqcow-alpha-20150105.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:362d3a8507603d63f814a6463ac4734e338b6c4c994ea29f62a49fabea869718 +size 1346298 diff --git a/libqcow.changes b/libqcow.changes index 1408598..91cdab7 100644 --- a/libqcow.changes +++ b/libqcow.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Jan 9 00:23:49 UTC 2015 - Greg.Freemyer@gmail.com + +- update to v0~20150105 + * 2015 update + * worked on Python 3 support + * worked on tests + * worked on test scripts + * worked on multi-threading support + * code clean up + * worked on version 3 support + * removed deprecated functions: + - libqcow_file_read_random + - pyqcow 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 +- start using libcstring from OBS, not internal version +- start using libcsystem from OBS, not internal version +- start using libfcache from OBS, not internal version +- start using libfdata from OBS, not internal version + ------------------------------------------------------------------- Mon Aug 25 17:37:00 UTC 2014 - Greg.Freemyer@gmail.com diff --git a/libqcow.spec b/libqcow.spec index e1f02af..afd526f 100644 --- a/libqcow.spec +++ b/libqcow.spec @@ -1,7 +1,7 @@ # # spec file for package libqcow # -# 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,16 +17,15 @@ %define lname libqcow1 -%define timestamp 20140729 +%define timestamp 20150105 Name: libqcow Version: 0~%{timestamp} Release: 0 Summary: Library and tooling to access the QEMU Copy-On-Write (QCOW) image format License: LGPL-3.0+ and GFDL-1.1+ and GFDL-1.3+ Group: Productivity/File utilities -Url: http://code.google.com/p/libqcow/ -#DL-URL: https://771b623091cbc53d2ec99ade60edcfbf28cf5cc8.googledrive.com/host/0B3fBvzttpiiSSzlxcHFxRC0zYTA/libqcow-alpha-20140729.tar.gz -Source: %{name}-alpha-%{timestamp}.tar.gz +Url: https://github.com/libyal/libqcow/wiki +Source: https://github.com/libyal/libqcow/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz Source2: QEMU_Copy-On-Write_file_format.pdf BuildRequires: pkg-config BuildRequires: python-devel @@ -40,18 +39,14 @@ BuildRequires: pkgconfig(libclocale) >= 20130609 BuildRequires: pkgconfig(libcnotify) >= 20120425 BuildRequires: pkgconfig(libcpath) >= 20130609 BuildRequires: pkgconfig(libcsplit) >= 20130609 +BuildRequires: pkgconfig(libcstring) >= 20120425 +BuildRequires: pkgconfig(libcsystem) >= 20120425 BuildRequires: pkgconfig(libcthreads) >= 20130723 +BuildRequires: pkgconfig(libfcache) >= 20120405 +BuildRequires: pkgconfig(libfdata) >= 20120405 BuildRequires: pkgconfig(libuna) >= 20120425 BuildRequires: pkgconfig(openssl) >= 1.0 BuildRequires: pkgconfig(zlib) >= 1.2.5 -# fails to build with factory package, use internal -# verified 8/14/2014 -#BuildRequires: pkgconfig(libcerror) >= 20120425 -# not (yet) released as packages by upstream -#BuildRequires: pkgconfig(libcstring) >= 20120425 -#BuildRequires: pkgconfig(libcsystem) >= 20120425 -#BuildRequires: pkgconfig(libfcache) >= 20120405 -#BuildRequires: pkgconfig(libfdata) >= 20120405 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description