update to 4.15.0

This commit is contained in:
dillon_chen 2023-07-26 17:57:17 +08:00
parent 736249fc19
commit c41389d96d
2 changed files with 10 additions and 4 deletions

View File

@ -1,10 +1,10 @@
Name: iso-codes Name: iso-codes
Version: 4.7.0 Version: 4.15.0
Release: 1 Release: 1
Summary: lists of various ISO standards Summary: lists of various ISO standards
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/iso-codes/-/archive/%{name}-%{version}/%{name}-%{name}-%{version}.tar.gz Source0: https://salsa.debian.org/iso-codes-team/%{name}/-/archive/v%{version}/%{name}-v%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: gettext python3 BuildRequires: gettext python3
@ -22,7 +22,7 @@ Requires: %{name} = %{version}-%{release}
pkg-config configuration file for iso-codes pkg-config configuration file for iso-codes
%prep %prep
%autosetup -n %{name}-%{name}-%{version} -p1 %autosetup -n %{name}-v%{version} -p1
%build %build
%configure %configure
@ -37,7 +37,7 @@ make check
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc ChangeLog.md README.md %doc CHANGELOG.md README.md
%license COPYING %license COPYING
%{_datadir}/%{name} %{_datadir}/%{name}
%{_datadir}/locale/*/LC_MESSAGES/iso_*.mo %{_datadir}/locale/*/LC_MESSAGES/iso_*.mo
@ -49,6 +49,12 @@ make check
%changelog %changelog
* Wed Jul 26 2023 dillon chen <dillon.chen@gmail.com> - 4.15.0-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC: update version to 4.15.0
* Thu Nov 18 2021 shangyibin <shangyibin1@huawei.com> - 4.7.0-1 * Thu Nov 18 2021 shangyibin <shangyibin1@huawei.com> - 4.7.0-1
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA