Hello community,

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

Package is "liblnk"

Thu Apr  9 23:15:12 2020 rev:13 rq:792569 version:0~20191221

Changes:
--------
--- /work/SRC/openSUSE:Factory/liblnk/liblnk.changes    2019-06-12 
13:10:10.533076121 +0200
+++ /work/SRC/openSUSE:Factory/.liblnk.new.3248/liblnk.changes  2020-04-09 
23:15:12.946236210 +0200
@@ -1,0 +2,10 @@
+Tue Apr  7 20:16:59 UTC 2020 - Greg Freemyer <[email protected]>
+
+- update to v0~20191221
+        * Worked on Python wheel support
+        * Correction for reading location information device name #38
+        * Changes for show_window and hot_key API functions
+- rename python-liblnk to python2-liblnk
+- add python3-liblnk submodule
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ liblnk.spec ++++++
--- /var/tmp/diff_new_pack.3niBnn/_old  2020-04-09 23:15:13.502236531 +0200
+++ /var/tmp/diff_new_pack.3niBnn/_new  2020-04-09 23:15:13.506236534 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package liblnk
 #
-# 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:           liblnk
 %define lname  liblnk1
-%define timestamp      20181227
+%define timestamp      20191221
 Version:        0~%timestamp
 Release:        0
 Summary:        Library and tools to access the Windows Shortcut File (LNK) 
format
 License:        LGPL-3.0-or-later AND GFDL-1.3-or-later
 Group:          Productivity/File utilities
-Url:            https://github.com/libyal/liblnk/wiki
+URL:            https://github.com/libyal/liblnk/wiki
 Source:         
https://github.com/libyal/liblnk/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
 Source2:        Windows_Shortcut_File_LNK_format.pdf
 BuildRequires:  pkg-config
-BuildRequires:  python-devel
 BuildRequires:  pkgconfig(libbfio) >= 20130721
 BuildRequires:  pkgconfig(libcdata) >= 20130904
 BuildRequires:  pkgconfig(libcerror) >= 20140105
@@ -76,23 +75,34 @@
 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 liblnk, a Windows Shortcut Link parser
 License:        LGPL-3.0-or-later
 Group:          Development/Libraries/Python
 Requires:       %lname = %version
-Requires:       python
-Provides:       pylnk = %version
+BuildRequires:  pkgconfig(python2)
+Obsoletes:      pylnk <= 20191221
+Obsoletes:      python-%name <= 20191221
 
-%description -n python-%name
-Python binding for liblnk, which can read Windows Shortcut Link files.
+%description -n python2-%name
+Python2 binding for liblnk, which can read Windows Shortcut Link files.
+
+%package -n python3-%name
+Summary:        Python bindings for liblnk, a Windows Shortcut Link parser
+License:        LGPL-3.0-or-later
+Group:          Development/Libraries/Python
+Requires:       %lname = %version
+BuildRequires:  pkgconfig(python3)
+
+%description -n python3-%name
+Python3 binding for liblnk, which can read Windows Shortcut Link files.
 
 %prep
 %setup -qn liblnk-%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
@@ -122,10 +132,16 @@
 %_libdir/pkgconfig/liblnk.pc
 %_mandir/man3/liblnk.3*
 
-%files -n python-%name
+%files -n python2-%name
+%defattr(-,root,root)
+%doc AUTHORS README
+%license COPYING 
+%python2_sitearch/pylnk.so
+
+%files -n python3-%name
 %defattr(-,root,root)
 %doc AUTHORS README
 %license COPYING 
-%python_sitearch/pylnk.so
+%python3_sitearch/pylnk.so
 
 %changelog

++++++ liblnk-alpha-20181227.tar.gz -> liblnk-alpha-20191221.tar.gz ++++++
++++ 35379 lines of diff (skipped)


Reply via email to