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
This commit is contained in:
Andreas Stieger 2017-01-19 15:59:26 +00:00 committed by Git OBS Bridge
parent 04ac284c5e
commit 9e9ebc2f74
6 changed files with 24 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1420371ca593680a4971683506b24a94a17b1efe19028ce8ebe5a6ef236839eb
size 566796

3
libpsl-0.17.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:025729d6a26ffd53cb54b4d86196f62c01d1813a4360c627546c6eb60ce3dd4b
size 567193

View File

@ -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

View File

@ -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}

View File

@ -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

View File

@ -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