Resolves: #1700444 - update to 0.21.0
This commit is contained in:
parent
fa8443ffb2
commit
2b22525534
16
.gitignore
vendored
16
.gitignore
vendored
@ -1,15 +1 @@
|
||||
/libpsl-0.5.0.tar.gz
|
||||
/libpsl-0.5.1.tar.gz
|
||||
/libpsl-0.6.2.tar.gz
|
||||
/libpsl-0.7.0.tar.gz
|
||||
/libpsl-0.7.1.tar.gz
|
||||
/libpsl-0.12.0.tar.gz
|
||||
/libpsl-0.13.0.tar.gz
|
||||
/libpsl-0.14.0.tar.gz
|
||||
/libpsl-0.15.0.tar.gz
|
||||
/libpsl-0.16.1.tar.gz
|
||||
/libpsl-0.17.0.tar.gz
|
||||
/libpsl-0.18.0.tar.gz
|
||||
/libpsl-0.19.1.tar.gz
|
||||
/libpsl-0.20.1.tar.gz
|
||||
/libpsl-0.20.2.tar.gz
|
||||
/libpsl-0.*.*.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: libpsl
|
||||
Version: 0.20.2
|
||||
Release: 6%{?dist}
|
||||
Version: 0.21.0
|
||||
Release: 1%{?dist}
|
||||
Summary: C library for the Publix Suffix List
|
||||
License: MIT
|
||||
URL: https://rockdaboot.github.io/libpsl
|
||||
@ -69,6 +69,7 @@ from a plain text Public Suffix List.
|
||||
%prep
|
||||
%setup -q
|
||||
rm -frv list
|
||||
ln -sv %{_datadir}/publicsuffix list
|
||||
sed -i -e "1s|#!.*|#!%{__python3}|" src/psl-make-dafsa
|
||||
|
||||
%build
|
||||
@ -143,6 +144,9 @@ make check || cat tests/test-suite.log
|
||||
%{_mandir}/man1/psl-make-dafsa.1*
|
||||
|
||||
%changelog
|
||||
* Wed Apr 17 2019 Kamil Dudka <kdudka@redhat.com> - 0.21.0-1
|
||||
- update to 0.21.0 (#1700444)
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.2-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libpsl-0.20.2.tar.gz) = fa9f6f7f0447d9fe00f5dfca5262c56ff26217eea44d0f7fc1e5d982224c41874e753f0aa06dd9e5d7d03d4f04e3dacd4f36034cc8dd0fc6e2c28b49a23e62fe
|
||||
SHA512 (libpsl-0.21.0.tar.gz) = 165c4f0b0640a813d512bd916e1532e32e43c8c81a5efd048f3a5b07b1b3c9129b4c4b5008b8b11a7c1b3914caea17564321389cd350bf1d687d53a97f2afa4d
|
||||
|
Loading…
Reference in New Issue
Block a user