Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package liblnk for openSUSE:Factory checked 
in at 2021-06-27 18:59:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liblnk (Old)
 and      /work/SRC/openSUSE:Factory/.liblnk.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liblnk"

Sun Jun 27 18:59:14 2021 rev:17 rq:902516 version:20210417

Changes:
--------
--- /work/SRC/openSUSE:Factory/liblnk/liblnk.changes    2021-06-11 
00:18:55.401342940 +0200
+++ /work/SRC/openSUSE:Factory/.liblnk.new.2625/liblnk.changes  2021-06-27 
19:00:24.916381157 +0200
@@ -1,0 +2,5 @@
+Sat Jun 26 10:00:10 UTC 2021 - Jan Engelhardt <[email protected]>
+
+- Drop python2 module build.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ liblnk.spec ++++++
--- /var/tmp/diff_new_pack.P8YH0D/_old  2021-06-27 19:00:25.336381709 +0200
+++ /var/tmp/diff_new_pack.P8YH0D/_new  2021-06-27 19:00:25.340381714 +0200
@@ -16,7 +16,6 @@
 #
 
 
-%bcond_without python2
 %define lname  liblnk1
 Name:           liblnk
 Version:        20210417
@@ -47,6 +46,7 @@
 BuildRequires:  pkgconfig(libfwps) >= 20191221
 BuildRequires:  pkgconfig(libfwsi) >= 20210419
 BuildRequires:  pkgconfig(libuna) >= 20201204
+BuildRequires:  pkgconfig(python3)
 
 %description
 liblnk is a library and tools to access Windows Shortcut File (LNK) format 
files.
@@ -79,24 +79,11 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of %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
-BuildRequires:  pkgconfig(python2)
-Obsoletes:      pylnk <= 20191221
-Obsoletes:      python-%name <= 20191221
-
-%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.
@@ -110,9 +97,6 @@
 %configure \
     --disable-static \
     --enable-wide-character-type \
-%if %{with python2}
-    --enable-python2 \
-%endif
     --enable-python3
 %make_build
 
@@ -139,12 +123,6 @@
 %_libdir/pkgconfig/liblnk.pc
 %_mandir/man3/liblnk.3*
 
-%if %{with python2}
-%files -n python2-%name
-%license COPYING*
-%python2_sitearch/pylnk.so
-%endif
-
 %files -n python3-%name
 %license COPYING*
 %python3_sitearch/pylnk.so

Reply via email to