Hello community,

here is the log from the commit of package libevtx for openSUSE:Factory checked 
in at 2020-04-09 23:15:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libevtx (Old)
 and      /work/SRC/openSUSE:Factory/.libevtx.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libevtx"

Thu Apr  9 23:15:09 2020 rev:16 rq:792571 version:0~20191221

Changes:
--------
--- /work/SRC/openSUSE:Factory/libevtx/libevtx.changes  2019-06-12 
13:09:26.357104391 +0200
+++ /work/SRC/openSUSE:Factory/.libevtx.new.3248/libevtx.changes        
2020-04-09 23:15:11.598235431 +0200
@@ -1,0 +2,9 @@
+Tue Apr  7 18:49:27 UTC 2020 - Greg Freemyer <greg.freem...@gmail.com>
+
+- update to v0~20191221
+        * Added binary XML creation time to API and evtxexport #21
+        * worked on tests
+- rename python-libevtx to python2-libevtx
+- add python3 subpackage
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libevtx.spec ++++++
--- /var/tmp/diff_new_pack.P8ihm0/_old  2020-04-09 23:15:12.242235803 +0200
+++ /var/tmp/diff_new_pack.P8ihm0/_new  2020-04-09 23:15:12.246235805 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libevtx
 #
-# 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:           libevtx
 %define lname  libevtx1
-%define timestamp      20181227
+%define timestamp      20191221
 Version:        0~%timestamp
 Release:        0
 Summary:        Library and tools to access the Windows XML Event Log (EVTX) 
format
 License:        LGPL-3.0-or-later AND GFDL-1.3-only
 Group:          Productivity/File utilities
-Url:            https://github.com/libyal/libevtx/wiki
+URL:            https://github.com/libyal/libevtx/wiki
 Source:         
https://github.com/libyal/libevtx/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
 Source2:        Windows_XML_Event_Log_EVTX.pdf
 BuildRequires:  pkg-config
@@ -92,15 +92,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:        Python2 bindings for libevtx
+License:        LGPL-3.0-or-later
+Group:          Development/Libraries/Python
+Requires:       %lname = %version
+BuildRequires:  pkgconfig(python2)
+Obsoletes:      pyevtx <= 20191221
+Obsoletes:      python-%name <= 20191221
+
+%description -n python2-%name
+Python bindings for libevtx, which can read Windows XML Event files.
+
+%package -n python3-%name
 Summary:        Python bindings for libevtx
 License:        LGPL-3.0-or-later
 Group:          Development/Libraries/Python
 Requires:       %lname = %version
-Requires:       python
-Provides:       pyevtx = %version
+BuildRequires:  pkgconfig(python3)
 
-%description -n python-%name
+%description -n python3-%name
 Python bindings for libevtx, which can read Windows XML Event files.
 
 %prep
@@ -108,7 +119,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
@@ -138,10 +149,16 @@
 %_libdir/pkgconfig/libevtx.pc
 %_mandir/man3/libevtx.3*
 
-%files -n python-%name
+%files -n python2-%name
+%defattr(-,root,root)
+%doc AUTHORS README
+%license COPYING 
+%python2_sitearch/pyevtx.so
+
+%files -n python3-%name
 %defattr(-,root,root)
 %doc AUTHORS README
 %license COPYING 
-%python_sitearch/pyevtx.so
+%python3_sitearch/pyevtx.so
 
 %changelog

++++++ libevtx-alpha-20181227.tar.gz -> libevtx-alpha-20191221.tar.gz ++++++
++++ 67645 lines of diff (skipped)


Reply via email to