Hello community,

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

Package is "libevt"

Tue Apr  7 10:29:45 2020 rev:12 rq:791596 version:0~20191221

Changes:
--------
--- /work/SRC/openSUSE:Factory/libevt/libevt.changes    2019-06-12 
13:09:22.601105970 +0200
+++ /work/SRC/openSUSE:Factory/.libevt.new.3248/libevt.changes  2020-04-07 
10:31:23.850504528 +0200
@@ -1,0 +2,8 @@
+Mon Apr  6 02:36:35 UTC 2020 - Greg Freemyer <greg.freem...@gmail.com>
+
+- update to 0~20191221
+        * Code clean up 
+        * added thread lock support
+- add python3 support
+
+-------------------------------------------------------------------

Old:
----
  libevt-alpha-20181227.tar.gz

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

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

Other differences:
------------------
++++++ libevt.spec ++++++
--- /var/tmp/diff_new_pack.Gr60dz/_old  2020-04-07 10:31:24.646505565 +0200
+++ /var/tmp/diff_new_pack.Gr60dz/_new  2020-04-07 10:31:24.646505565 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libevt
 #
-# 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:           libevt
 %define lname  libevt1
-%define timestamp      20181227
+%define timestamp      20191221
 Version:        0~%timestamp
 Release:        0
 Summary:        Library and tools to access the Windows Event Log (EVT) format
 License:        LGPL-3.0-or-later AND GFDL-1.3-or-later
 Group:          Productivity/File utilities
-Url:            https://github.com/libyal/libevt/wiki
+URL:            https://github.com/libyal/libevt/wiki
 Source:         
https://github.com/libyal/libevt/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
 Source2:        Windows_Event_Log_EVT.pdf
 BuildRequires:  pkg-config
@@ -96,15 +96,25 @@
 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 libevt, a Windows event file parser
 License:        LGPL-3.0-or-later
 Group:          Development/Libraries/Python
+BuildRequires:  pkgconfig(python2)
 Requires:       %lname = %version
-Requires:       python
-Provides:       pyevt = %version
+Obsoletes:      python-%name < 20191221
 
-%description -n python-%name
+%description -n python2-%name
+Python bindings for libevt, which can read Windows event files.
+
+%package -n python3-%name
+Summary:        Python bindings for libevt, a Windows event file parser
+License:        LGPL-3.0-or-later
+Group:          Development/Libraries/Python
+BuildRequires:  pkgconfig(python3)
+Requires:       %lname = %version
+
+%description -n python3-%name
 Python bindings for libevt, which can read Windows event files.
 
 %prep
@@ -112,7 +122,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
@@ -143,10 +153,16 @@
 %_libdir/pkgconfig/libevt.pc
 %_mandir/man3/libevt.3*
 
-%files -n python-%name
+%files -n python2-%name
+%defattr(-,root,root)
+%doc AUTHORS ChangeLog README
+%license COPYING 
+%python2_sitearch/pyevt.so
+
+%files -n python3-%name
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog README
 %license COPYING 
-%python_sitearch/pyevt.so
+%python3_sitearch/pyevt.so
 
 %changelog

++++++ libevt-alpha-20181227.tar.gz -> libevt-alpha-20191221.tar.gz ++++++
++++ 89108 lines of diff (skipped)


Reply via email to