Compare commits
No commits in common. "c8" and "c9" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/libpsl-0.20.2.tar.gz
|
SOURCES/libpsl-0.21.1.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
890376d6038652911cfa853ccfb5b993ae0743ee SOURCES/libpsl-0.20.2.tar.gz
|
dc5fd26d060b3445386b5a82628df900567654f4 SOURCES/libpsl-0.21.1.tar.gz
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Name: libpsl
|
Name: libpsl
|
||||||
Version: 0.20.2
|
Version: 0.21.1
|
||||||
Release: 6%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: C library for the Publix Suffix List
|
Summary: C library for the Publix Suffix List
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://rockdaboot.github.io/libpsl
|
URL: https://rockdaboot.github.io/libpsl
|
||||||
Source0: https://github.com/rockdaboot/libpsl/releases/download/libpsl-%{version}/libpsl-%{version}.tar.gz
|
Source0: https://github.com/rockdaboot/libpsl/releases/download/%{version}/libpsl-%{version}.tar.gz
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
@ -13,6 +13,7 @@ BuildRequires: libicu-devel
|
|||||||
BuildRequires: libidn2-devel
|
BuildRequires: libidn2-devel
|
||||||
BuildRequires: libunistring-devel
|
BuildRequires: libunistring-devel
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: publicsuffix-list
|
BuildRequires: publicsuffix-list
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
Requires: publicsuffix-list-dafsa
|
Requires: publicsuffix-list-dafsa
|
||||||
@ -67,8 +68,9 @@ from a plain text Public Suffix List.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
rm -frv list
|
rm -frv list
|
||||||
|
ln -sv %{_datadir}/publicsuffix list
|
||||||
sed -i -e "1s|#!.*|#!%{__python3}|" src/psl-make-dafsa
|
sed -i -e "1s|#!.*|#!%{__python3}|" src/psl-make-dafsa
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -143,8 +145,36 @@ make check || cat tests/test-suite.log
|
|||||||
%{_mandir}/man1/psl-make-dafsa.1*
|
%{_mandir}/man1/psl-make-dafsa.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jun 04 2020 Kamil Dudka <kdudka@redhat.com> - 0.20.2-6
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.21.1-5
|
||||||
- increase release number (#1764048)
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.21.1-4
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jul 20 2020 Kamil Dudka <kdudka@redhat.com> - 0.21.1-1
|
||||||
|
- update to 0.21.1 (#1858489)
|
||||||
|
|
||||||
|
* Thu Jan 30 2020 Kamil Dudka <kdudka@redhat.com> - 0.21.0-4
|
||||||
|
- fix unnecessary build failure due to missing tree_index.sgml in gtk-doc output
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
* Fri Jul 27 2018 Kamil Dudka <kdudka@redhat.com> - 0.20.2-5
|
* Fri Jul 27 2018 Kamil Dudka <kdudka@redhat.com> - 0.20.2-5
|
||||||
- avoid using rpath in the psl executable (#1533448)
|
- avoid using rpath in the psl executable (#1533448)
|
||||||
|
Loading…
Reference in New Issue
Block a user