From 7e17edb151e287ead67686d428550d6ade3b0ebecf76067d2e52e6f7049dfaad Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Thu, 22 Feb 2018 18:57:58 +0000 Subject: [PATCH] Accepting request 578936 from home:AndreasStieger:branches:network:utilities - update to 0.20.0: * Remove hard-coded gcc flag in Makefile.am * Prevent excessive CPU cycles on large inputs * New flag PSL_TYPE_NO_STAR_RULE to skip star rule - update to 0.20.0: * remove explicit plain TLD rule OBS-URL: https://build.opensuse.org/request/show/578936 OBS-URL: https://build.opensuse.org/package/show/network:utilities/libpsl?expand=0&rev=36 --- baselibs.conf | 2 +- libpsl-0.19.1.tar.gz | 3 --- libpsl-0.20.0.tar.gz | 3 +++ libpsl.changes | 8 ++++++++ libpsl.spec | 4 ++-- psl-make-dafsa.changes | 6 ++++++ psl-make-dafsa.spec | 2 +- 7 files changed, 21 insertions(+), 7 deletions(-) delete mode 100644 libpsl-0.19.1.tar.gz create mode 100644 libpsl-0.20.0.tar.gz diff --git a/baselibs.conf b/baselibs.conf index afe3614..ddebada 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libpsl5 +libpsl6 diff --git a/libpsl-0.19.1.tar.gz b/libpsl-0.19.1.tar.gz deleted file mode 100644 index 291c936..0000000 --- a/libpsl-0.19.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:735146b51bbd3dcb6b0f87819c64bf3115f7fb9fa2e3a7fe9966e3346a8abc79 -size 9072973 diff --git a/libpsl-0.20.0.tar.gz b/libpsl-0.20.0.tar.gz new file mode 100644 index 0000000..11d41ee --- /dev/null +++ b/libpsl-0.20.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a2547b87689b7a62f8ff807ae4d8240c6f2b2eb8893ca391d686b3aaa95267 +size 9079141 diff --git a/libpsl.changes b/libpsl.changes index ac918f7..1f0c1ba 100644 --- a/libpsl.changes +++ b/libpsl.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Feb 22 09:37:13 UTC 2018 - astieger@suse.com + +- update to 0.20.0: + * Remove hard-coded gcc flag in Makefile.am + * Prevent excessive CPU cycles on large inputs + * New flag PSL_TYPE_NO_STAR_RULE to skip star rule + ------------------------------------------------------------------- Wed Jan 3 20:38:32 UTC 2018 - tchvatal@suse.com diff --git a/libpsl.spec b/libpsl.spec index 50912c6..dfb8190 100644 --- a/libpsl.spec +++ b/libpsl.spec @@ -17,9 +17,9 @@ # -%define somajor 5 +%define somajor 6 Name: libpsl -Version: 0.19.1 +Version: 0.20.0 Release: 0 Summary: C library for the Publix Suffix List License: MIT AND MPL-2.0 AND BSD-3-Clause diff --git a/psl-make-dafsa.changes b/psl-make-dafsa.changes index 7ef6c7a..5e0f1aa 100644 --- a/psl-make-dafsa.changes +++ b/psl-make-dafsa.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 22 09:37:13 UTC 2018 - astieger@suse.com + +- update to 0.20.0: + * remove explicit plain TLD rule + ------------------------------------------------------------------- Wed Jan 3 20:38:11 UTC 2018 - tchvatal@suse.com diff --git a/psl-make-dafsa.spec b/psl-make-dafsa.spec index 561fa8a..eebd98b 100644 --- a/psl-make-dafsa.spec +++ b/psl-make-dafsa.spec @@ -18,7 +18,7 @@ Name: psl-make-dafsa -Version: 0.19.1 +Version: 0.20.0 Release: 0 Summary: Create a binary DAFSA from a Public Suffix List License: BSD-3-Clause