commit libolecf for openSUSE:Factory

2020-05-06 Thread root
Hello community,

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

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


Package is "libolecf"

Wed May  6 11:05:35 2020 rev:13 rq:800523 version:0~20191221

Changes:

--- /work/SRC/openSUSE:Factory/libolecf/libolecf.changes2020-04-15 
19:55:43.205632133 +0200
+++ /work/SRC/openSUSE:Factory/.libolecf.new.2738/libolecf.changes  
2020-05-06 11:05:36.859436167 +0200
@@ -1,0 +2,6 @@
+Tue May  5 11:19:09 UTC 2020 - Dominique Leuenberger 
+
+- Allow distros to disable python2 builds (bcond_withou python2):
+  Tumbleweed already declares this, as python2 is EOL.
+
+---



Other differences:
--
++ libolecf.spec ++
--- /var/tmp/diff_new_pack.8MDEF0/_old  2020-05-06 11:05:37.599437755 +0200
+++ /var/tmp/diff_new_pack.8MDEF0/_new  2020-05-06 11:05:37.603437764 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%bcond_without python2
 Name:   libolecf
 %define lname  libolecf1
 %define timestamp  20191221
@@ -111,7 +112,13 @@
 cp "%SOURCE2" .
 
 %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
@@ -141,11 +148,13 @@
 %_libdir/pkgconfig/libolecf.pc
 %_mandir/man3/libolecf.3*
 
+%if %{with python2}
 %files -n python2-%name
 %defattr(-,root,root)
 %doc AUTHORS README
 %license COPYING 
 %python2_sitearch/pyolecf.so
+%endif
 
 %files -n python3-%name
 %defattr(-,root,root)




commit libolecf for openSUSE:Factory

2020-04-15 Thread root
Hello community,

here is the log from the commit of package libolecf for openSUSE:Factory 
checked in at 2020-04-15 19:55:35

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


Package is "libolecf"

Wed Apr 15 19:55:35 2020 rev:12 rq:794004 version:0~20191221

Changes:

--- /work/SRC/openSUSE:Factory/libolecf/libolecf.changes2020-04-14 
16:23:05.127676962 +0200
+++ /work/SRC/openSUSE:Factory/.libolecf.new.2738/libolecf.changes  
2020-04-15 19:55:43.205632133 +0200
@@ -1,0 +2,6 @@
+Wed Apr 15 03:27:43 UTC 2020 - Greg Freemyer 
+
+- quit using libfdatetime and libfvalue from factory
+   * using the factory version causes python-plaso self-test to fail
+
+---



Other differences:
--
++ libolecf.spec ++
--- /var/tmp/diff_new_pack.e2FTOG/_old  2020-04-15 19:55:44.577632751 +0200
+++ /var/tmp/diff_new_pack.e2FTOG/_new  2020-04-15 19:55:44.581632753 +0200
@@ -38,12 +38,14 @@
 BuildRequires:  pkgconfig(libcsplit)
 BuildRequires:  pkgconfig(libcstring) >= 20150101
 BuildRequires:  pkgconfig(libcthreads) >= 20130723
-BuildRequires:  pkgconfig(libfdatetime) >= 20180910
-BuildRequires:  pkgconfig(libfguid) >= 20140103
+BuildRequires:  pkgconfig(libfguid) >= 20180724
 BuildRequires:  pkgconfig(libfole) >= 20120426
-BuildRequires:  pkgconfig(libfvalue) > 20151226
 BuildRequires:  pkgconfig(libuna)
 
+# using the below from factory causes python-plaso self-tests to fail
+#BuildRequires:  pkgconfig(libfdatetime) > 20180910
+#BuildRequires:  pkgconfig(libfvalue) > 20180817
+
 # released, but not yet packaged.  This is the only user in OBS.
 #BuildRequires:  pkgconfig(libwfps) > 20150104
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit libolecf for openSUSE:Factory

2020-04-14 Thread root
Hello community,

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

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


Package is "libolecf"

Tue Apr 14 15:09:25 2020 rev:11 rq:792573 version:0~20191221

Changes:

--- /work/SRC/openSUSE:Factory/libolecf/libolecf.changes2019-06-12 
13:09:51.885093663 +0200
+++ /work/SRC/openSUSE:Factory/.libolecf.new.2738/libolecf.changes  
2020-04-14 16:23:05.127676962 +0200
@@ -1,0 +2,10 @@
+Wed Apr  8 22:06:27 UTC 2020 - Greg Freemyer 
+
+- update to 20191221
+* changes for libcdata
+* Worked on mount tool
+- rename python-libolecf to python2-libolecf
+- add python3-libolecf subproject
+- use libfdatetime, libfvalue, libcerror, libcsystem from factory instead of 
internal version
+
+---

Old:

  libolecf-alpha-20181231.tar.gz

New:

  libolecf-alpha-20191221.tar.gz



Other differences:
--
++ libolecf.spec ++
--- /var/tmp/diff_new_pack.b5TJ5K/_old  2020-04-14 16:23:05.559677360 +0200
+++ /var/tmp/diff_new_pack.b5TJ5K/_new  2020-04-14 16:23:05.559677360 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libolecf
 #
-# 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
@@ -18,36 +18,32 @@
 
 Name:   libolecf
 %define lname  libolecf1
-%define timestamp  20181231
+%define timestamp  20191221
 Version:0~%timestamp
 Release:0
 Summary:Library and tools to access the OLE 2 Compound File (OLECF) 
format
 License:LGPL-3.0-or-later AND GFDL-1.3-or-later
 Group:  Productivity/File utilities
-Url:https://github.com/libyal/libolecf/wiki
+URL:https://github.com/libyal/libolecf/wiki
 Source: 
https://github.com/libyal/libolecf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
 Source2:OLE_Compound_File_format.pdf
 BuildRequires:  pkg-config
-BuildRequires:  python-devel
 BuildRequires:  pkgconfig(libbfio)
 BuildRequires:  pkgconfig(libcdata) >= 20190112
+BuildRequires:  pkgconfig(libcerror) > 20160327
 BuildRequires:  pkgconfig(libcfile)
 BuildRequires:  pkgconfig(libclocale)
 BuildRequires:  pkgconfig(libcnotify)
 BuildRequires:  pkgconfig(libcpath)
 BuildRequires:  pkgconfig(libcsplit)
-# BuildRequires:  pkgconfig(libcsystem) >= 20120425
+BuildRequires:  pkgconfig(libcstring) >= 20150101
 BuildRequires:  pkgconfig(libcthreads) >= 20130723
+BuildRequires:  pkgconfig(libfdatetime) >= 20180910
 BuildRequires:  pkgconfig(libfguid) >= 20140103
 BuildRequires:  pkgconfig(libfole) >= 20120426
+BuildRequires:  pkgconfig(libfvalue) > 20151226
 BuildRequires:  pkgconfig(libuna)
 
-# testing fails with external package from factory - verified Jan 27, 2016
-#BuildRequires:  pkgconfig(libfdatetime) > 20150507
-#BuildRequires:  pkgconfig(libcstring) > 20150101
-#BuildRequires:  pkgconfig(libfvalue) > 20151226
-# build fails with external package from factory - verified Jul 12, 2016
-#BuildRequires:  pkgconfig(libcerror) > 20160327
 # released, but not yet packaged.  This is the only user in OBS.
 #BuildRequires:  pkgconfig(libwfps) > 20150104
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -86,15 +82,26 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of %name.
 
-%package -n python-%name
+%package -n python2-%{name}
 Summary:Python bindings for libolecf
 License:LGPL-3.0-or-later
 Group:  Development/Libraries/Python
 Requires:   %lname = %version
-Requires:   python
-Provides:   pyolecf = %version
+BuildRequires:  pkgconfig(python2)
+Obsoletes:  pyolecf = 20191221
+Obsoletes:  python-%{name} = 20191221
 
-%description -n python-%name
+%description -n python2-%name
+Python bindings for libolecf, which can read MS IE cache files.
+
+%package -n python3-%{name}
+Summary:Python bindings for libolecf
+License:LGPL-3.0-or-later
+Group:  Development/Libraries/Python
+Requires:   %lname = %version
+BuildRequires:  pkgconfig(python3)
+
+%description -n python3-%name
 Python bindings for libolecf, which can read MS IE cache files.
 
 %prep
@@ -102,7 +109,7 @@
 cp "%SOURCE2" .
 
 %build
-%configure --disable-static --enable-wide-character-type --enable-python
+%configure --disable-static --enable-wide-character-type --enable-python2 
--enable-python3
 make %{?_smp_mflags}
 
 %install
@@ -132,10 +139,16 @@
 %_libdir/pkg

commit libolecf for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package libolecf for openSUSE:Factory 
checked in at 2019-06-12 13:09:50

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


Package is "libolecf"

Wed Jun 12 13:09:50 2019 rev:10 rq:696093 version:0~20181231

Changes:

--- /work/SRC/openSUSE:Factory/libolecf/libolecf.changes2016-02-09 
13:31:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.libolecf.new.4811/libolecf.changes  
2019-06-12 13:09:51.885093663 +0200
@@ -1,0 +2,18 @@
+Mon Apr  1 21:46:17 UTC 2019 - Greg Freemyer 
+
+- update to 20181231
+   * Worked on python bindings
+   * Changes for get item by path.
+   * Worked on olecfinfo
+   * changes for libcdata
+   * Changes to file name sanitation in export handle
+   * removed libcsystem dependency
+- removed libcsystem dependency
+
+---
+Wed Jul 13 02:39:10 UTC 2016 - greg.freem...@gmail.com
+
+- update to 20160109
+   * fixes for rpmbuild
+
+---

Old:

  libolecf-alpha-20160107.tar.gz

New:

  libolecf-alpha-20181231.tar.gz



Other differences:
--
++ libolecf.spec ++
--- /var/tmp/diff_new_pack.A0dDbX/_old  2019-06-12 13:09:52.381093453 +0200
+++ /var/tmp/diff_new_pack.A0dDbX/_new  2019-06-12 13:09:52.385093452 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libolecf
 #
-# 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,17 +12,17 @@
 # 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/
 #
 
 
 Name:   libolecf
 %define lname  libolecf1
-%define timestamp  20160107
+%define timestamp  20181231
 Version:0~%timestamp
 Release:0
 Summary:Library and tools to access the OLE 2 Compound File (OLECF) 
format
-License:LGPL-3.0+ and GFDL-1.3+
+License:LGPL-3.0-or-later AND GFDL-1.3-or-later
 Group:  Productivity/File utilities
 Url:https://github.com/libyal/libolecf/wiki
 Source: 
https://github.com/libyal/libolecf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
@@ -30,13 +30,13 @@
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
 BuildRequires:  pkgconfig(libbfio)
-BuildRequires:  pkgconfig(libcdata) >= 20160108
+BuildRequires:  pkgconfig(libcdata) >= 20190112
 BuildRequires:  pkgconfig(libcfile)
 BuildRequires:  pkgconfig(libclocale)
 BuildRequires:  pkgconfig(libcnotify)
 BuildRequires:  pkgconfig(libcpath)
 BuildRequires:  pkgconfig(libcsplit)
-BuildRequires:  pkgconfig(libcsystem) >= 20120425
+# BuildRequires:  pkgconfig(libcsystem) >= 20120425
 BuildRequires:  pkgconfig(libcthreads) >= 20130723
 BuildRequires:  pkgconfig(libfguid) >= 20140103
 BuildRequires:  pkgconfig(libfole) >= 20120426
@@ -45,8 +45,9 @@
 # testing fails with external package from factory - verified Jan 27, 2016
 #BuildRequires:  pkgconfig(libfdatetime) > 20150507
 #BuildRequires:  pkgconfig(libcstring) > 20150101
-#BuildRequires:  pkgconfig(libcerror) > 20150407
 #BuildRequires:  pkgconfig(libfvalue) > 20151226
+# build fails with external package from factory - verified Jul 12, 2016
+#BuildRequires:  pkgconfig(libcerror) > 20160327
 # released, but not yet packaged.  This is the only user in OBS.
 #BuildRequires:  pkgconfig(libwfps) > 20150104
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -56,7 +57,7 @@
 
 %package -n %lname
 Summary:Library to access the OLE 2 Compound File (OLECF) format
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  System/Libraries
 
 %description -n %lname
@@ -65,7 +66,7 @@
 
 %package tools
 Summary:Tools to access the OLE 2 Compound File (OLECF) format
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  System/Filesystems
 Requires:   %lname = %version
 
@@ -75,7 +76,7 @@
  
 %package devel
 Summary:Development files for %name
-License:LGPL-3.0+ and GFDL-1.3+
+License:LGPL-3.0-or-later AND GFDL-1.3-or-later
 Group:  Development/Libraries/C and C++
 Requires:   %lname = %version
 
@@ -87,7 +88,7 @@
 
 %package -n python-%name
 Summary:Python bindings for libolecf
-License:LGPL-3.0+
+License:LGPL-3.0-or-la

commit libolecf for openSUSE:Factory

2016-02-09 Thread h_root
Hello community,

here is the log from the commit of package libolecf for openSUSE:Factory 
checked in at 2016-02-09 13:31:42

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


Package is "libolecf"

Changes:

--- /work/SRC/openSUSE:Factory/libolecf/libolecf.changes2016-01-26 
10:15:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.libolecf.new/libolecf.changes   2016-02-09 
13:31:43.0 +0100
@@ -1,0 +2,11 @@
+Tue Jan 26 23:43:22 UTC 2016 - greg.freem...@gmail.com
+
+- update to v0~20160107
+   * worked on Python 3 support
+   * 2016 update
+- use libcdata from factory, not internal.  Tested via plaso/run_tests.py
+- use libcerror internal package.  Build fails with factory version
+- use libcstring internal package.  Build fails with factory version
+- use libfvalue internal package.  Build fails with factory version
+
+---

Old:

  libolecf-alpha-20151223.tar.gz

New:

  libolecf-alpha-20160107.tar.gz



Other differences:
--
++ libolecf.spec ++
--- /var/tmp/diff_new_pack.0mP6ZV/_old  2016-02-09 13:31:44.0 +0100
+++ /var/tmp/diff_new_pack.0mP6ZV/_new  2016-02-09 13:31:44.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   libolecf
 %define lname  libolecf1
-%define timestamp  20151223
+%define timestamp  20160107
 Version:0~%timestamp
 Release:0
 Summary:Library and tools to access the OLE 2 Compound File (OLECF) 
format
@@ -30,22 +30,23 @@
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
 BuildRequires:  pkgconfig(libbfio)
-BuildRequires:  pkgconfig(libcerror)
+BuildRequires:  pkgconfig(libcdata) >= 20160108
 BuildRequires:  pkgconfig(libcfile)
 BuildRequires:  pkgconfig(libclocale)
 BuildRequires:  pkgconfig(libcnotify)
 BuildRequires:  pkgconfig(libcpath)
 BuildRequires:  pkgconfig(libcsplit)
-BuildRequires:  pkgconfig(libcstring) >= 20120425
 BuildRequires:  pkgconfig(libcsystem) >= 20120425
 BuildRequires:  pkgconfig(libcthreads) >= 20130723
 BuildRequires:  pkgconfig(libfguid) >= 20140103
 BuildRequires:  pkgconfig(libfole) >= 20120426
-BuildRequires:  pkgconfig(libfvalue) >= 20151226
 BuildRequires:  pkgconfig(libuna)
-# testing fails with external package from factory
-#BuildRequires:  pkgconfig(libcdata) > 20140105
-#BuildRequires:  pkgconfig(libfdatetime) > 20140105
+
+# testing fails with external package from factory - verified Jan 27, 2016
+#BuildRequires:  pkgconfig(libfdatetime) > 20150507
+#BuildRequires:  pkgconfig(libcstring) > 20150101
+#BuildRequires:  pkgconfig(libcerror) > 20150407
+#BuildRequires:  pkgconfig(libfvalue) > 20151226
 # released, but not yet packaged.  This is the only user in OBS.
 #BuildRequires:  pkgconfig(libwfps) > 20150104
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libolecf-alpha-20151223.tar.gz -> libolecf-alpha-20160107.tar.gz ++
 12922 lines of diff (skipped)




commit libolecf for openSUSE:Factory

2016-01-26 Thread h_root
Hello community,

here is the log from the commit of package libolecf for openSUSE:Factory 
checked in at 2016-01-26 10:15:10

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


Package is "libolecf"

Changes:

--- /work/SRC/openSUSE:Factory/libolecf/libolecf.changes2015-01-30 
15:06:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.libolecf.new/libolecf.changes   2016-01-26 
10:15:11.0 +0100
@@ -1,0 +2,15 @@
+Sat Jan 23 15:54:59 UTC 2016 - greg.freem...@gmail.com
+
+- update to v0~20151223
+   * worked on format support
+   * applied updates
+   * worked on Python bindings
+   * changed version for pypi repacking
+   * worked on setup.py
+   * bug fixes after fuzzing with AFL
+   * improved support file without directory entries
+   * added more bounds checks
+- required by plaso v1.4
+- update BuildRequires libfvalue to require version 0~20151226
+
+---

Old:

  libolecf-alpha-20150106.tar.gz

New:

  libolecf-alpha-20151223.tar.gz



Other differences:
--
++ libolecf.spec ++
--- /var/tmp/diff_new_pack.uAIV4Q/_old  2016-01-26 10:15:12.0 +0100
+++ /var/tmp/diff_new_pack.uAIV4Q/_new  2016-01-26 10:15:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libolecf
 #
-# 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
@@ -18,7 +18,7 @@
 
 Name:   libolecf
 %define lname  libolecf1
-%define timestamp  20150106
+%define timestamp  20151223
 Version:0~%timestamp
 Release:0
 Summary:Library and tools to access the OLE 2 Compound File (OLECF) 
format
@@ -41,7 +41,7 @@
 BuildRequires:  pkgconfig(libcthreads) >= 20130723
 BuildRequires:  pkgconfig(libfguid) >= 20140103
 BuildRequires:  pkgconfig(libfole) >= 20120426
-BuildRequires:  pkgconfig(libfvalue) >= 20120428
+BuildRequires:  pkgconfig(libfvalue) >= 20151226
 BuildRequires:  pkgconfig(libuna)
 # testing fails with external package from factory
 #BuildRequires:  pkgconfig(libcdata) > 20140105

++ libolecf-alpha-20150106.tar.gz -> libolecf-alpha-20151223.tar.gz ++
 17351 lines of diff (skipped)




commit libolecf for openSUSE:Factory

2015-01-30 Thread h_root
Hello community,

here is the log from the commit of package libolecf for openSUSE:Factory 
checked in at 2015-01-30 15:06:41

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


Package is "libolecf"

Changes:

--- /work/SRC/openSUSE:Factory/libolecf/libolecf.changes2014-09-03 
20:17:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.libolecf.new/libolecf.changes   2015-01-30 
15:06:43.0 +0100
@@ -1,0 +2,17 @@
+Wed Jan 14 20:53:36 UTC 2015 - greg.freem...@gmail.com
+
+- update to v0~20150106
+   * 2015 update
+   * worked on Python 3 support
+   * worked on tests
+   * code clean up
+   * bug fix in Python-bindings
+   * update Python-bindings tests
+   * worked on libfwps support
+- update URL to the new github site
+- replace Source: field with fully defined URL
+- remove DL-URL comment
+- start using new libyal packages from OBS, not internal version
+- remove %if opensuse logic.  Not needed with libyal in security:forensics
+
+---

Old:

  libolecf-alpha-20140801.tar.gz

New:

  libolecf-alpha-20150106.tar.gz



Other differences:
--
++ libolecf.spec ++
--- /var/tmp/diff_new_pack.ExpJhb/_old  2015-01-30 15:06:44.0 +0100
+++ /var/tmp/diff_new_pack.ExpJhb/_new  2015-01-30 15:06:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libolecf
 #
-# 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
@@ -18,44 +18,36 @@
 
 Name:   libolecf
 %define lname  libolecf1
-%define timestamp  20140801
+%define timestamp  20150106
 Version:0~%timestamp
 Release:0
 Summary:Library and tools to access the OLE 2 Compound File (OLECF) 
format
 License:LGPL-3.0+ and GFDL-1.3+
 Group:  Productivity/File utilities
-Url:http://code.google.com/p/libolecf/
-
-#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSS0hEb0pjU2h6a2c/libolecf-alpha-20140801.tar.gz
-Source: %name-alpha-%timestamp.tar.gz
+Url:https://github.com/libyal/libolecf/wiki
+Source: 
https://github.com/libyal/libolecf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
 Source2:OLE_Compound_File_format.pdf
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
-#openSUSE 13.1 has these available to build against
-%if 0%{?suse_version} > 1230
 BuildRequires:  pkgconfig(libbfio)
+BuildRequires:  pkgconfig(libcerror)
 BuildRequires:  pkgconfig(libcfile)
 BuildRequires:  pkgconfig(libclocale)
 BuildRequires:  pkgconfig(libcnotify)
 BuildRequires:  pkgconfig(libcpath)
 BuildRequires:  pkgconfig(libcsplit)
+BuildRequires:  pkgconfig(libcstring) >= 20120425
+BuildRequires:  pkgconfig(libcsystem) >= 20120425
+BuildRequires:  pkgconfig(libcthreads) >= 20130723
 BuildRequires:  pkgconfig(libfguid) >= 20140103
+BuildRequires:  pkgconfig(libfole) >= 20120426
+BuildRequires:  pkgconfig(libfvalue) >= 20120428
 BuildRequires:  pkgconfig(libuna)
 # testing fails with external package from factory
 #BuildRequires:  pkgconfig(libcdata) > 20140105
 #BuildRequires:  pkgconfig(libfdatetime) > 20140105
-#use the factory versions of these if building for factory
-%if 0%{?suse_version} > 1310
-BuildRequires:  pkgconfig(libcthreads) >= 20130723
-%endif
-%endif
-# these packages fail if the factory version is used, verified 08/11/2014
-#BuildRequires:  pkgconfig(libcerror)
-# these packages have not been released standalone by upstream
-#BuildRequires:  pkgconfig(libfole) >= 20120426
-#BuildRequires:  pkgconfig(libfvalue) >= 20120428
-#BuildRequires:  pkgconfig(libcstring) >= 20120425
-#BuildRequires:  pkgconfig(libcsystem) >= 20120425
+# released, but not yet packaged.  This is the only user in OBS.
+#BuildRequires:  pkgconfig(libwfps) > 20150104
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ libolecf-alpha-20140801.tar.gz -> libolecf-alpha-20150106.tar.gz ++
 29609 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libolecf for openSUSE:Factory

2014-09-03 Thread h_root
Hello community,

here is the log from the commit of package libolecf for openSUSE:Factory 
checked in at 2014-09-03 18:22:22

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


Package is "libolecf"

Changes:

--- /work/SRC/openSUSE:Factory/libolecf/libolecf.changes2014-08-21 
17:25:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.libolecf.new/libolecf.changes   2014-09-03 
20:17:39.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug 28 21:46:20 UTC 2014 - greg.freem...@gmail.com
+
+- use libfdatetime internal package.  With external factory version fails 
testing.
+- use libcdata internal package.  With external factory version fails testing.
+
+---



Other differences:
--
++ libolecf.spec ++
--- /var/tmp/diff_new_pack.q4uu92/_old  2014-09-03 20:17:40.0 +0200
+++ /var/tmp/diff_new_pack.q4uu92/_new  2014-09-03 20:17:40.0 +0200
@@ -34,15 +34,16 @@
 #openSUSE 13.1 has these available to build against
 %if 0%{?suse_version} > 1230
 BuildRequires:  pkgconfig(libbfio)
-BuildRequires:  pkgconfig(libcdata)
 BuildRequires:  pkgconfig(libcfile)
 BuildRequires:  pkgconfig(libclocale)
 BuildRequires:  pkgconfig(libcnotify)
 BuildRequires:  pkgconfig(libcpath)
 BuildRequires:  pkgconfig(libcsplit)
-BuildRequires:  pkgconfig(libfdatetime)
-BuildRequires:  pkgconfig(libfguid)
+BuildRequires:  pkgconfig(libfguid) >= 20140103
 BuildRequires:  pkgconfig(libuna)
+# testing fails with external package from factory
+#BuildRequires:  pkgconfig(libcdata) > 20140105
+#BuildRequires:  pkgconfig(libfdatetime) > 20140105
 #use the factory versions of these if building for factory
 %if 0%{?suse_version} > 1310
 BuildRequires:  pkgconfig(libcthreads) >= 20130723

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libolecf for openSUSE:Factory

2014-08-21 Thread h_root
Hello community,

here is the log from the commit of package libolecf for openSUSE:Factory 
checked in at 2014-08-21 17:25:01

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


Package is "libolecf"

Changes:

--- /work/SRC/openSUSE:Factory/libolecf/libolecf.changes2014-08-14 
14:58:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.libolecf.new/libolecf.changes   2014-08-21 
17:25:02.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 20 21:54:28 UTC 2014 - greg.freem...@gmail.com
+
+- add "Requires:  %lname = %version" to tools sub-project
+- add "Provice:  pyolecf" to match upstream requires
+
+---



Other differences:
--
++ libolecf.spec ++
--- /var/tmp/diff_new_pack.5lj0e2/_old  2014-08-21 17:25:03.0 +0200
+++ /var/tmp/diff_new_pack.5lj0e2/_new  2014-08-21 17:25:03.0 +0200
@@ -73,6 +73,7 @@
 Summary:Tools to access the OLE 2 Compound File (OLECF) format
 License:LGPL-3.0+
 Group:  System/Filesystems
+Requires:   %lname = %version
 
 %description tools
 Tools to access the OLE 2 Compound File (OLECF) format. The OLE 2 Compound 
File format is used to store certain versions of Microsoft Office files, 
thumbs.db and other file formats. 
@@ -96,6 +97,7 @@
 Group:  Development/Libraries/Python
 Requires:   %lname = %version
 Requires:   python
+Provides:   pyolecf = %version
 
 %description -n python-%name
 Python bindings for libolecf, which can read MS IE cache files.

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libolecf for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package libolecf for openSUSE:Factory 
checked in at 2014-08-14 14:58:10

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


Package is "libolecf"

Changes:

--- /work/SRC/openSUSE:Factory/libolecf/libolecf.changes2013-12-11 
16:51:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.libolecf.new/libolecf.changes   2014-08-14 
14:58:27.0 +0200
@@ -1,0 +2,13 @@
+Wed Aug 13 16:54:46 UTC 2014 - greg.freem...@gmail.com
+
+- updated to 0~20140801
+   * worked on Python bindings
+   * bug fix in Python-bindings
+   * worked on olecfmount Dokan support
+   * updated dependencies
+   * small changes to Makefile
+   * worked on setup.py
+   * 2014 update
+- use external package for libfguid
+
+---

Old:

  libolecf-alpha-20131108.tar.gz

New:

  libolecf-alpha-20140801.tar.gz



Other differences:
--
++ libolecf.spec ++
--- /var/tmp/diff_new_pack.vz1yHR/_old  2014-08-14 14:58:29.0 +0200
+++ /var/tmp/diff_new_pack.vz1yHR/_new  2014-08-14 14:58:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libolecf
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -18,38 +18,38 @@
 
 Name:   libolecf
 %define lname  libolecf1
-%define timestamp  20131108
+%define timestamp  20140801
 Version:0~%timestamp
 Release:0
-Summary:Library and tools to access the OLE 2 Compound File (OLECF) 
format.
+Summary:Library and tools to access the OLE 2 Compound File (OLECF) 
format
 License:LGPL-3.0+ and GFDL-1.3+
 Group:  Productivity/File utilities
 Url:http://code.google.com/p/libolecf/
 
-#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSS0hEb0pjU2h6a2c/libolecf-alpha-20131108.tar.gz
+#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSS0hEb0pjU2h6a2c/libolecf-alpha-20140801.tar.gz
 Source: %name-alpha-%timestamp.tar.gz
 Source2:OLE_Compound_File_format.pdf
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
 #openSUSE 13.1 has these available to build against
 %if 0%{?suse_version} > 1230
-BuildRequires:  pkgconfig(libcsplit)
+BuildRequires:  pkgconfig(libbfio)
 BuildRequires:  pkgconfig(libcdata)
+BuildRequires:  pkgconfig(libcfile)
 BuildRequires:  pkgconfig(libclocale)
 BuildRequires:  pkgconfig(libcnotify)
-BuildRequires:  pkgconfig(libuna)
-BuildRequires:  pkgconfig(libcfile)
 BuildRequires:  pkgconfig(libcpath)
-BuildRequires:  pkgconfig(libbfio)
+BuildRequires:  pkgconfig(libcsplit)
 BuildRequires:  pkgconfig(libfdatetime)
+BuildRequires:  pkgconfig(libfguid)
+BuildRequires:  pkgconfig(libuna)
 #use the factory versions of these if building for factory
 %if 0%{?suse_version} > 1310
 BuildRequires:  pkgconfig(libcthreads) >= 20130723
 %endif
 %endif
-# these packages fail if the factory version is used, verified 11/16/2013
+# these packages fail if the factory version is used, verified 08/11/2014
 #BuildRequires:  pkgconfig(libcerror)
-#BuildRequires:  pkgconfig(libfguid)
 # these packages have not been released standalone by upstream
 #BuildRequires:  pkgconfig(libfole) >= 20120426
 #BuildRequires:  pkgconfig(libfvalue) >= 20120428
@@ -61,7 +61,7 @@
 Library and tools to access the OLE 2 Compound File (OLECF) format. The OLE 2 
Compound File format is used to store certain versions of Microsoft Office 
files, thumbs.db and other file formats. 
 
 %package -n %lname
-Summary:Library to access the OLE 2 Compound File (OLECF) format.
+Summary:Library to access the OLE 2 Compound File (OLECF) format
 License:LGPL-3.0+
 Group:  System/Libraries
 
@@ -70,7 +70,7 @@
 
 
 %package tools
-Summary:Tools to access the OLE 2 Compound File (OLECF) format.
+Summary:Tools to access the OLE 2 Compound File (OLECF) format
 License:LGPL-3.0+
 Group:  System/Filesystems
 

++ libolecf-alpha-20131108.tar.gz -> libolecf-alpha-20140801.tar.gz ++
 32870 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libolecf for openSUSE:Factory

2013-12-11 Thread h_root
Hello community,

here is the log from the commit of package libolecf for openSUSE:Factory 
checked in at 2013-12-11 16:51:38

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


Package is "libolecf"

Changes:

--- /work/SRC/openSUSE:Factory/libolecf/libolecf.changes2013-12-03 
16:54:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.libolecf.new/libolecf.changes   2013-12-11 
16:51:39.0 +0100
@@ -1,0 +2,6 @@
+Sat Nov 23 04:45:44 UTC 2013 - greg.freem...@gmail.com
+
+- updated to 20131108
+   * added support for 0 value sub directory entry not being used as index.
+
+---

Old:

  libolecf-alpha-20131012.tar.gz

New:

  libolecf-alpha-20131108.tar.gz



Other differences:
--
++ libolecf.spec ++
--- /var/tmp/diff_new_pack.y0tFAt/_old  2013-12-11 16:51:39.0 +0100
+++ /var/tmp/diff_new_pack.y0tFAt/_new  2013-12-11 16:51:39.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   libolecf
 %define lname  libolecf1
-%define timestamp  20131012
+%define timestamp  20131108
 Version:0~%timestamp
 Release:0
 Summary:Library and tools to access the OLE 2 Compound File (OLECF) 
format.
@@ -26,7 +26,7 @@
 Group:  Productivity/File utilities
 Url:http://code.google.com/p/libolecf/
 
-#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSS0hEb0pjU2h6a2c/libolecf-alpha-20131012.tar.gz
+#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSS0hEb0pjU2h6a2c/libolecf-alpha-20131108.tar.gz
 Source: %name-alpha-%timestamp.tar.gz
 Source2:OLE_Compound_File_format.pdf
 BuildRequires:  pkg-config
@@ -47,7 +47,7 @@
 BuildRequires:  pkgconfig(libcthreads) >= 20130723
 %endif
 %endif
-# these packages fail if the factory version is used, verified 10/16/2013
+# these packages fail if the factory version is used, verified 11/16/2013
 #BuildRequires:  pkgconfig(libcerror)
 #BuildRequires:  pkgconfig(libfguid)
 # these packages have not been released standalone by upstream

++ libolecf-alpha-20131012.tar.gz -> libolecf-alpha-20131108.tar.gz ++
 6863 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libolecf-20131012/ChangeLog new/libolecf-20131108/ChangeLog
--- old/libolecf-20131012/ChangeLog 2013-10-14 22:57:35.0 +0200
+++ new/libolecf-20131108/ChangeLog 2013-11-08 19:19:48.0 +0100
@@ -83,6 +83,9 @@
 DEPLOYMENT
 * update manuals
 
+20131108
+* added support for 0 value sub directory entry not being used as index.
+
 20131012
 * added format version functions
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libolecf-20131012/INSTALL new/libolecf-20131108/INSTALL
--- old/libolecf-20131012/INSTALL   2013-10-15 07:41:59.0 +0200
+++ new/libolecf-20131108/INSTALL   2013-11-08 19:34:42.0 +0100
@@ -1,7 +1,7 @@
 Installation Instructions
 *
 
-Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation,
+Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
 Inc.
 
Copying and distribution of this file, with or without modification,
@@ -309,10 +309,9 @@
 overridden in the site shell script).
 
 Unfortunately, this technique does not work for `CONFIG_SHELL' due to
-an Autoconf limitation.  Until the limitation is lifted, you can use
-this workaround:
+an Autoconf bug.  Until the bug is fixed you can use this workaround:
 
- CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
+ CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
 
 `configure' Invocation
 ==
@@ -368,3 +367,4 @@
 
 `configure' also accepts some other, not widely useful, options.  Run
 `configure --help' for more details.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libolecf-20131012/common/config.h new/libolecf-20131108