0.20.2
OBS-URL: https://build.opensuse.org/package/show/network:utilities/libpsl?expand=0&rev=42
This commit is contained in:
parent
946d839f06
commit
896d5a3cb7
@ -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
3
libpsl-0.20.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f8fd0aeb66252dfcc638f14d9be1e2362fdaf2ca86bde0444ff4d5cc961b560f
|
||||||
|
size 9228099
|
@ -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
|
Tue Feb 27 15:50:37 UTC 2018 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define somajor 5
|
%define somajor 5
|
||||||
Name: libpsl
|
Name: libpsl
|
||||||
Version: 0.20.1
|
Version: 0.20.2
|
||||||
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
|
||||||
@ -90,7 +90,7 @@ and sorting domain lists by site.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
# fix env shebang to call py3 directly
|
# 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
|
%build
|
||||||
# default is libicu, but this just too heavy dependency. This library is part of the
|
# 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
|
%license COPYING
|
||||||
%doc AUTHORS NEWS
|
%doc AUTHORS NEWS
|
||||||
%{_bindir}/psl
|
%{_bindir}/psl
|
||||||
%{_mandir}/man1/psl.1%{ext_man}
|
%{_mandir}/man1/psl.1%{?ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -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
|
Tue Feb 27 15:50:37 UTC 2018 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: psl-make-dafsa
|
Name: psl-make-dafsa
|
||||||
Version: 0.20.1
|
Version: 0.20.2
|
||||||
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
|
||||||
@ -39,7 +39,7 @@ This package is a build dependency for the publicsuffix package.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n libpsl-%{version}
|
%setup -q -n libpsl-%{version}
|
||||||
# fix env shebang to call py3 directly
|
# 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
|
%build
|
||||||
:
|
:
|
||||||
@ -54,6 +54,6 @@ install -m 644 src/psl-make-dafsa.1 %{buildroot}%{_mandir}/man1
|
|||||||
%license src/LICENSE.chromium
|
%license src/LICENSE.chromium
|
||||||
%doc AUTHORS NEWS
|
%doc AUTHORS NEWS
|
||||||
%{_bindir}/psl-make-dafsa
|
%{_bindir}/psl-make-dafsa
|
||||||
%{_mandir}/man1/psl-make-dafsa.1%{ext_man}
|
%{_mandir}/man1/psl-make-dafsa.1%{?ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user