Andreas Stieger 2018-04-28 13:03:48 +00:00 committed by Git OBS Bridge
parent 946d839f06
commit 896d5a3cb7
6 changed files with 25 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95199613158dd773257ef4feccf1acdf5f791479ab4537bd984ca8598447219f
size 9078932

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Apr 28 13:02:20 UTC 2018 - astieger@suse.com
- update to 0.20.2:
* Fix non srcdir builds
* Add API decoration
* Detection fallback from libidn2 to libcu, libidn
- Use %license (boo#1082318)
-------------------------------------------------------------------
Tue Feb 27 15:50:37 UTC 2018 - astieger@suse.com

View File

@ -19,7 +19,7 @@
%define somajor 5
Name: libpsl
Version: 0.20.1
Version: 0.20.2
Release: 0
Summary: C library for the Publix Suffix List
License: MIT AND MPL-2.0 AND BSD-3-Clause
@ -90,7 +90,7 @@ and sorting domain lists by site.
%prep
%setup -q
# fix env shebang to call py3 directly
sed -i -e "1s|#!.*|#!/usr/bin/python3|" src/psl-make-dafsa
sed -i -e "1s|#!.*|#!%{_bindir}/python3|" src/psl-make-dafsa
%build
# default is libicu, but this just too heavy dependency. This library is part of the
@ -132,6 +132,6 @@ make %{?_smp_mflags} check || (cat tests/test-suite.log; exit 42)
%license COPYING
%doc AUTHORS NEWS
%{_bindir}/psl
%{_mandir}/man1/psl.1%{ext_man}
%{_mandir}/man1/psl.1%{?ext_man}
%changelog

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Apr 28 13:02:20 UTC 2018 - astieger@suse.com
- update to 0.20.2:
* no changes for psl-make-dafsa
- Use %license (boo#1082318)
-------------------------------------------------------------------
Tue Feb 27 15:50:37 UTC 2018 - astieger@suse.com

View File

@ -18,7 +18,7 @@
Name: psl-make-dafsa
Version: 0.20.1
Version: 0.20.2
Release: 0
Summary: Create a binary DAFSA from a Public Suffix List
License: BSD-3-Clause
@ -39,7 +39,7 @@ This package is a build dependency for the publicsuffix package.
%prep
%setup -q -n libpsl-%{version}
# fix env shebang to call py3 directly
sed -i -e "1s|#!.*|#!/usr/bin/python3|" src/psl-make-dafsa
sed -i -e "1s|#!.*|#!%{_bindir}/python3|" src/psl-make-dafsa
%build
:
@ -54,6 +54,6 @@ install -m 644 src/psl-make-dafsa.1 %{buildroot}%{_mandir}/man1
%license src/LICENSE.chromium
%doc AUTHORS NEWS
%{_bindir}/psl-make-dafsa
%{_mandir}/man1/psl-make-dafsa.1%{ext_man}
%{_mandir}/man1/psl-make-dafsa.1%{?ext_man}
%changelog