commit libesedb for openSUSE:Factory

2020-10-20 Thread root
Hello community,

here is the log from the commit of package libesedb for openSUSE:Factory 
checked in at 2020-10-20 16:07:17

Comparing /work/SRC/openSUSE:Factory/libesedb (Old)
 and  /work/SRC/openSUSE:Factory/.libesedb.new.3486 (New)


Package is "libesedb"

Tue Oct 20 16:07:17 2020 rev:8 rq:842421 version:0~20191220

Changes:

--- /work/SRC/openSUSE:Factory/libesedb/libesedb.changes2020-05-06 
11:05:18.735397264 +0200
+++ /work/SRC/openSUSE:Factory/.libesedb.new.3486/libesedb.changes  
2020-10-20 16:17:27.566210069 +0200
@@ -0,0 +1,5 @@
+Sun Oct 11 12:33:40 UTC 2020 - Christopher Yeleighton 
+
+- add LGPL text
+- add README to tools
+



Other differences:
--
++ libesedb.spec ++
--- /var/tmp/diff_new_pack.aIHp2A/_old  2020-10-20 16:17:29.662211062 +0200
+++ /var/tmp/diff_new_pack.aIHp2A/_new  2020-10-20 16:17:29.666211064 +0200
@@ -129,7 +129,7 @@
 Directory, etc.
 
 %prep
-%setup -q -n libesedb-%{timestamp}
+%setup -n libesedb-%{timestamp}
 cp "%{SOURCE2}" .
 cp "%{SOURCE3}" .
 cp "%{SOURCE4}" .
@@ -157,20 +157,20 @@
 %files -n %{lname}
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog
-%license COPYING 
+%license COPYING*
 %{_libdir}/libesedb.so.*
 
 %files tools
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog
-%license COPYING 
+%doc AUTHORS README ChangeLog
+%license COPYING*
 %{_bindir}/esedb*
 %{_mandir}/man1/esedb*.1*
 
 %files devel
 %defattr(-,root,root)
 %doc AUTHORS README ChangeLog
-%license COPYING
+%license COPYING*
 %doc Exchange.pdf
 %doc Extensible_Storage_Engine_*
 %doc Forensic_analysis_of_the_Windows_Search_database.pdf
@@ -186,14 +186,14 @@
 %files -n python2-%{name}
 %defattr(-,root,root)
 %doc AUTHORS README ChangeLog
-%license COPYING 
+%license COPYING*
 %{python2_sitearch}/pyesedb.so
 %endif
 
 %files -n python3-%{name}
 %defattr(-,root,root)
 %doc AUTHORS README ChangeLog
-%license COPYING 
+%license COPYING*
 %{python3_sitearch}/pyesedb.so
 
 %changelog




commit libesedb for openSUSE:Factory

2020-05-06 Thread root
Hello community,

here is the log from the commit of package libesedb for openSUSE:Factory 
checked in at 2020-05-06 11:05:17

Comparing /work/SRC/openSUSE:Factory/libesedb (Old)
 and  /work/SRC/openSUSE:Factory/.libesedb.new.2738 (New)


Package is "libesedb"

Wed May  6 11:05:17 2020 rev:7 rq:800520 version:0~20191220

Changes:

--- /work/SRC/openSUSE:Factory/libesedb/libesedb.changes2020-04-09 
23:15:05.718232031 +0200
+++ /work/SRC/openSUSE:Factory/.libesedb.new.2738/libesedb.changes  
2020-05-06 11:05:18.735397264 +0200
@@ -1,0 +2,6 @@
+Tue May  5 11:03:08 UTC 2020 - Dominique Leuenberger 
+
+- Allow distros to decide to no longer build python2 bindings
+  (bcond_without python2). Tumbleweed declares this already.
+
+---



Other differences:
--
++ libesedb.spec ++
--- /var/tmp/diff_new_pack.LzXsXC/_old  2020-05-06 11:05:20.00735 +0200
+++ /var/tmp/diff_new_pack.LzXsXC/_new  2020-05-06 11:05:20.01143 +0200
@@ -16,6 +16,8 @@
 #
 
 
+%bcond_without python2
+
 %define lname  libesedb1
 %define timestamp 20191220
 Name:   libesedb
@@ -32,7 +34,9 @@
 Source5:Windows_Search.pdf
 Source6:libesedb-libfdata.pdf
 BuildRequires:  pkg-config
+%if %{with python2}
 BuildRequires:  python-devel
+%endif
 BuildRequires:  pkgconfig(libbfio) >= 20130721
 BuildRequires:  pkgconfig(libcdata) >= 20140105
 BuildRequires:  pkgconfig(libcerror) >= 20140105
@@ -133,7 +137,13 @@
 cp "%{SOURCE6}" .
 
 %build
-%configure --disable-static --enable-wide-character-type --enable-python2 
--enable-python3
+%configure \
+--disable-static \
+--enable-wide-character-type \
+%if %{with python2}
+--enable-python2 \
+%endif
+--enable-python3
 make %{?_smp_mflags}
 
 %install
@@ -172,11 +182,13 @@
 %{_libdir}/pkgconfig/libesedb.pc
 %{_mandir}/man3/libesedb.3*
 
+%if %{with python2}
 %files -n python2-%{name}
 %defattr(-,root,root)
 %doc AUTHORS README ChangeLog
 %license COPYING 
 %{python2_sitearch}/pyesedb.so
+%endif
 
 %files -n python3-%{name}
 %defattr(-,root,root)




commit libesedb for openSUSE:Factory

2020-04-09 Thread root
Hello community,

here is the log from the commit of package libesedb for openSUSE:Factory 
checked in at 2020-04-09 23:15:04

Comparing /work/SRC/openSUSE:Factory/libesedb (Old)
 and  /work/SRC/openSUSE:Factory/.libesedb.new.3248 (New)


Package is "libesedb"

Thu Apr  9 23:15:04 2020 rev:6 rq:792572 version:0~20191220

Changes:

--- /work/SRC/openSUSE:Factory/libesedb/libesedb.changes2019-06-12 
13:09:30.537102634 +0200
+++ /work/SRC/openSUSE:Factory/.libesedb.new.3248/libesedb.changes  
2020-04-09 23:15:05.718232031 +0200
@@ -1,0 +2,10 @@
+Tue Apr  7 15:32:21 UTC 2020 - Greg Freemyer 
+
+- update to v0~20191220
+* code clean-up
+* increased format support
+- rename python-libesedb to python2-libesedb
+- add python3 binding subpackage
+- Use libcerror and libcstring from factory instead of internal versions
+
+---

Old:

  libesedb-experimental-20181229.tar.gz

New:

  libesedb-experimental-20191220.tar.gz



Other differences:
--
++ libesedb.spec ++
--- /var/tmp/diff_new_pack.oNezZk/_old  2020-04-09 23:15:07.110232837 +0200
+++ /var/tmp/diff_new_pack.oNezZk/_new  2020-04-09 23:15:07.110232837 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libesedb
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 %define lname  libesedb1
-%define timestamp 20181229
+%define timestamp 20191220
 Name:   libesedb
 Version:0~%{timestamp}
 Release:0
 Summary:Library and tools to access the ESE Database File (EDB) format
 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
+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
@@ -36,12 +36,14 @@
 BuildRequires:  pkgconfig(libbfio) >= 20130721
 BuildRequires:  pkgconfig(libcdata) >= 20140105
 BuildRequires:  pkgconfig(libcerror) >= 20140105
+BuildRequires:  pkgconfig(libcerror) >= 20181117
 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(libcstring) >= 20150101
 BuildRequires:  pkgconfig(libcsystem) >= 20120425
 BuildRequires:  pkgconfig(libcthreads) >= 20130723
 BuildRequires:  pkgconfig(libfcache) >= 20120405
@@ -52,11 +54,7 @@
 BuildRequires:  pkgconfig(libfvalue)
 BuildRequires:  pkgconfig(libfwnt)
 BuildRequires:  pkgconfig(libmapidb)
-BuildRequires:  pkgconfig(libuna) >= 20120425
-
-#Use internal package.  OBS version causes build failure.  Tested Feb 7, 2016
-#BuildRequires:  pkgconfig(libcerror) >= 20140105
-#BuildRequires:  pkgconfig(libcstring) >= 20120425
+BuildRequires:  pkgconfig(libuna) >= 20190102
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -93,19 +91,36 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of libesedb.
 
-%package -n python-%{name}
+%package -n python2-%{name}
 Summary:Python bindings for libesedb, a EDB file format parser
 License:LGPL-3.0-or-later
 Group:  Development/Libraries/Python
 Requires:   %{lname} = %{version}
 Requires:   python
-Provides:   pyesedb
+BuildRequires:  pkgconfig(python2)
+Obsoletes:  pyesedb <= 20191220
+Obsoletes:  python-%{name} <= 20191220
+
+%description -n python2-%{name}
+libesedb is a library to access EDB files.  ESEDB is used in many different
+applications like Windows Search, Windows Mail, Exchange, Active Directory, 
etc.
+
+Python2 bindings for libesedb, which can read EDB files.  ESEDB is used in many
+different applications like Windows Search, Windows Mail, Exchange, Active
+Directory, etc.
+
+%package -n python3-%{name}
+Summary:Python bindings for libesedb, a EDB file format parser
+License:LGPL-3.0-or-later
+Group:  Development/Libraries/Python
+Requires:   %{lname} = %{version}
+BuildRequires:  pkgconfig(python3)
 
-%description -n python-%{name}
+%description -n python3-%{name}
 libesedb is a library to access EDB files.  ESEDB is used 

commit libesedb for openSUSE:Factory

2019-06-12 Thread root
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.changes2016-02-09 
13:33:04.0 +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 
+
+- 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:  

commit libesedb for openSUSE:Factory

2016-02-09 Thread h_root
Hello community,

here is the log from the commit of package libesedb for openSUSE:Factory 
checked in at 2016-02-09 13:32:29

Comparing /work/SRC/openSUSE:Factory/libesedb (Old)
 and  /work/SRC/openSUSE:Factory/.libesedb.new (New)


Package is "libesedb"

Changes:

--- /work/SRC/openSUSE:Factory/libesedb/libesedb.changes2015-01-30 
15:05:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.libesedb.new/libesedb.changes   2016-02-09 
13:33:04.0 +0100
@@ -1,0 +2,33 @@
+Sun Feb  7 04:33:43 UTC 2016 - greg.freem...@gmail.com
+
+- Use internal libcerror and libcstring to fix builds and segfault found in 
testing
+
+---
+Fri Jan 29 03:03:10 UTC 2016 - greg.freem...@gmail.com
+
+- update to v0~20151213
+   * worked on support for newly discovered unknown page flag
+   * removed LIBESEDB_FLAG_READ and LIBESEDB_FLAG_WRITE
+   * worked on Python bindings
+   * worked on setup.py
+   * code clean up
+- use libcerror, libcstring, libfdata packages from OBS again instead of 
internal versions
+
+---
+Sat May 16 17:06:05 UTC 2015 - greg.freem...@gmail.com
+
+- update to v0~20150409
+   * 2015 update
+   * changes for handling tagged data types in version 0x620 revision 0x14 
database
+   * changes for long value look up in dirty databases
+   * changes for long value key compare
+   * worked on long value support
+   * worked on long value error tolerance
+   * worked on NULL value support (JET_coltypNil)
+   * worked on libfdata btree refactor
+   * worked on Python 3 support
+   * worked on Python bindings
+   * worked on tests
+   * code clean up
+
+---

Old:

  libesedb-experimental-20141110.tar.gz

New:

  libesedb-experimental-20151213.tar.gz



Other differences:
--
++ libesedb.spec ++
--- /var/tmp/diff_new_pack.abVzmR/_old  2016-02-09 13:33:05.0 +0100
+++ /var/tmp/diff_new_pack.abVzmR/_new  2016-02-09 13:33:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libesedb
 #
-# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 %define lname  libesedb1
-%define timestamp 20141110
+%define timestamp 20151213
 Name:   libesedb
 Version:0~%{timestamp}
 Release:0
@@ -43,19 +43,18 @@
 BuildRequires:  pkgconfig(libcsystem) >= 20120425
 BuildRequires:  pkgconfig(libcthreads) >= 20130723
 BuildRequires:  pkgconfig(libfcache) >= 20120405
-BuildRequires:  pkgconfig(libfdata) >= 20120405
+BuildRequires:  pkgconfig(libfdata) > 20150104
 BuildRequires:  pkgconfig(libfdatetime) >= 20140105
 BuildRequires:  pkgconfig(libfguid) >= 20140105
 BuildRequires:  pkgconfig(libfmapi)
 BuildRequires:  pkgconfig(libfvalue)
 BuildRequires:  pkgconfig(libfwnt)
+BuildRequires:  pkgconfig(libmapidb)
 BuildRequires:  pkgconfig(libuna) >= 20120425
-# fails to build with factory package, use internal
-# verified 1/11/2015
+
+#Use internal package.  OBS version causes build failure.  Tested Feb 7, 2016
 #BuildRequires:  pkgconfig(libcerror) >= 20140105
 #BuildRequires:  pkgconfig(libcstring) >= 20120425
-# not (yet) released as packages by upstream
-BuildRequires:  pkgconfig(libmapidb)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ libesedb-experimental-20141110.tar.gz -> 
libesedb-experimental-20151213.tar.gz ++
 48799 lines of diff (skipped)




commit libesedb for openSUSE:Factory

2015-01-30 Thread h_root
Hello community,

here is the log from the commit of package libesedb for openSUSE:Factory 
checked in at 2015-01-30 15:05:14

Comparing /work/SRC/openSUSE:Factory/libesedb (Old)
 and  /work/SRC/openSUSE:Factory/.libesedb.new (New)


Package is libesedb

Changes:

--- /work/SRC/openSUSE:Factory/libesedb/libesedb.changes2014-08-25 
11:06:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.libesedb.new/libesedb.changes   2015-01-30 
15:05:17.0 +0100
@@ -1,0 +2,10 @@
+Sun Jan 11 22:56:22 UTC 2015 - greg.freem...@gmail.com
+
+- update to v0~20141110
+- remove %if opensuse logic.  Not needed now libyal is in security:forensics
+- use libyal packages from OBS exclusively, nothing internal
+- update URL to the new github site
+- replace Source: field with fully defined URL
+- remove DL-URL comment
+
+---

Old:

  libesedb-experimental-20140803.tar.gz

New:

  libesedb-experimental-20141110.tar.gz



Other differences:
--
++ libesedb.spec ++
--- /var/tmp/diff_new_pack.j3ej9W/_old  2015-01-30 15:05:17.0 +0100
+++ /var/tmp/diff_new_pack.j3ej9W/_new  2015-01-30 15:05:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libesedb
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,15 @@
 
 
 %define lname  libesedb1
-%define timestamp 20140803
+%define timestamp 20141110
 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+
 Group:  Productivity/File utilities
-Url:http://code.google.com/p/libesedb/
-#DL-URL:
https://255adcba056b7d59fd55a94f0ea02de0cf110bfb.googledrive.com/host/0B3fBvzttpiiSN082cmxsbHB0anc/libesedb-experimental-20140803.tar.gz
-Source: %{name}-experimental-%{timestamp}.tar.gz
+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
 Source4:Forensic_analysis_of_the_Windows_Search_database.pdf
@@ -34,34 +33,29 @@
 Source6:libesedb-libfdata.pdf
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
-#use factory versions if available
-%if 0%{?suse_version}  1230
 BuildRequires:  pkgconfig(libbfio) = 20130721
+BuildRequires:  pkgconfig(libcdata) = 20140105
 BuildRequires:  pkgconfig(libcfile) = 20130609
 BuildRequires:  pkgconfig(libclocale) = 20130609
 BuildRequires:  pkgconfig(libcnotify) = 20120425
 BuildRequires:  pkgconfig(libcpath) = 20130609
 BuildRequires:  pkgconfig(libcsplit) = 20130609
-BuildRequires:  pkgconfig(libuna) = 20120425
-%endif
-%if 0%{?suse_version}  1310
-BuildRequires:  pkgconfig(libcdata) = 20140105
+BuildRequires:  pkgconfig(libcsystem) = 20120425
 BuildRequires:  pkgconfig(libcthreads) = 20130723
+BuildRequires:  pkgconfig(libfcache) = 20120405
+BuildRequires:  pkgconfig(libfdata) = 20120405
 BuildRequires:  pkgconfig(libfdatetime) = 20140105
 BuildRequires:  pkgconfig(libfguid) = 20140105
-%endif
+BuildRequires:  pkgconfig(libfmapi)
+BuildRequires:  pkgconfig(libfvalue)
+BuildRequires:  pkgconfig(libfwnt)
+BuildRequires:  pkgconfig(libuna) = 20120425
 # fails to build with factory package, use internal
-# verified 8/22/2014
+# verified 1/11/2015
 #BuildRequires:  pkgconfig(libcerror) = 20140105
-# not (yet) released as packages by upstream
 #BuildRequires:  pkgconfig(libcstring) = 20120425
-#BuildRequires:  pkgconfig(libcsystem) = 20120425
-#BuildRequires:  pkgconfig(libfcache) = 20120405
-#BuildRequires:  pkgconfig(libfdata) = 20120405
-#BuildRequires:  pkgconfig(libfmapi)
-#BuildRequires:  pkgconfig(libfvalue) 
-#BuildRequires:  pkgconfig(libfwnt) 
-#BuildRequires:  pkgconfig(libmapidb) 
+# not (yet) released as packages by upstream
+BuildRequires:  pkgconfig(libmapidb)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -101,8 +95,8 @@
 Summary:Python bindings for libesedb, a EDB file format parser
 License:LGPL-3.0+
 Group:  Development/Libraries/Python
-Requires:   python
 Requires:   %{lname} = %{version}
+Requires:   python
 Provides:  pyesedb
 
 %description -n python-%{name}

++ libesedb-experimental-20140803.tar.gz - 
libesedb-experimental-20141110.tar.gz ++