Hello community, here is the log from the commit of package libesedb for openSUSE:Factory checked in at 2019-06-12 13:09:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libesedb (Old) and /work/SRC/openSUSE:Factory/.libesedb.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libesedb" Wed Jun 12 13:09:26 2019 rev:5 rq:696085 version:0~20181229 Changes: -------- --- /work/SRC/openSUSE:Factory/libesedb/libesedb.changes 2016-02-09 13:33:04.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libesedb.new.4811/libesedb.changes 2019-06-12 13:09:30.537102634 +0200 @@ -1,0 +2,9 @@ +Thu Mar 28 16:29:35 UTC 2019 - Greg Freemyer <[email protected]> + +- update to v0~20181229 + * worked on Python 2 / 3 support + * worked on Python bindings + * multiple bug fixes + * libfdata API change triggered changes + +------------------------------------------------------------------- Old: ---- Extensible_Storage_Engine_(ESE)_Database_File_(EDB)_format.pdf libesedb-experimental-20151213.tar.gz New: ---- Extensible_Storage_Engine_ESE_Database_File_EDB_format.pdf libesedb-experimental-20181229.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libesedb.spec ++++++ --- /var/tmp/diff_new_pack.abw6Lz/_old 2019-06-12 13:09:31.981102027 +0200 +++ /var/tmp/diff_new_pack.abw6Lz/_new 2019-06-12 13:09:31.981102027 +0200 @@ -1,7 +1,7 @@ # # spec file for package libesedb # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,22 +12,22 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define lname libesedb1 -%define timestamp 20151213 +%define timestamp 20181229 Name: libesedb Version: 0~%{timestamp} Release: 0 Summary: Library and tools to access the ESE Database File (EDB) format -License: LGPL-3.0+ and GFDL-1.1+ and GFDL-1.3+ +License: LGPL-3.0-or-later AND GFDL-1.1-or-later AND GFDL-1.3-or-later Group: Productivity/File utilities Url: https://github.com/libyal/libesedb/wiki Source: https://github.com/libyal/libesedb/releases/download/%timestamp/%{name}-experimental-%{timestamp}.tar.gz Source2: Exchange.pdf -Source3: Extensible_Storage_Engine_(ESE)_Database_File_(EDB)_format.pdf +Source3: Extensible_Storage_Engine_ESE_Database_File_EDB_format.pdf Source4: Forensic_analysis_of_the_Windows_Search_database.pdf Source5: Windows_Search.pdf Source6: libesedb-libfdata.pdf @@ -35,11 +35,13 @@ BuildRequires: python-devel BuildRequires: pkgconfig(libbfio) >= 20130721 BuildRequires: pkgconfig(libcdata) >= 20140105 +BuildRequires: pkgconfig(libcerror) >= 20140105 BuildRequires: pkgconfig(libcfile) >= 20130609 BuildRequires: pkgconfig(libclocale) >= 20130609 BuildRequires: pkgconfig(libcnotify) >= 20120425 BuildRequires: pkgconfig(libcpath) >= 20130609 BuildRequires: pkgconfig(libcsplit) >= 20130609 +BuildRequires: pkgconfig(libcstring) >= 20120425 BuildRequires: pkgconfig(libcsystem) >= 20120425 BuildRequires: pkgconfig(libcthreads) >= 20130723 BuildRequires: pkgconfig(libfcache) >= 20120405 @@ -55,6 +57,7 @@ #Use internal package. OBS version causes build failure. Tested Feb 7, 2016 #BuildRequires: pkgconfig(libcerror) >= 20140105 #BuildRequires: pkgconfig(libcstring) >= 20120425 + BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -62,7 +65,7 @@ %package -n %{lname} Summary: Library to access the EDB format -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: System/Libraries %description -n %{lname} @@ -70,7 +73,7 @@ %package tools Summary: Tools to access the EDB format -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Productivity/File utilities Requires: %{lname} = %{version} @@ -79,7 +82,7 @@ %package devel Summary: Development files for libesedb, a EDB file format library -License: LGPL-3.0+ and GFDL-1.1+ and GFDL-1.3+ +License: LGPL-3.0-or-later AND GFDL-1.1-or-later AND GFDL-1.3-or-later Group: Development/Libraries/C and C++ Requires: %{lname} = %{version} @@ -92,7 +95,7 @@ %package -n python-%{name} Summary: Python bindings for libesedb, a EDB file format parser -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Development/Libraries/Python Requires: %{lname} = %{version} Requires: python @@ -128,18 +131,21 @@ %files -n %{lname} %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog +%doc AUTHORS ChangeLog +%license COPYING %{_libdir}/libesedb.so.* %files tools %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog +%doc AUTHORS ChangeLog +%license COPYING %{_bindir}/esedb* %{_mandir}/man1/esedb*.1* %files devel %defattr(-,root,root) -%doc AUTHORS COPYING README ChangeLog +%doc AUTHORS README ChangeLog +%license COPYING %doc Exchange.pdf %doc Extensible_Storage_Engine_* %doc Forensic_analysis_of_the_Windows_Search_database.pdf @@ -153,7 +159,8 @@ %files -n python-%{name} %defattr(-,root,root) -%doc AUTHORS COPYING README ChangeLog +%doc AUTHORS README ChangeLog +%license COPYING %{python_sitearch}/pyesedb.so %changelog ++++++ libesedb-experimental-20151213.tar.gz -> libesedb-experimental-20181229.tar.gz ++++++ ++++ 228987 lines of diff (skipped)
