Compare commits

...

No commits in common. 'c9' and 'cs10' have entirely different histories.
c9 ... cs10

@ -35,7 +35,7 @@ Mozilla Public License Version 2.0
means any form of the work other than Source Code Form. means any form of the work other than Source Code Form.
1.7. "Larger Work" 1.7. "Larger Work"
means a work that combines Covered Software with other material, in means a work that combines Covered Software with other material, in
a separate file or files, that is not Covered Software. a separate file or files, that is not Covered Software.
1.8. "License" 1.8. "License"

File diff suppressed because it is too large Load Diff

@ -1,11 +1,21 @@
## START: Set by rpmautospec
## (rpmautospec version 0.6.5)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 5;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
%bcond_without dafsa %bcond_without dafsa
Name: publicsuffix-list Name: publicsuffix-list
Version: 20210518 Version: 20240107
Release: 3%{?dist} Release: %autorelease
Summary: Cross-vendor public domain suffix database Summary: Cross-vendor public domain suffix database
License: MPLv2.0 License: MPL-2.0
URL: https://publicsuffix.org/ URL: https://publicsuffix.org/
Source0: https://publicsuffix.org/list/public_suffix_list.dat Source0: https://publicsuffix.org/list/public_suffix_list.dat
Source1: https://www.mozilla.org/media/MPL/2.0/index.txt Source1: https://www.mozilla.org/media/MPL/2.0/index.txt
@ -82,19 +92,55 @@ ln -s public_suffix_list.dat $RPM_BUILD_ROOT/%{_datadir}/publicsuffix/effective_
%changelog %changelog
* Thu Feb 10 2022 Kamil Dudka <kdudka@redhat.com> - 20210518-3 ## START: Generated by rpmautospec
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 20240107-5
- Bump release for October 2024 mass rebuild:
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 20240107-4
- Bump release for June 2024 mass rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20240107-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20240107-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 14 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 20240107-1
- Update list to 20240107
* Tue Aug 15 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 20230812-1
- Update list to 20230812
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20230614-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Jun 16 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 20230614-1
- Update list to 20230614
* Tue Mar 28 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 20230318-1
- Update list to 20230318
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20221208-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Mon Dec 12 2022 Yaakov Selkowitz <yselkowi@redhat.com> - 20221208-1
- Update list to 20221208
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20210518-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20210518-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Nov 16 2021 Kamil Dudka <kdudka@redhat.com> - 20210518-3
- unset writable-by-group permission bit on the license file - unset writable-by-group permission bit on the license file
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 20210518-2 * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20210518-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Related: rhbz#1991688
* Tue May 18 2021 Kamil Dudka <kdudka@redhat.com> - 20210518-1 * Tue May 18 2021 Kamil Dudka <kdudka@redhat.com> - 20210518-1
- Recent revision - 20210518 - Recent revision - 20210518
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 20190417-6
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20190417-5 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20190417-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
@ -227,3 +273,5 @@ ln -s public_suffix_list.dat $RPM_BUILD_ROOT/%{_datadir}/publicsuffix/effective_
- Today's revision. Add license file - 20141218-1 - Today's revision. Add license file - 20141218-1
- Today's revision - 20141223-1 - Today's revision - 20141223-1
- Today's revision - 20141230-1 - Today's revision - 20141230-1
## END: Generated by rpmautospec

Loading…
Cancel
Save