Hello community,

here is the log from the commit of package libregf for openSUSE:Factory checked 
in at 2020-04-07 10:29:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libregf (Old)
 and      /work/SRC/openSUSE:Factory/.libregf.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libregf"

Tue Apr  7 10:29:43 2020 rev:17 rq:791594 version:0~20191221

Changes:
--------
--- /work/SRC/openSUSE:Factory/libregf/libregf.changes  2019-06-12 
13:08:09.777136576 +0200
+++ /work/SRC/openSUSE:Factory/.libregf.new.3248/libregf.changes        
2020-04-07 10:31:20.990500802 +0200
@@ -1,0 +2,11 @@
+Mon Apr  6 02:03:27 UTC 2020 - Greg Freemyer <[email protected]>
+
+- update to 20191221
+        * Worked on REG_MULTI_SZ support
+        * Added key path to regfexport output
+        * Added key path option to export tool
+        * Worked on thread lock support and tests
+        * Changes for local usage of libregf
+- add python3 subpackage
+
+-------------------------------------------------------------------

Old:
----
  libregf-alpha-20190303.tar.gz

New:
----
  libregf-alpha-20191221.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libregf.spec ++++++
--- /var/tmp/diff_new_pack.W13cVY/_old  2020-04-07 10:31:21.662501677 +0200
+++ /var/tmp/diff_new_pack.W13cVY/_new  2020-04-07 10:31:21.662501677 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libregf
 #
-# 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,13 +18,13 @@
 
 Name:           libregf
 %define lname  libregf1
-%define timestamp      20190303
+%define timestamp      20191221
 Version:        0~%timestamp
 Release:        0
 Summary:        Library to access Windows REGF-type Registry files
 License:        LGPL-3.0-or-later AND GFDL-1.3-or-later
 Group:          Productivity/File utilities
-Url:            https://github.com/libyal/libregf/wiki
+URL:            https://github.com/libyal/libregf/wiki
 Source:         
https://github.com/libyal/libregf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
 Source2:        Windows_NT_Registry_File_REGF_format.pdf
 BuildRequires:  pkg-config
@@ -87,26 +87,41 @@
 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 libregf, a library to access Windows REGF 
Registry files
+%package -n python2-%{name}
+Summary:        Python2 bindings for libregf, a library to access Windows REGF 
Registry files
 License:        LGPL-3.0-or-later
 Group:          Development/Languages/Python
 Requires:       %lname = %version
-Requires:       python
-Provides:       pyregf = %version
+Requires:       python2
+Obsoletes:      python-%{name} <= 20190303
+BuildRequires:  pkgconfig(python2)
 
-%description -n python-%{name}
+%description -n python2-%{name}
 libregf is a library to access Windows Registry files of the REGF
 type (a non-text representation).
 
-This subpackage contains the Python bindings for libregf.
+This subpackage contains the Python2 bindings for libregf.
+
+%package -n python3-%{name}
+Summary:        Python3 bindings for libregf, a library to access Windows REGF 
Registry files
+License:        LGPL-3.0-or-later
+Group:          Development/Languages/Python
+Requires:       %lname = %version
+Requires:       python3
+BuildRequires:  pkgconfig(python3)
+
+%description -n python3-%{name}
+libregf is a library to access Windows Registry files of the REGF
+type (a non-text representation).
+
+This subpackage contains the Python3 bindings for libregf.
 
 %prep
 %setup -qn libregf-%timestamp
 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
@@ -136,10 +151,16 @@
 %{_libdir}/pkgconfig/libregf.pc
 %{_mandir}/man3/libregf.3*
 
-%files -n python-%{name}
+%files -n python2-%{name}
+%defattr(-,root,root)
+%doc AUTHORS README
+%license COPYING
+%{python2_sitearch}/pyregf.so
+
+%files -n python3-%{name}
 %defattr(-,root,root)
 %doc AUTHORS README
 %license COPYING
-%python_sitearch/pyregf.so
+%{python3_sitearch}/pyregf.so
 
 %changelog

++++++ libregf-alpha-20190303.tar.gz -> libregf-alpha-20191221.tar.gz ++++++
++++ 63891 lines of diff (skipped)


Reply via email to