Compare commits

...

No commits in common. "c9s" and "c8" have entirely different histories.
c9s ... c8

7 changed files with 8 additions and 165 deletions

72
.gitignore vendored
View File

@ -1,71 +1 @@
iso-codes-3.18.tar.bz2 SOURCES/iso-codes-iso-codes-3.79.tar.gz
iso-codes-3.19.tar.bz2
/sources
/iso-codes-3.20.tar.bz2
/iso-codes-3.21.tar.bz2
/iso-codes-3.22.tar.bz2
/iso-codes-3.23.tar.bz2
/iso-codes-3.24.tar.bz2
/iso-codes-3.24.1.tar.bz2
/iso-codes-3.24.2.tar.bz2
/iso-codes-3.25.tar.bz2
/iso-codes-3.25.1.tar.bz2
/iso-codes-3.27.tar.gz
/iso-codes-3.27.1.tar.gz
/iso-codes-3.28.tar.gz
/iso-codes-3.29.tar.gz
/iso-codes-3.30.tar.bz2
/iso-codes-3.31.tar.bz2
/iso-codes-3.32.tar.bz2
/iso-codes-3.32.1.tar.bz2
/iso-codes-3.32.2.tar.bz2
/iso-codes-3.33.tar.bz2
/iso-codes-3.35.tar.bz2
/iso-codes-3.36.tar.bz2
/iso-codes-3.37.tar.bz2
/iso-codes-3.39.tar.xz
/iso-codes-3.40.tar.xz
/iso-codes-3.41.tar.xz
/iso-codes-3.42.tar.xz
/iso-codes-3.43.tar.xz
/iso-codes-3.44.tar.xz
/iso-codes-3.45.tar.xz
/iso-codes-3.46.tar.xz
/iso-codes-3.47.tar.xz
/iso-codes-3.48.tar.xz
/iso-codes-3.49.tar.xz
/iso-codes-3.50.tar.xz
/iso-codes-3.51.tar.xz
/iso-codes-3.52.tar.xz
/iso-codes-3.53.tar.xz
/iso-codes-3.54.tar.xz
/iso-codes-3.55.tar.xz
/iso-codes-3.56.tar.xz
/iso-codes-3.57.tar.xz
/iso-codes-3.58.tar.xz
/iso-codes-3.59.tar.xz
/iso-codes-3.60.tar.xz
/iso-codes-3.61.tar.xz
/iso-codes-3.62.tar.xz
/iso-codes-3.63.tar.xz
/iso-codes-3.64.tar.xz
/iso-codes-3.65.tar.xz
/iso-codes-3.66.tar.xz
/iso-codes-3.67.tar.xz
/iso-codes-3.68.tar.xz
/iso-codes-3.69.tar.xz
/iso-codes-3.70.tar.xz
/iso-codes-3.71.tar.xz
/iso-codes-3.72.tar.xz
/iso-codes-3.73.tar.xz
/iso-codes-3.74.tar.xz
/iso-codes-3.75.tar.xz
/iso-codes-3.76.tar.xz
/iso-codes-3.77.tar.xz
/iso-codes-iso-codes-3.79.tar.gz
/iso-codes-iso-codes-4.1.tar.gz
/iso-codes-iso-codes-4.2.tar.gz
/iso-codes-iso-codes-4.3.tar.gz
/iso-codes-iso-codes-4.4.tar.gz
/iso-codes-iso-codes-4.5.0.tar.gz
/iso-codes-iso-codes-4.6.0.tar.gz

1
.iso-codes.metadata Normal file
View File

@ -0,0 +1 @@
cdecf421032bfd0ac22bee82a60aa6157d4935ab SOURCES/iso-codes-iso-codes-3.79.tar.gz

View File

@ -1,14 +1,13 @@
Name: iso-codes Name: iso-codes
Summary: ISO code lists and translations Summary: ISO code lists and translations
Version: 4.6.0 Version: 3.79
Release: 3%{?dist} Release: 2%{?dist}
License: LGPLv2+ License: LGPLv2+
URL: https://salsa.debian.org/iso-codes-team/iso-codes 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 Source0: https://salsa.debian.org/iso-codes-team/%{name}/-/archive/%{name}-%{version}/%{name}-%{name}-%{version}.tar.gz
BuildRequires: gettext BuildRequires: gettext
BuildRequires: python3 BuildRequires: python3-devel
BuildRequires: make
BuildArch: noarch BuildArch: noarch
# for /usr/share/xml # for /usr/share/xml
@ -40,7 +39,7 @@ when building programs that use %{name}.
%find_lang %{name} --all-name %find_lang %{name} --all-name
%files -f %{name}.lang %files -f %{name}.lang
%doc ChangeLog.md README.md %doc ChangeLog README.md
%license COPYING %license COPYING
%dir %{_datadir}/xml/iso-codes %dir %{_datadir}/xml/iso-codes
%{_datadir}/xml/iso-codes/*.xml %{_datadir}/xml/iso-codes/*.xml
@ -50,52 +49,8 @@ when building programs that use %{name}.
%{_datadir}/pkgconfig/iso-codes.pc %{_datadir}/pkgconfig/iso-codes.pc
%changelog %changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 4.6.0-3 * Tue Aug 14 2018 Parag Nemade <pnemade AT redhat DOT com> - 3.79-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Resolves:rh#1615536: iso-codes FTBFS for missing BR:python3-devel
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 * Wed May 16 2018 Parag Nemade <pnemade AT redhat DOT com> - 3.79-1
- Update to 3.79 version (#1577820) - Update to 3.79 version (#1577820)

View File

@ -1,6 +0,0 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -1 +0,0 @@
SHA512 (iso-codes-iso-codes-4.6.0.tar.gz) = fcee802a3f92ef035371ff45fa9d8acbf1e2f490e38d84d2e27d2226d250ad02d088156d0889c0fc0fc09f30c4541b30dc7eb65ca4f40c3764599c1b2143013f

View File

@ -1,20 +0,0 @@
#!/bin/bash
# If one of the commands below returns non-zero then exit immediately
set -e
cd ../source
echo "Let's check the upstream data files timestamp"
ls data/iso*.json -l
echo "Validating json data files written with correct syntax"
python3 bin/validate_json_data.py
retval=$?
if [ $retval -ne 0 ]; then
echo "FAILED: Validation of data files"
else
echo "PASSED: Validation of data files"
fi
echo "Let's check timestamp of newly generated data files"
ls data/iso*.json -l

View File

@ -1,16 +0,0 @@
---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-basic
tests:
- smoke
required_packages:
- python3-jsonschema