diff --git a/Extensible_Storage_Engine_(ESE)_Database_File_(EDB)_format.pdf b/Extensible_Storage_Engine_ESE_Database_File_EDB_format.pdf similarity index 100% rename from Extensible_Storage_Engine_(ESE)_Database_File_(EDB)_format.pdf rename to Extensible_Storage_Engine_ESE_Database_File_EDB_format.pdf diff --git a/libesedb-experimental-20151213.tar.gz b/libesedb-experimental-20151213.tar.gz deleted file mode 100644 index 5c853fb..0000000 --- a/libesedb-experimental-20151213.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1788d4aaa67c74cdc4ed1f12246df50b4bb68c34128d1f2cd28ec08464957490 -size 1714044 diff --git a/libesedb-experimental-20181229.tar.gz b/libesedb-experimental-20181229.tar.gz new file mode 100644 index 0000000..28d84a7 --- /dev/null +++ b/libesedb-experimental-20181229.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa84b43179755241003f5b76a5193c2c1793a36f4566ed09ff564deaff5b7e63 +size 1840102 diff --git a/libesedb.changes b/libesedb.changes index 21c8aa1..7a67e4d 100644 --- a/libesedb.changes +++ b/libesedb.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Mar 28 16:29:35 UTC 2019 - Greg Freemyer + +- update to v0~20181229 + * worked on Python 2 / 3 support + * worked on Python bindings + * multiple bug fixes + * libfdata API change triggered changes + ------------------------------------------------------------------- Sun Feb 7 04:33:43 UTC 2016 - Greg.Freemyer@gmail.com diff --git a/libesedb.spec b/libesedb.spec index 1eac1bc..8969f3b 100644 --- a/libesedb.spec +++ b/libesedb.spec @@ -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: pkg-config 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 @@ BuildRequires: pkgconfig(libuna) >= 20120425 #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 @@ Library and tools to access the Extensible Storage Engine (ESE) Database File (E %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 @@ Library to access the Extensible Storage Engine (ESE) Database File (EDB) format %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 @@ Tools to access the Extensible Storage Engine (ESE) Database File (EDB) format. %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 @@ applications that want to make use of libesedb. %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 @@ find %{buildroot} -type f -name "*.la" -delete -print %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 @@ find %{buildroot} -type f -name "*.la" -delete -print %files -n python-%{name} %defattr(-,root,root) -%doc AUTHORS COPYING README ChangeLog +%doc AUTHORS README ChangeLog +%license COPYING %{python_sitearch}/pyesedb.so %changelog