Compare commits
No commits in common. "c8" and "c9" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/iso-codes-iso-codes-3.79.tar.gz
|
||||
SOURCES/iso-codes-iso-codes-4.6.0.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
cdecf421032bfd0ac22bee82a60aa6157d4935ab SOURCES/iso-codes-iso-codes-3.79.tar.gz
|
||||
a3ddb58210b753e728f82ba25f394512c7c7f6d0 SOURCES/iso-codes-iso-codes-4.6.0.tar.gz
|
||||
|
@ -1,13 +1,14 @@
|
||||
Name: iso-codes
|
||||
Summary: ISO code lists and translations
|
||||
Version: 3.79
|
||||
Release: 2%{?dist}
|
||||
Version: 4.6.0
|
||||
Release: 3%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://salsa.debian.org/iso-codes-team/iso-codes
|
||||
Source0: https://salsa.debian.org/iso-codes-team/%{name}/-/archive/%{name}-%{version}/%{name}-%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gettext
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3
|
||||
BuildRequires: make
|
||||
BuildArch: noarch
|
||||
|
||||
# for /usr/share/xml
|
||||
@ -39,7 +40,7 @@ when building programs that use %{name}.
|
||||
%find_lang %{name} --all-name
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc ChangeLog README.md
|
||||
%doc ChangeLog.md README.md
|
||||
%license COPYING
|
||||
%dir %{_datadir}/xml/iso-codes
|
||||
%{_datadir}/xml/iso-codes/*.xml
|
||||
@ -49,8 +50,52 @@ when building programs that use %{name}.
|
||||
%{_datadir}/pkgconfig/iso-codes.pc
|
||||
|
||||
%changelog
|
||||
* Tue Aug 14 2018 Parag Nemade <pnemade AT redhat DOT com> - 3.79-2
|
||||
- Resolves:rh#1615536: iso-codes FTBFS for missing BR:python3-devel
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 4.6.0-3
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 4.6.0-2
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Mon Mar 08 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.6.0-1
|
||||
- Update to 4.6.0 version (#1936377)
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed May 20 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.5.0-1
|
||||
- Update to 4.5.0 version (#1837748)
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Wed Oct 09 2019 Parag Nemade <pnemade AT redhat DOT com> - 4.4-1
|
||||
- Update to 4.4 version (#1758138)
|
||||
|
||||
* Fri Aug 16 2019 Parag Nemade <pnemade AT redhat DOT com> - 4.3-2
|
||||
- Simple rebuilt to have f32 and f31 dist-git in sync
|
||||
|
||||
* Fri Aug 16 2019 Parag Nemade <pnemade AT redhat DOT com> - 4.3-1
|
||||
- Update to 4.3 version (#1733770)
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Mon Jan 28 2019 Parag Nemade <pnemade AT redhat DOT com> - 4.2-1
|
||||
- Update to 4.2 version (#1669653)
|
||||
|
||||
* Fri Dec 14 2018 Parag Nemade <pnemade AT redhat DOT com> - 4.1-1
|
||||
- Update to 4.1 version (#1659319)
|
||||
- Upstream moved ChangeLog to ChangeLog.md
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.79-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed May 16 2018 Parag Nemade <pnemade AT redhat DOT com> - 3.79-1
|
||||
- Update to 3.79 version (#1577820)
|
||||
|
Loading…
Reference in New Issue
Block a user