Hello community, here is the log from the commit of package libfvalue for openSUSE:Factory checked in at 2017-02-21 13:47:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfvalue (Old) and /work/SRC/openSUSE:Factory/.libfvalue.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfvalue" Changes: -------- --- /work/SRC/openSUSE:Factory/libfvalue/libfvalue.changes 2016-02-08 09:47:28.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libfvalue.new/libfvalue.changes 2017-02-21 13:47:18.582028815 +0100 @@ -1,0 +2,15 @@ +Wed Feb 15 21:26:35 UTC 2017 - [email protected] + +- update to v0~20170113 +- tweak dependency list +- verified plaso run_tests.py didn't segfault + +------------------------------------------------------------------- +Wed Jul 13 03:03:08 UTC 2016 - [email protected] + +- update to v0~20160325 + * fixed leaks in value and data handle + * fix in clear function + * 2016 update + +------------------------------------------------------------------- Old: ---- libfvalue-alpha-20151226.tar.gz New: ---- libfvalue-experimental-20170113.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfvalue.spec ++++++ --- /var/tmp/diff_new_pack.cq51zf/_old 2017-02-21 13:47:19.085957901 +0100 +++ /var/tmp/diff_new_pack.cq51zf/_new 2017-02-21 13:47:19.085957901 +0100 @@ -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
