Accepting request 540305 from network:utilities

libpsl 0.19.1

OBS-URL: https://build.opensuse.org/request/show/540305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpsl?expand=0&rev=13
This commit is contained in:
2017-11-14 13:17:12 +00:00
committed by Git OBS Bridge
6 changed files with 23 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91b0f7954709ced5d6ad44d0e2b872675300d834573a569bb516eb46916e3102
size 10832049

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:735146b51bbd3dcb6b0f87819c64bf3115f7fb9fa2e3a7fe9966e3346a8abc79
size 9072973

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Nov 9 19:15:04 UTC 2017 - astieger@suse.com
- update to 0.19.1:
* New function psl_free_string()
* psl_make_dafsa now works with python2 and python3
* psl_*count() functions now return -1 if info is not available
* Fixed unsigned integer overflow in _mem_is_ascii()
* Add -fsanitize-address-use-after-scope to --enable-asan if
available
-------------------------------------------------------------------
Thu Jul 20 13:48:27 UTC 2017 - astieger@suse.com

View File

@@ -19,7 +19,7 @@
%define somajor 5
Name: libpsl
Version: 0.18.0
Version: 0.19.1
Release: 0
Summary: C library for the Publix Suffix List
License: MIT AND MPL-2.0 AND BSD-3-Clause
@@ -31,7 +31,7 @@ BuildRequires: libidn2-devel >= 0.14
BuildRequires: libunistring-devel
BuildRequires: pkgconfig >= 0.9.0
BuildRequires: publicsuffix
BuildRequires: python-base >= 2.7
BuildRequires: python-base
%if %{with gtk-doc}
BuildRequires: gtk-doc >= 1.15
%endif
@@ -100,13 +100,8 @@ and sorting domain lists by site.
%configure \
--disable-silent-rules \
--disable-static \
%if 0%{?suse_version} <= 1110
--disable-runtime \
--disable-builtin \
%endif
--with-psl-file=%{_datadir}/publicsuffix/public_suffix_list.dat \
--with-psl-distfile=%{_datadir}/publicsuffix/public_suffix_list.dafsa
make %{?_smp_mflags}
%install

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 9 19:15:04 UTC 2017 - astieger@suse.com
- update to 0.19.1:
* psl_make_dafsa now works with python2 and python3
-------------------------------------------------------------------
Thu Jul 20 13:48:27 UTC 2017 - astieger@suse.com

View File

@@ -18,7 +18,7 @@
Name: psl-make-dafsa
Version: 0.18.0
Version: 0.19.1
Release: 0
Summary: Create a binary DAFSA from a Public Suffix List
License: BSD-3-Clause
@@ -26,7 +26,6 @@ Group: Development/Libraries/C and C++
Url: https://rockdaboot.github.io/libpsl
Source: https://github.com/rockdaboot/libpsl/releases/download/libpsl-%{version}/libpsl-%{version}.tar.gz
Requires: python-base
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
@@ -49,7 +48,6 @@ mkdir -p %{buildroot}%{_mandir}/man1
install -m 644 src/psl-make-dafsa.1 %{buildroot}%{_mandir}/man1
%files
%defattr(-,root,root)
%doc AUTHORS NEWS src/LICENSE.chromium
%{_bindir}/psl-make-dafsa
%{_mandir}/man1/psl-make-dafsa.1%{ext_man}