From 9d538e735e552e122ba15ef135bb50e6c6758d111d96b49a02fa05891a80dbf5 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 28 Dec 2022 08:16:20 +0000 Subject: [PATCH] Accepting request 1045560 from home:AndreasStieger:branches:network:utilities libpsl 0.21.2 OBS-URL: https://build.opensuse.org/request/show/1045560 OBS-URL: https://build.opensuse.org/package/show/network:utilities/libpsl?expand=0&rev=54 --- _multibuild | 3 +++ libpsl-0.21.1.tar.gz | 3 --- libpsl-0.21.2.tar.gz | 3 +++ libpsl.changes | 9 +++++++++ libpsl.spec | 12 ++++++------ psl-make-dafsa.changes | 6 ++++++ psl-make-dafsa.spec | 6 +++--- 7 files changed, 30 insertions(+), 12 deletions(-) create mode 100644 _multibuild delete mode 100644 libpsl-0.21.1.tar.gz create mode 100644 libpsl-0.21.2.tar.gz diff --git a/_multibuild b/_multibuild new file mode 100644 index 0000000..5e181b4 --- /dev/null +++ b/_multibuild @@ -0,0 +1,3 @@ + + psl-make-dafsa + diff --git a/libpsl-0.21.1.tar.gz b/libpsl-0.21.1.tar.gz deleted file mode 100644 index 9f81e03..0000000 --- a/libpsl-0.21.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac6ce1e1fbd4d0254c4ddb9d37f1fa99dec83619c1253328155206b896210d4c -size 9199351 diff --git a/libpsl-0.21.2.tar.gz b/libpsl-0.21.2.tar.gz new file mode 100644 index 0000000..e4e222d --- /dev/null +++ b/libpsl-0.21.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35991b6e17001afa2c0ca3b10c357650602b92596209b7492802f3768a6285f +size 7617025 diff --git a/libpsl.changes b/libpsl.changes index 299e2c2..3aa3a36 100644 --- a/libpsl.changes +++ b/libpsl.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Dec 27 21:16:58 UTC 2022 - Andreas Stieger + +- update to 0.21.2: + * Increased internal label size + * Fix undefined behavior in library code + * Ensure that calls to fopen() and stat() can handle largefiles +- add multibuild definition + ------------------------------------------------------------------- Fri Jul 17 08:44:57 UTC 2020 - Andreas Stieger diff --git a/libpsl.spec b/libpsl.spec index 840c8a7..4a9084d 100644 --- a/libpsl.spec +++ b/libpsl.spec @@ -1,7 +1,7 @@ # # spec file for package libpsl # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2015 rpm@cicku.me # # All modifications and additions to the file contributed by third parties @@ -19,12 +19,12 @@ %define somajor 5 Name: libpsl -Version: 0.21.1 +Version: 0.21.2 Release: 0 Summary: C library for the Publix Suffix List -License: MIT AND MPL-2.0 AND BSD-3-Clause +License: BSD-3-Clause AND MIT AND MPL-2.0 Group: Development/Libraries/C and C++ -Url: https://rockdaboot.github.io/libpsl +URL: https://rockdaboot.github.io/libpsl Source: https://github.com/rockdaboot/libpsl/releases/download/%{version}/%{name}-%{version}.tar.gz Source1000: baselibs.conf BuildRequires: libidn2-devel >= 0.14 @@ -101,7 +101,7 @@ sed -i -e "1s|#!.*|#!%{_bindir}/python3|" src/psl-make-dafsa --disable-static \ --with-psl-file=%{_datadir}/publicsuffix/public_suffix_list.dat \ --with-psl-distfile=%{_datadir}/publicsuffix/public_suffix_list.dafsa -make %{?_smp_mflags} +%make_build %install %make_install @@ -111,7 +111,7 @@ make DESTDIR=%{buildroot} install-man rm %{buildroot}%{_mandir}/man1/psl-make-dafsa.1 %check -make %{?_smp_mflags} check || (cat tests/test-suite.log; exit 42) +%make_build check || (cat tests/test-suite.log; exit 42) %post -n %{name}%{somajor} -p /sbin/ldconfig %postun -n %{name}%{somajor} -p /sbin/ldconfig diff --git a/psl-make-dafsa.changes b/psl-make-dafsa.changes index 852a351..1207282 100644 --- a/psl-make-dafsa.changes +++ b/psl-make-dafsa.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 27 21:16:58 UTC 2022 - Andreas Stieger + +- update to 0.21.2: +- add multibuild definition + ------------------------------------------------------------------- Fri Jul 17 08:44:57 UTC 2020 - Andreas Stieger diff --git a/psl-make-dafsa.spec b/psl-make-dafsa.spec index b2318e1..540a0a3 100644 --- a/psl-make-dafsa.spec +++ b/psl-make-dafsa.spec @@ -1,7 +1,7 @@ # # spec file for package psl-make-dafsa # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2015 rpm@cicku.me # # All modifications and additions to the file contributed by third parties @@ -18,12 +18,12 @@ Name: psl-make-dafsa -Version: 0.21.1 +Version: 0.21.2 Release: 0 Summary: Tool to create a binary DAFSA from a Public Suffix List License: BSD-3-Clause Group: Development/Libraries/C and C++ -Url: https://rockdaboot.github.io/libpsl +URL: https://rockdaboot.github.io/libpsl Source: https://github.com/rockdaboot/libpsl/releases/download/%{version}/libpsl-%{version}.tar.gz Requires: python3-base BuildArch: noarch