0.19.1
OBS-URL: https://build.opensuse.org/package/show/network:utilities/libpsl?expand=0&rev=32
This commit is contained in:
parent
297908ce48
commit
1cc3279723
@ -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
3
libpsl-0.19.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:735146b51bbd3dcb6b0f87819c64bf3115f7fb9fa2e3a7fe9966e3346a8abc79
|
||||||
|
size 9072973
|
@ -1,8 +1,13 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 7 13:29:05 UTC 2017 - mpluskal@suse.com
|
Thu Nov 9 19:15:04 UTC 2017 - astieger@suse.com
|
||||||
|
|
||||||
- Explicitly require python2
|
- update to 0.19.1:
|
||||||
- Cleanup with spec-cleaner
|
* 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
|
Thu Jul 20 13:48:27 UTC 2017 - astieger@suse.com
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define somajor 5
|
%define somajor 5
|
||||||
Name: libpsl
|
Name: libpsl
|
||||||
Version: 0.18.0
|
Version: 0.19.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C library for the Publix Suffix List
|
Summary: C library for the Publix Suffix List
|
||||||
License: MIT AND MPL-2.0 AND BSD-3-Clause
|
License: MIT AND MPL-2.0 AND BSD-3-Clause
|
||||||
@ -31,7 +31,7 @@ BuildRequires: libidn2-devel >= 0.14
|
|||||||
BuildRequires: libunistring-devel
|
BuildRequires: libunistring-devel
|
||||||
BuildRequires: pkgconfig >= 0.9.0
|
BuildRequires: pkgconfig >= 0.9.0
|
||||||
BuildRequires: publicsuffix
|
BuildRequires: publicsuffix
|
||||||
BuildRequires: python2-base >= 2.7
|
BuildRequires: python-base
|
||||||
%if %{with gtk-doc}
|
%if %{with gtk-doc}
|
||||||
BuildRequires: gtk-doc >= 1.15
|
BuildRequires: gtk-doc >= 1.15
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 7 13:29:56 UTC 2017 - mpluskal@suse.com
|
Thu Nov 9 19:15:04 UTC 2017 - astieger@suse.com
|
||||||
|
|
||||||
- Run spec-cleaner
|
- 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
|
Thu Jul 20 13:48:27 UTC 2017 - astieger@suse.com
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: psl-make-dafsa
|
Name: psl-make-dafsa
|
||||||
Version: 0.18.0
|
Version: 0.19.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Create a binary DAFSA from a Public Suffix List
|
Summary: Create a binary DAFSA from a Public Suffix List
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user