From ac22b79b607ced6a1f17b21977218cc658788d212b12e2bae2540f829dd4cf55 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Thu, 15 Jan 2015 17:56:53 +0000 Subject: [PATCH] Accepting request 281342 from home:gregfreemyer:Tools-for-forensic-boot-cd libyal 2015 refresh OBS-URL: https://build.opensuse.org/request/show/281342 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libregf?expand=0&rev=4 --- libregf-alpha-20140905.tar.gz | 3 --- libregf-alpha-20150105.tar.gz | 3 +++ libregf.changes | 12 ++++++++++++ libregf.spec | 17 +++++++---------- 4 files changed, 22 insertions(+), 13 deletions(-) delete mode 100644 libregf-alpha-20140905.tar.gz create mode 100644 libregf-alpha-20150105.tar.gz diff --git a/libregf-alpha-20140905.tar.gz b/libregf-alpha-20140905.tar.gz deleted file mode 100644 index 613aa3c..0000000 --- a/libregf-alpha-20140905.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01a82879181aedb71bf37b6ba647fb9147027e43a9da33656ed6aea15ea59a35 -size 1547682 diff --git a/libregf-alpha-20150105.tar.gz b/libregf-alpha-20150105.tar.gz new file mode 100644 index 0000000..868f942 --- /dev/null +++ b/libregf-alpha-20150105.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603052acd1fd2b76ca03615be693557aa916af73948d9bd635420542fade7301 +size 1566141 diff --git a/libregf.changes b/libregf.changes index 1d5ef08..636dd0e 100644 --- a/libregf.changes +++ b/libregf.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Jan 14 22:39:18 UTC 2015 - Greg.Freemyer@gmail.com + +- update to v0~20150105 + * 2015 update + * worked on Python 3 support + * worked on tests + * code clean up + * removed libregf_file_get_version +- update Source and URL fields to use the new github site +- use more libyal packages from OBS + ------------------------------------------------------------------- Fri Sep 19 19:15:45 UTC 2014 - Greg.Freemyer@gmail.com diff --git a/libregf.spec b/libregf.spec index eb56070..84f2a3c 100644 --- a/libregf.spec +++ b/libregf.spec @@ -1,7 +1,7 @@ # # spec file for package libregf # -# 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,14 +18,14 @@ Name: libregf %define lname libregf1 -%define timestamp 20140905 +%define timestamp 20150105 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/ -Source: https://googledrive.com/host/0B3fBvzttpiiSSC1yUDZpb3l0UHM/libregf-alpha-20140905.tar.gz +Url: https://github.com/libyal/libregf/wiki +Source: https://github.com/libyal/libregf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz Source2: Windows_NT_Registry_File_(REGF)_format.pdf BuildRequires: pkg-config BuildRequires: python-devel @@ -38,20 +38,17 @@ BuildRequires: pkgconfig(libclocale) >= 20130609 BuildRequires: pkgconfig(libcnotify) >= 20130609 BuildRequires: pkgconfig(libcpath) >= 20130809 BuildRequires: pkgconfig(libcsplit) >= 20130609 +BuildRequires: pkgconfig(libcstring) >= 20120425 +BuildRequires: pkgconfig(libcsystem) >= 20120425 BuildRequires: pkgconfig(libfdatetime) >= 20130317 +BuildRequires: pkgconfig(libfguid) >= 20140105 BuildRequires: pkgconfig(libuna) >= 20130728 -# Using these packages from factory causes build failures, so use the internal version instead -# 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