Hello community, here is the log from the commit of package libfvalue for openSUSE:Factory checked in at 2016-02-08 09:47:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-01-22 01:10:44.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libfvalue.new/libfvalue.changes 2016-02-08 09:47:28.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Jan 27 17:53:26 UTC 2016 - [email protected] + +- Use internal libcdata package. Getting segfaults otherwise. +- spec-cleaner removed redundant License: fields + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfvalue.spec ++++++ --- /var/tmp/diff_new_pack.LxQgce/_old 2016-02-08 09:47:29.000000000 +0100 +++ /var/tmp/diff_new_pack.LxQgce/_new 2016-02-08 09:47:29.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libfvalue # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -28,14 +28,15 @@ Source: https://github.com/libyal/libfvalue/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz BuildRequires: pkg-config BuildRequires: python-devel -BuildRequires: pkgconfig(libcdata) >= 20140105 BuildRequires: pkgconfig(libcnotify) BuildRequires: pkgconfig(libcthreads) >= 20130723 BuildRequires: pkgconfig(libfdatetime) BuildRequires: pkgconfig(libfguid) BuildRequires: pkgconfig(libfwnt) BuildRequires: pkgconfig(libuna) -# version from OBS fails to build +#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 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -45,7 +46,6 @@ %package -n %{lname} Summary: Library to provide generic file value functions -License: LGPL-3.0+ Group: System/Libraries %description -n %{lname} @@ -53,7 +53,6 @@ %package devel Summary: Development files for libfvalue -License: LGPL-3.0+ Group: Development/Libraries/C and C++ Requires: %{lname} = %{version}
