Hello community, here is the log from the commit of package libpsl for openSUSE:Factory checked in at 2018-01-07 17:20:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libpsl (Old) and /work/SRC/openSUSE:Factory/.libpsl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libpsl" Sun Jan 7 17:20:51 2018 rev:14 rq:561479 version:0.19.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libpsl/libpsl.changes 2017-11-14 14:17:26.783128540 +0100 +++ /work/SRC/openSUSE:Factory/.libpsl.new/libpsl.changes 2018-01-07 17:20:54.950561707 +0100 @@ -1,0 +2,5 @@ +Wed Jan 3 20:38:32 UTC 2018 - [email protected] + +- Make sure to use python3 during build instead of calling env + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/libpsl/psl-make-dafsa.changes 2017-11-14 14:17:29.431031950 +0100 +++ /work/SRC/openSUSE:Factory/.libpsl.new/psl-make-dafsa.changes 2018-01-07 17:20:56.358495713 +0100 @@ -1,0 +2,5 @@ +Wed Jan 3 20:38:11 UTC 2018 - [email protected] + +- Make sure to use python3 instead of env python call + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libpsl.spec ++++++ --- /var/tmp/diff_new_pack.aO7suM/_old 2018-01-07 17:20:57.358448844 +0100 +++ /var/tmp/diff_new_pack.aO7suM/_new 2018-01-07 17:20:57.358448844 +0100 @@ -1,7 +1,7 @@ # # spec file for package libpsl # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2015 [email protected] # # All modifications and additions to the file contributed by third parties @@ -31,10 +31,7 @@ BuildRequires: libunistring-devel BuildRequires: pkgconfig >= 0.9.0 BuildRequires: publicsuffix -BuildRequires: python-base -%if %{with gtk-doc} -BuildRequires: gtk-doc >= 1.15 -%endif +BuildRequires: python3-base %description libpsl is a C library to handle the Public Suffix List. A "public suffix" is a @@ -92,6 +89,8 @@ %prep %setup -q +# fix env shebang to call py3 directly +sed -i -e "1s|#!.*|#!/usr/bin/python3|" src/psl-make-dafsa %build # default is libicu, but this just too heavy dependency. This library is part of the @@ -127,9 +126,6 @@ %{_includedir}/libpsl.h %{_libdir}/libpsl.so %{_libdir}/pkgconfig/libpsl.pc -%if %{with gtk-doc} -%{_datadir}/gtk-doc/html/libpsl/ -%endif %files -n psl %doc AUTHORS NEWS COPYING ++++++ psl-make-dafsa.spec ++++++ --- /var/tmp/diff_new_pack.aO7suM/_old 2018-01-07 17:20:57.378447906 +0100 +++ /var/tmp/diff_new_pack.aO7suM/_new 2018-01-07 17:20:57.382447718 +0100 @@ -1,7 +1,7 @@ # # spec file for package psl-make-dafsa # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2015 [email protected] # # All modifications and additions to the file contributed by third parties @@ -25,7 +25,7 @@ Group: Development/Libraries/C and C++ Url: https://rockdaboot.github.io/libpsl Source: https://github.com/rockdaboot/libpsl/releases/download/libpsl-%{version}/libpsl-%{version}.tar.gz -Requires: python-base +Requires: python3-base BuildArch: noarch %description @@ -38,8 +38,11 @@ %prep %setup -q -n libpsl-%{version} +# fix env shebang to call py3 directly +sed -i -e "1s|#!.*|#!/usr/bin/python3|" src/psl-make-dafsa %build +: %install mkdir -p %{buildroot}%{_bindir}
