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.changes 2019-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 <[email protected]> + +- 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/pkgconfig/libolecf.pc %_mandir/man3/libolecf.3* -%files -n python-%name +%files -n python2-%name +%defattr(-,root,root) +%doc AUTHORS README +%license COPYING +%python2_sitearch/pyolecf.so + +%files -n python3-%name %defattr(-,root,root) %doc AUTHORS README %license COPYING -%python_sitearch/pyolecf.so +%python3_sitearch/pyolecf.so %changelog ++++++ libolecf-alpha-20181231.tar.gz -> libolecf-alpha-20191221.tar.gz ++++++ ++++ 34607 lines of diff (skipped)
