From 3000bfa31252bd320da34eead9258868b992efdc8850ec9cc8079849fb9dd745 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 28 Sep 2014 17:54:04 +0000 Subject: [PATCH] Accepting request 252559 from security:forensics Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/252559 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libregf?expand=0&rev=11 --- libregf-alpha-20140803.tar.gz | 3 --- libregf-alpha-20140905.tar.gz | 3 +++ libregf.changes | 10 ++++++++++ libregf.spec | 20 ++++++++++---------- 4 files changed, 23 insertions(+), 13 deletions(-) delete mode 100644 libregf-alpha-20140803.tar.gz create mode 100644 libregf-alpha-20140905.tar.gz diff --git a/libregf-alpha-20140803.tar.gz b/libregf-alpha-20140803.tar.gz deleted file mode 100644 index bfe5b54..0000000 --- a/libregf-alpha-20140803.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4d443401eb408bd24e1cbc6fef0d806cc8c699d4714333963eecfdd6929ae73 -size 1508853 diff --git a/libregf-alpha-20140905.tar.gz b/libregf-alpha-20140905.tar.gz new file mode 100644 index 0000000..613aa3c --- /dev/null +++ b/libregf-alpha-20140905.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a82879181aedb71bf37b6ba647fb9147027e43a9da33656ed6aea15ea59a35 +size 1547682 diff --git a/libregf.changes b/libregf.changes index 7f6a2dc..1d5ef08 100644 --- a/libregf.changes +++ b/libregf.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Sep 19 19:15:45 UTC 2014 - Greg.Freemyer@gmail.com + +- update to 20140905 + * updated libfwsi version check + * bug fix in Python-bindings + * code clean +- update Source field to fullpath - delete DL_URL field +- use libcerror from external package + ------------------------------------------------------------------- Tue Aug 26 17:17:16 UTC 2014 - Greg.Freemyer@gmail.com diff --git a/libregf.spec b/libregf.spec index 13e3752..eb56070 100644 --- a/libregf.spec +++ b/libregf.spec @@ -18,22 +18,21 @@ Name: libregf %define lname libregf1 -%define timestamp 20140803 +%define timestamp 20140905 Version: 0~%timestamp Release: 0 Summary: Library to access Windows REGF-type Registry files License: LGPL-3.0+ and GFDL-1.3+ Group: Productivity/File utilities Url: http://code.google.com/p/libregf/ - -#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSSC1yUDZpb3l0UHM/libregf-alpha-20140803.tar.gz -Source: %{name}-alpha-%timestamp.tar.gz +Source: https://googledrive.com/host/0B3fBvzttpiiSSC1yUDZpb3l0UHM/libregf-alpha-20140905.tar.gz Source2: Windows_NT_Registry_File_(REGF)_format.pdf BuildRequires: pkg-config BuildRequires: python-devel BuildRequires: pkgconfig(fuse) >= 2.6 BuildRequires: pkgconfig(libbfio) >= 20131003 BuildRequires: pkgconfig(libcdata) >= 20130904 +BuildRequires: pkgconfig(libcerror) >= 20140105 BuildRequires: pkgconfig(libcfile) >= 20130809 BuildRequires: pkgconfig(libclocale) >= 20130609 BuildRequires: pkgconfig(libcnotify) >= 20130609 @@ -42,16 +41,17 @@ BuildRequires: pkgconfig(libcsplit) >= 20130609 BuildRequires: pkgconfig(libfdatetime) >= 20130317 BuildRequires: pkgconfig(libuna) >= 20130728 # Using these packages from factory causes build failures, so use the internal version instead -# Verified 11/15/2013 -#BuildRequires: pkgconfig(libfguid) >= 20120426 -#BuildRequires: pkgconfig(libcerror) >= 20120425 -# These packages are not yet released by upstream as standalone packages -#BuildRequires: pkgconfig(libcstring) >= 20120425 -#BuildRequires: pkgconfig(libcsystem) >= 20120425 +# Verified 9/19/2014 +#BuildRequires: pkgconfig(libfguid) >= 20140105 +# Using these packages (libf*) are released but are not stable per upstream +# Verified 9/19/2014 #BuildRequires: pkgconfig(libfcache) >= 20120425 #BuildRequires: pkgconfig(libfdata) >= 20120425 #BuildRequires: pkgconfig(libfwnt) >= 20120426 #BuildRequires: pkgconfig(libfwsi) >= 20120426 +# These packages are not yet released by upstream as standalone packages +#BuildRequires: pkgconfig(libcstring) >= 20120425 +#BuildRequires: pkgconfig(libcsystem) >= 20120425 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description