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 <[email protected]> + +- 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)
