commit libmsiecf for openSUSE:Factory

2020-05-01 Thread root
Hello community,

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

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


Package is "libmsiecf"

Fri May  1 11:11:35 2020 rev:13 rq:799056 version:0~20191221

Changes:

--- /work/SRC/openSUSE:Factory/libmsiecf/libmsiecf.changes  2020-04-14 
16:23:00.211672437 +0200
+++ /work/SRC/openSUSE:Factory/.libmsiecf.new.2738/libmsiecf.changes
2020-05-01 11:12:13.191699564 +0200
@@ -1,0 +2,5 @@
+Thu Apr 30 00:50:15 UTC 2020 - Greg Freemyer 
+
+- remove python2 submodule
+
+---



Other differences:
--
++ libmsiecf.spec ++
--- /var/tmp/diff_new_pack.4EcLuz/_old  2020-05-01 11:12:13.863701025 +0200
+++ /var/tmp/diff_new_pack.4EcLuz/_new  2020-05-01 11:12:13.867701034 +0200
@@ -77,18 +77,6 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of %name.
 
-%package -n python2-%{name}
-Summary:Python bindings for libmsiecf
-License:LGPL-3.0-or-later
-Group:  Development/Libraries/Python
-Requires:   %lname = %version
-BuildRequires:  pkgconfig(python2)
-Obsoletes:  pymsiecf <= 20191221
-Obsoletes:  python-%{name} <= 20191221
-
-%description -n python2-%name
-Python bindings for libmsiecf, which can read MS IE cache files.
-
 %package -n python3-%{name}
 Summary:Python bindings for libmsiecf
 License:LGPL-3.0-or-later
@@ -104,7 +92,7 @@
 cp "%SOURCE2" .
 
 %build
-%configure --disable-static --enable-wide-character-type --enable-python2 
--enable-python3
+%configure --disable-static --enable-wide-character-type --enable-python3
 make %{?_smp_mflags}
 
 %install
@@ -134,12 +122,6 @@
 %_libdir/pkgconfig/libmsiecf.pc
 %_mandir/man3/libmsiecf.3*
 
-%files -n python2-%name
-%defattr(-,root,root)
-%doc AUTHORS README
-%license COPYING 
-%python2_sitearch/pymsiecf.so
-
 %files -n python3-%name
 %defattr(-,root,root)
 %doc AUTHORS README




commit libmsiecf for openSUSE:Factory

2020-04-14 Thread root
Hello community,

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

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


Package is "libmsiecf"

Tue Apr 14 15:09:36 2020 rev:12 rq:793705 version:0~20191221

Changes:

--- /work/SRC/openSUSE:Factory/libmsiecf/libmsiecf.changes  2019-06-12 
13:09:59.621087563 +0200
+++ /work/SRC/openSUSE:Factory/.libmsiecf.new.2738/libmsiecf.changes
2020-04-14 16:23:00.211672437 +0200
@@ -1,0 +2,8 @@
+Wed Apr  8 22:42:26 UTC 2020 - Greg Freemyer 
+
+- updated to 0~20191221
+* changes for libcdata
+- rename python-msiecf to python2-msiecf
+- add python3-msiecf submodule
+
+---

Old:

  libmsiecf-alpha-20181227.tar.gz

New:

  libmsiecf-alpha-20191221.tar.gz



Other differences:
--
++ libmsiecf.spec ++
--- /var/tmp/diff_new_pack.9nyM5z/_old  2020-04-14 16:23:00.639672831 +0200
+++ /var/tmp/diff_new_pack.9nyM5z/_new  2020-04-14 16:23:00.639672831 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmsiecf
 #
-# 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,17 +18,16 @@
 
 Name:   libmsiecf
 %define lname  libmsiecf1
-%define timestamp  20181227
+%define timestamp  20191221
 Version:0~%timestamp
 Release:0
 Summary:Library to parse MS Internet Explorer Cache Files
 License:LGPL-3.0-or-later AND GFDL-1.3-or-later
 Group:  Productivity/File utilities
-Url:https://github.com/libyal/libmsiecf/wiki
+URL:https://github.com/libyal/libmsiecf/wiki
 Source: 
https://github.com/libyal/libmsiecf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
 Source2:MSIE_Cache_File_index.dat_format.pdf
 BuildRequires:  pkg-config
-BuildRequires:  python-devel
 BuildRequires:  pkgconfig(libbfio) >= 20120426
 BuildRequires:  pkgconfig(libcdata) >= 20190112
 BuildRequires:  pkgconfig(libcfile) >= 20120526
@@ -78,15 +77,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 libmsiecf
 License:LGPL-3.0-or-later
 Group:  Development/Libraries/Python
 Requires:   %lname = %version
-Requires:   python
-Provides:   pymsiecf = %version
+BuildRequires:  pkgconfig(python2)
+Obsoletes:  pymsiecf <= 20191221
+Obsoletes:  python-%{name} <= 20191221
 
-%description -n python-%name
+%description -n python2-%name
+Python bindings for libmsiecf, which can read MS IE cache files.
+
+%package -n python3-%{name}
+Summary:Python bindings for libmsiecf
+License:LGPL-3.0-or-later
+Group:  Development/Libraries/Python
+Requires:   %lname = %version
+BuildRequires:  pkgconfig(python3)
+
+%description -n python3-%name
 Python bindings for libmsiecf, which can read MS IE cache files.
 
 %prep
@@ -94,7 +104,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
@@ -124,10 +134,16 @@
 %_libdir/pkgconfig/libmsiecf.pc
 %_mandir/man3/libmsiecf.3*
 
-%files -n python-%name
+%files -n python2-%name
+%defattr(-,root,root)
+%doc AUTHORS README
+%license COPYING 
+%python2_sitearch/pymsiecf.so
+
+%files -n python3-%name
 %defattr(-,root,root)
 %doc AUTHORS README
 %license COPYING 
-%python_sitearch/pymsiecf.so
+%python3_sitearch/pymsiecf.so
 
 %changelog

++ libmsiecf-alpha-20181227.tar.gz -> libmsiecf-alpha-20191221.tar.gz ++
 32696 lines of diff (skipped)




commit libmsiecf for openSUSE:Factory

2019-06-12 Thread root
Hello community,

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

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


Package is "libmsiecf"

Wed Jun 12 13:09:58 2019 rev:11 rq:696095 version:0~20181227

Changes:

--- /work/SRC/openSUSE:Factory/libmsiecf/libmsiecf.changes  2015-08-14 
14:46:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmsiecf.new.4811/libmsiecf.changes
2019-06-12 13:09:59.621087563 +0200
@@ -1,0 +2,9 @@
+Wed Mar 27 23:46:33 UTC 2019 - Greg Freemyer 
+
+- updated to 0~20181227
+   * changes to the API
+   * updates to support libcdata API change
+   * worked on python bindings
+   * code cleanup
+
+---
@@ -4 +13 @@
-- updated ot 0~20150314
+- updated to 0~20150314

Old:

  MSIE_Cache_File_(index.dat)_format.pdf
  libmsiecf-alpha-20150314.tar.gz

New:

  MSIE_Cache_File_index.dat_format.pdf
  libmsiecf-alpha-20181227.tar.gz



Other differences:
--
++ libmsiecf.spec ++
--- /var/tmp/diff_new_pack.N9hhGJ/_old  2019-06-12 13:10:00.165086993 +0200
+++ /var/tmp/diff_new_pack.N9hhGJ/_new  2019-06-12 13:10:00.165086993 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmsiecf
 #
-# Copyright (c) 2015 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,25 +12,25 @@
 # 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:   libmsiecf
 %define lname  libmsiecf1
-%define timestamp  20150314
+%define timestamp  20181227
 Version:0~%timestamp
 Release:0
 Summary:Library to parse MS Internet Explorer Cache Files
-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/libmsiecf/wiki
 Source: 
https://github.com/libyal/libmsiecf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
-Source2:MSIE_Cache_File_(index.dat)_format.pdf
+Source2:MSIE_Cache_File_index.dat_format.pdf
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
 BuildRequires:  pkgconfig(libbfio) >= 20120426
-BuildRequires:  pkgconfig(libcdata) >= 20120425
+BuildRequires:  pkgconfig(libcdata) >= 20190112
 BuildRequires:  pkgconfig(libcfile) >= 20120526
 BuildRequires:  pkgconfig(libclocale) >= 20120425
 BuildRequires:  pkgconfig(libcnotify) >= 20120425
@@ -52,7 +52,7 @@
 
 %package -n %lname
 Summary:Library to parse MS Internet Explorer Cache Files
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  System/Libraries
 
 %description -n %lname
@@ -60,7 +60,7 @@
 
 %package tools
 Summary:Utilities to inspect MS Internet Explorer Cache Files
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  System/Filesystems
 
 %description tools
@@ -68,7 +68,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
 
@@ -80,7 +80,7 @@
 
 %package -n python-%name
 Summary:Python bindings for libmsiecf
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  Development/Libraries/Python
 Requires:   %lname = %version
 Requires:   python
@@ -106,7 +106,8 @@
 
 %files -n %lname
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog
+%doc AUTHORS ChangeLog
+%license COPYING 
 %_libdir/libmsiecf.so.*
 
 %files tools
@@ -125,7 +126,8 @@
 
 %files -n python-%name
 %defattr(-,root,root)
-%doc AUTHORS COPYING README
+%doc AUTHORS README
+%license COPYING 
 %python_sitearch/pymsiecf.so
 
 %changelog

++ libmsiecf-alpha-20150314.tar.gz -> libmsiecf-alpha-20181227.tar.gz ++
 184135 lines of diff (skipped)




commit libmsiecf for openSUSE:Factory

2015-08-14 Thread h_root
Hello community,

here is the log from the commit of package libmsiecf for openSUSE:Factory 
checked in at 2015-08-14 14:46:57

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


Package is libmsiecf

Changes:

--- /work/SRC/openSUSE:Factory/libmsiecf/libmsiecf.changes  2015-01-30 
15:06:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmsiecf.new/libmsiecf.changes 2015-08-14 
14:46:58.0 +0200
@@ -1,0 +2,6 @@
+Fri May  8 22:18:05 UTC 2015 - greg.freem...@gmail.com
+
+- updated ot 0~20150314
+   * worked on Python bindings cache directory support
+
+---

Old:

  libmsiecf-alpha-20150106.tar.gz

New:

  libmsiecf-alpha-20150314.tar.gz



Other differences:
--
++ libmsiecf.spec ++
--- /var/tmp/diff_new_pack.L4szPD/_old  2015-08-14 14:46:59.0 +0200
+++ /var/tmp/diff_new_pack.L4szPD/_new  2015-08-14 14:46:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmsiecf
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   libmsiecf
 %define lname  libmsiecf1
-%define timestamp  20150106
+%define timestamp  20150314
 Version:0~%timestamp
 Release:0
 Summary:Library to parse MS Internet Explorer Cache Files

++ libmsiecf-alpha-20150106.tar.gz - libmsiecf-alpha-20150314.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmsiecf-20150106/ChangeLog 
new/libmsiecf-20150314/ChangeLog
--- old/libmsiecf-20150106/ChangeLog2015-01-06 07:10:35.0 +0100
+++ new/libmsiecf-20150314/ChangeLog2015-03-14 18:02:39.0 +0100
@@ -8,6 +8,9 @@
   - rename item values to item value
   - change read values to match libwrc
 
+Tests:
+* add cache directory tests
+
 File format
 * implement MSIE 3 cache file formats ?
 * access records not referred by hash table
@@ -28,6 +31,15 @@
 * record scan
   - flag entries in hash table as hashed
 
+20150314
+* updated version
+
+20150313
+* worked on Python bindings cache directory support
+
+20150308
+* worked on Python bindings cache directory support
+
 20150106
 * 2015 update
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmsiecf-20150106/common/config.h 
new/libmsiecf-20150314/common/config.h
--- old/libmsiecf-20150106/common/config.h  2015-01-06 07:18:56.0 
+0100
+++ new/libmsiecf-20150314/common/config.h  2015-03-14 18:02:31.0 
+0100
@@ -540,7 +540,7 @@
 #define PACKAGE_NAME libmsiecf
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING libmsiecf 20150106
+#define PACKAGE_STRING libmsiecf 20150314
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME libmsiecf
@@ -549,7 +549,7 @@
 #define PACKAGE_URL 
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION 20150106
+#define PACKAGE_VERSION 20150314
 
 /* The size of `off_t', as computed by sizeof. */
 #define SIZEOF_OFF_T 8
@@ -567,7 +567,7 @@
 /* #undef STRERROR_R_CHAR_P */
 
 /* Version number of package */
-#define VERSION 20150106
+#define VERSION 20150314
 
 /* Enable large inode numbers on Mac OS X 10.5.  */
 #ifndef _DARWIN_USE_64_BIT_INODE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmsiecf-20150106/configure 
new/libmsiecf-20150314/configure
--- old/libmsiecf-20150106/configure2015-01-06 07:18:44.0 +0100
+++ new/libmsiecf-20150314/configure2015-03-14 18:02:16.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libmsiecf 20150106.
+# Generated by GNU Autoconf 2.69 for libmsiecf 20150314.
 #
 # Report bugs to joachim.m...@gmail.com.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libmsiecf'
 PACKAGE_TARNAME='libmsiecf'
-PACKAGE_VERSION='20150106'
-PACKAGE_STRING='libmsiecf 20150106'
+PACKAGE_VERSION='20150314'
+PACKAGE_STRING='libmsiecf 20150314'
 PACKAGE_BUGREPORT='joachim.m...@gmail.com'
 PACKAGE_URL=''
 
@@ -1609,7 +1609,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures libmsiecf 20150106 to adapt to many kinds of systems.
+\`configure' configures libmsiecf 20150314 to adapt 

commit libmsiecf for openSUSE:Factory

2015-01-30 Thread h_root
Hello community,

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

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


Package is libmsiecf

Changes:

--- /work/SRC/openSUSE:Factory/libmsiecf/libmsiecf.changes  2014-09-06 
12:18:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmsiecf.new/libmsiecf.changes 2015-01-30 
15:06:21.0 +0100
@@ -1,0 +2,15 @@
+Wed Jan 14 16:04:18 UTC 2015 - greg.freem...@gmail.com
+
+- update to 0~20150106
+   * 2015 update
+   * worked on Python 3 support
+   * worked on tests
+   * code clean up
+   * bug fix in Python-bindings
+   * update Python-bindings tests
+- update URL to the new github site
+- replace Source: field with fully defined URL
+- remove DL-URL comment
+- add BuildRequires for libyal packages newly released
+
+---

Old:

  libmsiecf-alpha-20140731.tar.gz

New:

  libmsiecf-alpha-20150106.tar.gz



Other differences:
--
++ libmsiecf.spec ++
--- /var/tmp/diff_new_pack.4GxG3D/_old  2015-01-30 15:06:22.0 +0100
+++ /var/tmp/diff_new_pack.4GxG3D/_new  2015-01-30 15:06:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmsiecf
 #
-# 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,16 +18,14 @@
 
 Name:   libmsiecf
 %define lname  libmsiecf1
-%define timestamp  20140731
+%define timestamp  20150106
 Version:0~%timestamp
 Release:0
 Summary:Library to parse MS Internet Explorer Cache Files
 License:LGPL-3.0+ and GFDL-1.3+
 Group:  Productivity/File utilities
-Url:http://code.google.com/p/libmsiecf/
-
-#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSVm1MNkw5cU1mUG8/libmsiecf-alpha-20140731.tar.gz
-Source: %name-alpha-%timestamp.tar.gz
+Url:https://github.com/libyal/libmsiecf/wiki
+Source: 
https://github.com/libyal/libmsiecf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
 Source2:MSIE_Cache_File_(index.dat)_format.pdf
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
@@ -38,16 +36,15 @@
 BuildRequires:  pkgconfig(libcnotify) = 20120425
 BuildRequires:  pkgconfig(libcpath) = 20120701
 BuildRequires:  pkgconfig(libcsplit) = 20120701
+BuildRequires:  pkgconfig(libcsystem) = 20150101
 BuildRequires:  pkgconfig(libfdatetime) = 20120522
 BuildRequires:  pkgconfig(libfguid) = 20120426
+BuildRequires:  pkgconfig(libfole) = 20150104
+BuildRequires:  pkgconfig(libfvalue) = 20120428
 BuildRequires:  pkgconfig(libuna) = 20120425
-# these packages fail if the factory version is used, verified 10/15/2013
+# these packages fail if the factory version is used, verified 1/14/2015
 #BuildRequires:  pkgconfig(libcerror) = 20120425
-# 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
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ libmsiecf-alpha-20140731.tar.gz - libmsiecf-alpha-20150106.tar.gz ++
 22205 lines of diff (skipped)

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



commit libmsiecf for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package libmsiecf for openSUSE:Factory 
checked in at 2014-09-06 12:17:57

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


Package is libmsiecf

Changes:

--- /work/SRC/openSUSE:Factory/libmsiecf/libmsiecf.changes  2014-08-18 
11:23:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmsiecf.new/libmsiecf.changes 2014-09-06 
12:18:03.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 26 16:56:24 UTC 2014 - greg.freem...@gmail.com
+
+- add these 2 lines to python sub-project to ensure proper syncronization 
between versions
+   * Provides: pyevt = %version
+
+---



Other differences:
--
++ libmsiecf.spec ++
--- /var/tmp/diff_new_pack.U4KEsC/_old  2014-09-06 12:18:04.0 +0200
+++ /var/tmp/diff_new_pack.U4KEsC/_new  2014-09-06 12:18:04.0 +0200
@@ -87,6 +87,7 @@
 Group:  Development/Libraries/Python
 Requires:   %lname = %version
 Requires:   python
+Provides:   pymsiecf = %version
 
 %description -n python-%name
 Python bindings for libmsiecf, 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 libmsiecf for openSUSE:Factory

2014-08-18 Thread h_root
Hello community,

here is the log from the commit of package libmsiecf for openSUSE:Factory 
checked in at 2014-08-18 11:23:55

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


Package is libmsiecf

Changes:

--- /work/SRC/openSUSE:Factory/libmsiecf/libmsiecf.changes  2013-12-04 
12:29:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmsiecf.new/libmsiecf.changes 2014-08-18 
11:23:59.0 +0200
@@ -1,0 +2,10 @@
+Wed Aug 13 16:49:51 UTC 2014 - greg.freem...@gmail.com
+
+- update to 0~20140731
+   * bug fix in Python-bindings
+   * worked on Python bindings
+   * worked on setup.py
+   * 2014 update
+   * updated dependencies
+
+---

Old:

  libmsiecf-alpha-20131015.tar.gz

New:

  libmsiecf-alpha-20140731.tar.gz



Other differences:
--
++ libmsiecf.spec ++
--- /var/tmp/diff_new_pack.Xcfs6k/_old  2014-08-18 11:24:00.0 +0200
+++ /var/tmp/diff_new_pack.Xcfs6k/_new  2014-08-18 11:24:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmsiecf
 #
-# 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,7 +18,7 @@
 
 Name:   libmsiecf
 %define lname  libmsiecf1
-%define timestamp  20131015
+%define timestamp  20140731
 Version:0~%timestamp
 Release:0
 Summary:Library to parse MS Internet Explorer Cache Files
@@ -26,7 +26,7 @@
 Group:  Productivity/File utilities
 Url:http://code.google.com/p/libmsiecf/
 
-#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSVm1MNkw5cU1mUG8/libmsiecf-alpha-20131015.tar.gz
+#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSVm1MNkw5cU1mUG8/libmsiecf-alpha-20140731.tar.gz
 Source: %name-alpha-%timestamp.tar.gz
 Source2:MSIE_Cache_File_(index.dat)_format.pdf
 BuildRequires:  pkg-config

++ libmsiecf-alpha-20131015.tar.gz - libmsiecf-alpha-20140731.tar.gz ++
 20048 lines of diff (skipped)

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



commit libmsiecf for openSUSE:Factory

2013-12-04 Thread h_root
Hello community,

here is the log from the commit of package libmsiecf for openSUSE:Factory 
checked in at 2013-12-04 12:29:52

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


Package is libmsiecf

Changes:

--- /work/SRC/openSUSE:Factory/libmsiecf/libmsiecf.changes  2013-08-27 
20:53:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmsiecf.new/libmsiecf.changes 2013-12-04 
12:29:53.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 26 23:05:27 UTC 2013 - greg.freem...@gmail.com
+
+- update to 0~20131015
+   * updated dependencies
+   * improved pymsiecf as integer functions
+   * worked on setup.py, largely for MSI builds
+
+---

Old:

  libmsiecf-alpha-20130806.tar.gz

New:

  libmsiecf-alpha-20131015.tar.gz



Other differences:
--
++ libmsiecf.spec ++
--- /var/tmp/diff_new_pack.50Ap1n/_old  2013-12-04 12:29:53.0 +0100
+++ /var/tmp/diff_new_pack.50Ap1n/_new  2013-12-04 12:29:53.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   libmsiecf
 %define lname  libmsiecf1
-%define timestamp  20130806
+%define timestamp  20131015
 Version:0~%timestamp
 Release:0
 Summary:Library to parse MS Internet Explorer Cache Files
@@ -26,7 +26,7 @@
 Group:  Productivity/File utilities
 Url:http://code.google.com/p/libmsiecf/
 
-#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSVm1MNkw5cU1mUG8/libmsiecf-alpha-20130806.tar.gz
+#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSVm1MNkw5cU1mUG8/libmsiecf-alpha-20131015.tar.gz
 Source: %name-alpha-%timestamp.tar.gz
 Source2:MSIE_Cache_File_(index.dat)_format.pdf
 BuildRequires:  pkg-config
@@ -41,7 +41,7 @@
 BuildRequires:  pkgconfig(libfdatetime) = 20120522
 BuildRequires:  pkgconfig(libfguid) = 20120426
 BuildRequires:  pkgconfig(libuna) = 20120425
-# these packages fail if the factory version is used, verified 8/26/2013
+# these packages fail if the factory version is used, verified 10/15/2013
 #BuildRequires:  pkgconfig(libcerror) = 20120425
 # these packages have not been released standalone by upstream
 #BuildRequires:  pkgconfig(libfole) = 20120426

++ libmsiecf-alpha-20130806.tar.gz - libmsiecf-alpha-20131015.tar.gz ++
 26693 lines of diff (skipped)

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



commit libmsiecf for openSUSE:Factory

2013-08-27 Thread h_root
Hello community,

here is the log from the commit of package libmsiecf for openSUSE:Factory 
checked in at 2013-08-27 20:53:07

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


Package is libmsiecf

Changes:

--- /work/SRC/openSUSE:Factory/libmsiecf/libmsiecf.changes  2013-08-01 
15:38:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmsiecf.new/libmsiecf.changes 2013-08-27 
20:53:07.0 +0200
@@ -1,0 +2,9 @@
+Tue Aug 27 07:13:44 UTC 2013 - greg.freem...@gmail.com
+
+- update to 0~20130806
+   * fixes for building with stand-alone libuna and libbfio
+   * bug fix in pymsiecf file object libbfio glue code
+   * worked on tests
+- use libyal packages from factory where possible
+
+---
@@ -4 +13 @@
-- updated to v0~20120529
+- updated to v0~20130529

Old:

  libmsiecf-alpha-20130529.tar.gz

New:

  libmsiecf-alpha-20130806.tar.gz



Other differences:
--
++ libmsiecf.spec ++
--- /var/tmp/diff_new_pack.YCvaZl/_old  2013-08-27 20:53:09.0 +0200
+++ /var/tmp/diff_new_pack.YCvaZl/_new  2013-08-27 20:53:09.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libmsiecf
 %define lname  libmsiecf1
-%define timestamp  20130529
+%define timestamp  20130806
 Version:0~%timestamp
 Release:0
 Summary:Library to parse MS Internet Explorer Cache Files
@@ -26,23 +26,23 @@
 Group:  Productivity/File utilities
 Url:http://code.google.com/p/libmsiecf/
 
-#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSVm1MNkw5cU1mUG8/libmsiecf-alpha-20130529.tar.gz
+#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSVm1MNkw5cU1mUG8/libmsiecf-alpha-20130806.tar.gz
 Source: %name-alpha-%timestamp.tar.gz
 Source2:MSIE_Cache_File_(index.dat)_format.pdf
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
+BuildRequires:  pkgconfig(libbfio) = 20120426
+BuildRequires:  pkgconfig(libcdata) = 20120425
 BuildRequires:  pkgconfig(libcfile) = 20120526
+BuildRequires:  pkgconfig(libclocale) = 20120425
 BuildRequires:  pkgconfig(libcnotify) = 20120425
 BuildRequires:  pkgconfig(libcpath) = 20120701
 BuildRequires:  pkgconfig(libcsplit) = 20120701
+BuildRequires:  pkgconfig(libfdatetime) = 20120522
 BuildRequires:  pkgconfig(libfguid) = 20120426
-# these packages fail if the factory version is used, verified 7/30/2013
-#BuildRequires:  pkgconfig(libbfio) = 20120426
-#BuildRequires:  pkgconfig(libfdatetime) = 20120522
-#BuildRequires:  pkgconfig(libuna) = 20120425
-#BuildRequires:  pkgconfig(libclocale) = 20120425
+BuildRequires:  pkgconfig(libuna) = 20120425
+# these packages fail if the factory version is used, verified 8/26/2013
 #BuildRequires:  pkgconfig(libcerror) = 20120425
-#BuildRequires:  pkgconfig(libcdata) = 20120425
 # these packages have not been released standalone by upstream
 #BuildRequires:  pkgconfig(libfole) = 20120426
 #BuildRequires:  pkgconfig(libfvalue) = 20120428

++ libmsiecf-alpha-20130529.tar.gz - libmsiecf-alpha-20130806.tar.gz ++
 2290 lines of diff (skipped)

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



commit libmsiecf for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package libmsiecf for openSUSE:Factory 
checked in at 2013-08-01 15:38:09

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


Package is libmsiecf

Changes:

--- /work/SRC/openSUSE:Factory/libmsiecf/libmsiecf.changes  2013-04-19 
09:59:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmsiecf.new/libmsiecf.changes 2013-08-01 
15:38:12.0 +0200
@@ -1,0 +2,16 @@
+Wed Jul 31 16:18:31 UTC 2013 - greg.freem...@gmail.com
+
+- updated to v0~20120529
+   * updated dependencies
+   * worked on pymsiecf simple inheritance of leak, redirected and url 
items
+   * worked on hash calculation
+   * worked on tests
+   * bug fix in record scan due to recent dependency update
+   * textual changes
+   * updates and bug fixes in pymsiecf
+   * fixed codepage 1255 restriction
+   * fixed codepage 949 and 950 restriction
+- change to gz compression to simplyfy download/convert
+- use libyal packages from factory where possible
+
+---

Old:

  libmsiecf-alpha-20130317.tar.xz

New:

  libmsiecf-alpha-20130529.tar.gz



Other differences:
--
++ libmsiecf.spec ++
--- /var/tmp/diff_new_pack.ss7cHI/_old  2013-08-01 15:38:13.0 +0200
+++ /var/tmp/diff_new_pack.ss7cHI/_new  2013-08-01 15:38:13.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libmsiecf
 %define lname  libmsiecf1
-%define timestamp  20130317
+%define timestamp  20130529
 Version:0~%timestamp
 Release:0
 Summary:Library to parse MS Internet Explorer Cache Files
@@ -26,27 +26,28 @@
 Group:  Productivity/File utilities
 Url:http://code.google.com/p/libmsiecf/
 
-#DL-URL:   
http://libmsiecf.googlecode.com/files/libmsiecf-alpha-20130317.tar.gz
-Source: %name-alpha-%timestamp.tar.xz
+#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSVm1MNkw5cU1mUG8/libmsiecf-alpha-20130529.tar.gz
+Source: %name-alpha-%timestamp.tar.gz
 Source2:MSIE_Cache_File_(index.dat)_format.pdf
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
-BuildRequires:  xz
-#BuildRequires:  pkgconfig(libbfio) = 20120426
-#BuildRequires:  pkgconfig(libcdata) = 20120425
-#BuildRequires:  pkgconfig(libcerror) = 20120425
-#BuildRequires:  pkgconfig(libcfile) = 20120526
-#BuildRequires:  pkgconfig(libclocale) = 20120425
+BuildRequires:  pkgconfig(libcfile) = 20120526
 BuildRequires:  pkgconfig(libcnotify) = 20120425
-#BuildRequires:  pkgconfig(libcpath) = 20120701
+BuildRequires:  pkgconfig(libcpath) = 20120701
 BuildRequires:  pkgconfig(libcsplit) = 20120701
-#BuildRequires:  pkgconfig(libcstring) = 20120425
-#BuildRequires:  pkgconfig(libcsystem) = 20120425
-#BuildRequires:  pkgconfig(libfdatetime) = 20120522
 BuildRequires:  pkgconfig(libfguid) = 20120426
+# these packages fail if the factory version is used, verified 7/30/2013
+#BuildRequires:  pkgconfig(libbfio) = 20120426
+#BuildRequires:  pkgconfig(libfdatetime) = 20120522
+#BuildRequires:  pkgconfig(libuna) = 20120425
+#BuildRequires:  pkgconfig(libclocale) = 20120425
+#BuildRequires:  pkgconfig(libcerror) = 20120425
+#BuildRequires:  pkgconfig(libcdata) = 20120425
+# these packages have not been released standalone by upstream
 #BuildRequires:  pkgconfig(libfole) = 20120426
 #BuildRequires:  pkgconfig(libfvalue) = 20120428
-#BuildRequires:  pkgconfig(libuna) = 20120425
+#BuildRequires:  pkgconfig(libcstring) = 20120425
+#BuildRequires:  pkgconfig(libcsystem) = 20120425
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ MSIE_Cache_File_(index.dat)_format.pdf ++
(binary differes)

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



commit libmsiecf for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package libmsiecf for openSUSE:Factory 
checked in at 2013-04-19 09:59:39

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


Package is libmsiecf, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.libmsiecf.new/libmsiecf.changes 2013-04-19 
09:59:40.0 +0200
@@ -0,0 +1,19 @@
+---
+Thu Apr 18 11:44:43 UTC 2013 - jeng...@inai.de
+
+- fixed: python-libmsiecf required unprovidable libmsiecf%soname
+
+---
+Fri Apr  5 02:00:59 UTC 2013 - jeng...@inai.de
+
+- Cleanups: Set RPM group, license, summary and description
+  metadata; remove unused %py_requires; do not bloat shlib package
+  with documentation
+- Use system libraries instead of bundled ones where possible
+- Name the tools package according to upstream's recommendation
+- Drop unnecessary -fno-strict-aliasing
+
+---
+Wed Mar 27 17:06:20 UTC 2013 - greg.freem...@gmail.com
+
+- initial package (version 0~20130317) for build.opensuse.org

New:

  MSIE_Cache_File_(index.dat)_format.pdf
  libmsiecf-alpha-20130317.tar.xz
  libmsiecf.changes
  libmsiecf.spec



Other differences:
--
++ libmsiecf.spec ++
#
# spec file for package libmsiecf
#
# Copyright (c) 2013 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#


Name:   libmsiecf
%define lname   libmsiecf1
%define timestamp   20130317
Version:0~%timestamp
Release:0
Summary:Library to parse MS Internet Explorer Cache Files
License:LGPL-3.0+ and GFDL-1.3+
Group:  Productivity/File utilities
Url:http://code.google.com/p/libmsiecf/

#DL-URL:
http://libmsiecf.googlecode.com/files/libmsiecf-alpha-20130317.tar.gz
Source: %name-alpha-%timestamp.tar.xz
Source2:MSIE_Cache_File_(index.dat)_format.pdf
BuildRequires:  pkg-config
BuildRequires:  python-devel
BuildRequires:  xz
#BuildRequires:  pkgconfig(libbfio) = 20120426
#BuildRequires:  pkgconfig(libcdata) = 20120425
#BuildRequires:  pkgconfig(libcerror) = 20120425
#BuildRequires:  pkgconfig(libcfile) = 20120526
#BuildRequires:  pkgconfig(libclocale) = 20120425
BuildRequires:  pkgconfig(libcnotify) = 20120425
#BuildRequires:  pkgconfig(libcpath) = 20120701
BuildRequires:  pkgconfig(libcsplit) = 20120701
#BuildRequires:  pkgconfig(libcstring) = 20120425
#BuildRequires:  pkgconfig(libcsystem) = 20120425
#BuildRequires:  pkgconfig(libfdatetime) = 20120522
BuildRequires:  pkgconfig(libfguid) = 20120426
#BuildRequires:  pkgconfig(libfole) = 20120426
#BuildRequires:  pkgconfig(libfvalue) = 20120428
#BuildRequires:  pkgconfig(libuna) = 20120425
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
libmsiecf is a library to parse MS Internet Explorer Cache Files.

%package -n %lname
Summary:Library to parse MS Internet Explorer Cache Files
License:LGPL-3.0+
Group:  System/Libraries

%description -n %lname
libmsiecf is a library to parse MS Internet Explorer Cache Files.

%package tools
Summary:Utilities to inspect MS Internet Explorer Cache Files
License:LGPL-3.0+
Group:  System/Filesystems

%description tools
Several tools for reading MS Internet Explorer Cache files.
 
%package devel
Summary:Development files for %name
License:LGPL-3.0+ and GFDL-1.3+
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
libmsiecf is a library to parse MS Internet Explorer Cache Files.

This subpackage contains libraries and header files for developing
applications that want to make use of %name.

%package -n python-%name
Summary:Python bindings for libmsiecf
License:LGPL-3.0+
Group:  Development/Libraries/Python
Requires:   %lname = %version
Requires:   python

%description -n python-%name
Python bindings for