diff --git a/libfvalue-alpha-20151226.tar.gz b/libfvalue-alpha-20151226.tar.gz deleted file mode 100644 index 92ee1e7..0000000 --- a/libfvalue-alpha-20151226.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf55576ac925011ae075875b2c763592626eeb80bcfc54357cbd2bb14c98620c -size 1152886 diff --git a/libfvalue-experimental-20170113.tar.gz b/libfvalue-experimental-20170113.tar.gz new file mode 100644 index 0000000..fb9b70e --- /dev/null +++ b/libfvalue-experimental-20170113.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c065ef4c80fa1ab1ee4448f9440130dbec5a5dc118db0f2bf3738474ae80bdb3 +size 1189033 diff --git a/libfvalue.changes b/libfvalue.changes index 81fe96f..2036660 100644 --- a/libfvalue.changes +++ b/libfvalue.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Feb 15 21:26:35 UTC 2017 - Greg.Freemyer@gmail.com + +- update to v0~20170113 +- tweak dependency list +- verified plaso run_tests.py didn't segfault + +------------------------------------------------------------------- +Wed Jul 13 03:03:08 UTC 2016 - Greg.Freemyer@gmail.com + +- update to v0~20160325 + * fixed leaks in value and data handle + * fix in clear function + * 2016 update + ------------------------------------------------------------------- Wed Jan 27 17:53:26 UTC 2016 - Greg.Freemyer@gmail.com diff --git a/libfvalue.spec b/libfvalue.spec index 1e4b9b5..93025e3 100644 --- a/libfvalue.spec +++ b/libfvalue.spec @@ -1,7 +1,7 @@ # # spec file for package libfvalue # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX 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,27 +18,25 @@ Name: libfvalue %define lname libfvalue1 -%define timestamp 20151226 +%define timestamp 20170113 Version: 0~%{timestamp} Release: 0 Summary: Library to provide generic file value functions License: LGPL-3.0+ Group: Productivity/File utilities Url: https://github.com/libyal/libfvalue/wiki -Source: https://github.com/libyal/libfvalue/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz +Source: https://github.com/libyal/libfvalue/releases/download/%timestamp/%{name}-experimental-%{timestamp}.tar.gz BuildRequires: pkg-config BuildRequires: python-devel +BuildRequires: pkgconfig(libcerror) BuildRequires: pkgconfig(libcnotify) -BuildRequires: pkgconfig(libcthreads) >= 20130723 +BuildRequires: pkgconfig(libcthreads) BuildRequires: pkgconfig(libfdatetime) BuildRequires: pkgconfig(libfguid) -BuildRequires: pkgconfig(libfwnt) +BuildRequires: pkgconfig(libfwnt) >= 20170115 BuildRequires: pkgconfig(libuna) -#version from factory causes a sigfault in plaso/run_tests.py (as of Jan 2016) -#BuildRequires: pkgconfig(libcdata) > 20160108 -# version from OBS fails to build (as of Jan 2015) -#BuildRequires: pkgconfig(libcerror) >= 20140105 -#BuildRequires: pkgconfig(libcstring) > 20150101 +#version from factory causes a sigfault in plaso/run_tests.py (as of Jan 2017) +#BuildRequires: pkgconfig(libcdata) > 20170102 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description