Accepting request 452023 from network:utilities

libpsl 0.17.0

OBS-URL: https://build.opensuse.org/request/show/452023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpsl?expand=0&rev=10
This commit is contained in:
2017-01-28 10:02:11 +00:00
committed by Git OBS Bridge
6 changed files with 23 additions and 10 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
- 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

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

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