From 1285a909eb0ef168e21868048087cdf3a66a4ba64b8502f8df3460a56e6795be Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Wed, 21 Jan 2015 21:19:50 +0000 Subject: [PATCH] Accepting request 281461 from home:gregfreemyer:Tools-for-forensic-boot-cd libyal 2015 refresh OBS-URL: https://build.opensuse.org/request/show/281461 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfwsi?expand=0&rev=4 --- libfwsi-experimental-20140801.tar.gz | 3 --- libfwsi-experimental-20150105.tar.gz | 3 +++ libfwsi.changes | 15 +++++++++++++++ libfwsi.spec | 14 ++++++-------- 4 files changed, 24 insertions(+), 11 deletions(-) delete mode 100644 libfwsi-experimental-20140801.tar.gz create mode 100644 libfwsi-experimental-20150105.tar.gz diff --git a/libfwsi-experimental-20140801.tar.gz b/libfwsi-experimental-20140801.tar.gz deleted file mode 100644 index 45d240f..0000000 --- a/libfwsi-experimental-20140801.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b02626e1cf63c9152ea2b5e34a96763f82d9cbdd11cab458243be83d55d54c89 -size 1134978 diff --git a/libfwsi-experimental-20150105.tar.gz b/libfwsi-experimental-20150105.tar.gz new file mode 100644 index 0000000..a4b2ecc --- /dev/null +++ b/libfwsi-experimental-20150105.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff5829b8bf6f81f465a6ad6ab7240d52fa22c3e8b34b512dafebde56d53e0ee +size 1173893 diff --git a/libfwsi.changes b/libfwsi.changes index f55093c..098ba92 100644 --- a/libfwsi.changes +++ b/libfwsi.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Jan 15 21:35:11 UTC 2015 - Greg.Freemyer@gmail.com + +- update to v0~20150105 + * 2015 update + * worked on Python 3 support + * worked on utility scripts + * small fixes + * worked on format support +- update URL to the new github site +- replace Source: field with fully defined URL +- remove DL-URL comment +- remove %if opensuse logic. Not needed with libyal in security:forensics +- use libyal packages from OBS if available + ------------------------------------------------------------------- Mon Sep 1 19:50:09 UTC 2014 - Greg.Freemyer@gmail.com diff --git a/libfwsi.spec b/libfwsi.spec index a1d0681..660ab94 100644 --- a/libfwsi.spec +++ b/libfwsi.spec @@ -17,16 +17,15 @@ %define lname libfwsi1 -%define timestamp 20140801 +%define timestamp 20150105 Name: libfwsi Version: 0~%{timestamp} Release: 0 Summary: Library to access the Windows Shell Item format License: LGPL-3.0+ and GFDL-1.3+ Group: Productivity/File utilities -Url: http://code.google.com/p/libfwsi/ -#DL-URL: https://5c36fb3a2584d3bd2f8d3924d56b4d00d70e8000.googledrive.com/host/0B3fBvzttpiiSajVqblZQT3FYZzg/libfwsi-experimental-20140801.tar.gz -Source: %{name}-experimental-%{timestamp}.tar.gz +Url: https://github.com/libyal/libfwsi/wiki +Source: https://github.com/libyal/libfwsi/releases/download/%timestamp/%name-experimental-%timestamp.tar.gz Source2: Windows_Shell_Item_format.pdf BuildRequires: pkg-config BuildRequires: python-devel @@ -37,11 +36,10 @@ BuildRequires: pkgconfig(libclocale) BuildRequires: pkgconfig(libfdatetime) BuildRequires: pkgconfig(libfguid) BuildRequires: pkgconfig(libuna) -%if 0%{?suse_version} > 1310 BuildRequires: pkgconfig(libcthreads) >= 20130723 -%endif -# not (yet) released as packages by upstream -#BuildRequires: pkgconfig(libcstring) >= 20120425 +BuildRequires: pkgconfig(libcstring) >= 20150101 +BuildRequires: pkgconfig(libfole) +# not (yet) packaged in OBS #BuildRequires: pkgconfig(libfwps) BuildRoot: %{_tmppath}/%{name}-%{version}-build