From 896d5a3cb72d557a44c017c603a56793e208fe7155bf5db7b27e89b67110a030 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Sat, 28 Apr 2018 13:03:48 +0000 Subject: [PATCH] 0.20.2 OBS-URL: https://build.opensuse.org/package/show/network:utilities/libpsl?expand=0&rev=42 --- libpsl-0.20.1.tar.gz | 3 --- libpsl-0.20.2.tar.gz | 3 +++ libpsl.changes | 9 +++++++++ libpsl.spec | 6 +++--- psl-make-dafsa.changes | 7 +++++++ psl-make-dafsa.spec | 6 +++--- 6 files changed, 25 insertions(+), 9 deletions(-) delete mode 100644 libpsl-0.20.1.tar.gz create mode 100644 libpsl-0.20.2.tar.gz diff --git a/libpsl-0.20.1.tar.gz b/libpsl-0.20.1.tar.gz deleted file mode 100644 index 1007ed3..0000000 --- a/libpsl-0.20.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95199613158dd773257ef4feccf1acdf5f791479ab4537bd984ca8598447219f -size 9078932 diff --git a/libpsl-0.20.2.tar.gz b/libpsl-0.20.2.tar.gz new file mode 100644 index 0000000..1040a05 --- /dev/null +++ b/libpsl-0.20.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8fd0aeb66252dfcc638f14d9be1e2362fdaf2ca86bde0444ff4d5cc961b560f +size 9228099 diff --git a/libpsl.changes b/libpsl.changes index aaaf459..905ec99 100644 --- a/libpsl.changes +++ b/libpsl.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Apr 28 13:02:20 UTC 2018 - astieger@suse.com + +- update to 0.20.2: + * Fix non srcdir builds + * Add API decoration + * Detection fallback from libidn2 to libcu, libidn +- Use %license (boo#1082318) + ------------------------------------------------------------------- Tue Feb 27 15:50:37 UTC 2018 - astieger@suse.com diff --git a/libpsl.spec b/libpsl.spec index ec133b4..5823f17 100644 --- a/libpsl.spec +++ b/libpsl.spec @@ -19,7 +19,7 @@ %define somajor 5 Name: libpsl -Version: 0.20.1 +Version: 0.20.2 Release: 0 Summary: C library for the Publix Suffix List License: MIT AND MPL-2.0 AND BSD-3-Clause @@ -90,7 +90,7 @@ and sorting domain lists by site. %prep %setup -q # fix env shebang to call py3 directly -sed -i -e "1s|#!.*|#!/usr/bin/python3|" src/psl-make-dafsa +sed -i -e "1s|#!.*|#!%{_bindir}/python3|" src/psl-make-dafsa %build # default is libicu, but this just too heavy dependency. This library is part of the @@ -132,6 +132,6 @@ make %{?_smp_mflags} check || (cat tests/test-suite.log; exit 42) %license COPYING %doc AUTHORS NEWS %{_bindir}/psl -%{_mandir}/man1/psl.1%{ext_man} +%{_mandir}/man1/psl.1%{?ext_man} %changelog diff --git a/psl-make-dafsa.changes b/psl-make-dafsa.changes index 3be7093..df004b6 100644 --- a/psl-make-dafsa.changes +++ b/psl-make-dafsa.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Apr 28 13:02:20 UTC 2018 - astieger@suse.com + +- update to 0.20.2: + * no changes for psl-make-dafsa +- Use %license (boo#1082318) + ------------------------------------------------------------------- Tue Feb 27 15:50:37 UTC 2018 - astieger@suse.com diff --git a/psl-make-dafsa.spec b/psl-make-dafsa.spec index c243356..72d0caf 100644 --- a/psl-make-dafsa.spec +++ b/psl-make-dafsa.spec @@ -18,7 +18,7 @@ Name: psl-make-dafsa -Version: 0.20.1 +Version: 0.20.2 Release: 0 Summary: Create a binary DAFSA from a Public Suffix List License: BSD-3-Clause @@ -39,7 +39,7 @@ This package is a build dependency for the publicsuffix package. %prep %setup -q -n libpsl-%{version} # fix env shebang to call py3 directly -sed -i -e "1s|#!.*|#!/usr/bin/python3|" src/psl-make-dafsa +sed -i -e "1s|#!.*|#!%{_bindir}/python3|" src/psl-make-dafsa %build : @@ -54,6 +54,6 @@ install -m 644 src/psl-make-dafsa.1 %{buildroot}%{_mandir}/man1 %license src/LICENSE.chromium %doc AUTHORS NEWS %{_bindir}/psl-make-dafsa -%{_mandir}/man1/psl-make-dafsa.1%{ext_man} +%{_mandir}/man1/psl-make-dafsa.1%{?ext_man} %changelog