From 9e9ebc2f74920912f21fc7aac8fcf37d47e237c73e44177fe8935efdfd5f2d77 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Thu, 19 Jan 2017 15:59:26 +0000 Subject: [PATCH] Accepting request 451434 from home:SShyukriev:branches:network:utilities - libpls 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() - update to 0.17.0: * no changes for psl-make-dafsa OBS-URL: https://build.opensuse.org/request/show/451434 OBS-URL: https://build.opensuse.org/package/show/network:utilities/libpsl?expand=0&rev=24 --- libpsl-0.16.1.tar.gz | 3 --- libpsl-0.17.0.tar.gz | 3 +++ libpsl.changes | 8 ++++++++ libpsl.spec | 11 +++++------ psl-make-dafsa.changes | 6 ++++++ psl-make-dafsa.spec | 4 ++-- 6 files changed, 24 insertions(+), 11 deletions(-) delete mode 100644 libpsl-0.16.1.tar.gz create mode 100644 libpsl-0.17.0.tar.gz 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..442f977 100644 --- a/libpsl.changes +++ b/libpsl.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jan 19 14:10:41 UTC 2017 - shshyukriev@suse.com + +- libpls 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..45a0afd 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 @@ -48,9 +47,9 @@ and sorting domain lists by site. %package -n %{name}%{somajor} Summary: C library for the Publix Suffix List +# The libary code is MIT, with built-in data from publicsuffix License: MIT and MPL-2.0 Group: System/Libraries -# The libary code is MIT, with built-in data from publicsuffix Recommends: publicsuffix %description -n %{name}%{somajor} 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