diff --git a/libpsl-0.16.1.tar.gz b/libpsl-0.16.1.tar.gz deleted file mode 100644 index 015a0f0..0000000 --- a/libpsl-0.16.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1420371ca593680a4971683506b24a94a17b1efe19028ce8ebe5a6ef236839eb -size 566796 diff --git a/libpsl-0.17.0.tar.gz b/libpsl-0.17.0.tar.gz new file mode 100644 index 0000000..e2be2e9 --- /dev/null +++ b/libpsl-0.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025729d6a26ffd53cb54b4d86196f62c01d1813a4360c627546c6eb60ce3dd4b +size 567193 diff --git a/libpsl.changes b/libpsl.changes index f1ec62d..cf97e99 100644 --- a/libpsl.changes +++ b/libpsl.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jan 19 14:10:41 UTC 2017 - shshyukriev@suse.com + +- libpsl 0.17.0: + * Use TR46 non-transitional for IDNA (libicu, libidn2 >= 0.14) + * Fix coverage upload from TravisCI to Coveralls + * New tests to cover psl_latest() and psl_dist_filename() + ------------------------------------------------------------------- Thu Dec 15 12:18:33 UTC 2016 - astieger@suse.com diff --git a/libpsl.spec b/libpsl.spec index 8af8692..186c01f 100644 --- a/libpsl.spec +++ b/libpsl.spec @@ -1,7 +1,7 @@ # # spec file for package libpsl # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2015 rpm@cicku.me # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %define somajor 5 Name: libpsl -Version: 0.16.1 +Version: 0.17.0 Release: 0 Summary: C library for the Publix Suffix List License: MIT and MPL-2.0 and BSD-3-Clause @@ -27,13 +27,12 @@ Group: Development/Libraries/C and C++ Url: https://rockdaboot.github.io/libpsl Source: https://github.com/rockdaboot/libpsl/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz Source1000: baselibs.conf +BuildRequires: libicu-devel +BuildRequires: libidn2-devel >= 0.14 BuildRequires: pkgconfig >= 0.9.0 BuildRequires: publicsuffix BuildRequires: python-base >= 2.7 BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if %{?suse_version} > 1110 -BuildRequires: libicu-devel -%endif %if %{with gtk-doc} BuildRequires: gtk-doc >= 1.15 %endif diff --git a/psl-make-dafsa.changes b/psl-make-dafsa.changes index a242df5..89ec4de 100644 --- a/psl-make-dafsa.changes +++ b/psl-make-dafsa.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 19 15:07:22 UTC 2017 - shshyukriev@suse.com + +- update to 0.17.0: + * no changes for psl-make-dafsa + ------------------------------------------------------------------- Thu Dec 15 12:18:33 UTC 2016 - astieger@suse.com diff --git a/psl-make-dafsa.spec b/psl-make-dafsa.spec index 9c0b8a5..a473bc5 100644 --- a/psl-make-dafsa.spec +++ b/psl-make-dafsa.spec @@ -1,7 +1,7 @@ # # spec file for package psl-make-dafsa # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2015 rpm@cicku.me # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: psl-make-dafsa -Version: 0.16.1 +Version: 0.17.0 Release: 0 Summary: Create a binary DAFSA from a Public Suffix List License: BSD-3-Clause