control: tags -1 - moreinfo Am 28.04.23 um 21:30 schrieb Sebastian Ramacher:
Please provide the debdiff with the translation updates stripped.
I've attached the output of this command:$ debdiff iso-codes_4.13.0-1.dsc iso-codes_4.15.0-1.dsc | filterdiff -x "*.po"
Regards, Tobias
diff -Nru iso-codes-4.13.0/CHANGELOG.md iso-codes-4.15.0/CHANGELOG.md
--- iso-codes-4.13.0/CHANGELOG.md 2023-02-28 11:14:27.000000000 +0100
+++ iso-codes-4.15.0/CHANGELOG.md 2023-04-27 23:19:57.000000000 +0200
@@ -7,6 +7,33 @@
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [4.15.0] – 2023-04-27
+
+### Changed
+
+- Translation updates for ISO 3166-1
+- Translation updates for ISO 3166-3
+- Translation updates for ISO 639-2
+
+
+## [4.14.0] – 2023-04-27
+
+### Changed
+
+- Translation updates for ISO 3166-1
+- Translation updates for ISO 3166-2
+- Translation updates for ISO 3166-3
+- Translation updates for ISO 639-2
+- Translation updates for ISO 639-3
+- Translation updates for ISO 639-5
+- Translation updates for ISO 4217
+- Translation updates for ISO 15924
+
+### Fixed
+
+* ISO 3166-2: Fix wrong Spanish translation
+
+
## [4.13.0] – 2023-02-28
### Added
@@ -278,7 +305,10 @@
two and a half years. Please use the JSON data files instead.
-[UNRELEASED]: https://salsa.debian.org/iso-codes-team/iso-codes/compare/v4.12.0...main
+[UNRELEASED]: https://salsa.debian.org/iso-codes-team/iso-codes/compare/v4.15.0...main
+[4.15.0]: https://salsa.debian.org/iso-codes-team/iso-codes/compare/v4.14.0...v4.15.0
+[4.14.0]: https://salsa.debian.org/iso-codes-team/iso-codes/compare/v4.13.0...v4.14.0
+[4.13.0]: https://salsa.debian.org/iso-codes-team/iso-codes/compare/v4.12.0...v4.13.0
[4.12.0]: https://salsa.debian.org/iso-codes-team/iso-codes/compare/v4.11.0...v4.12.0
[4.11.0]: https://salsa.debian.org/iso-codes-team/iso-codes/compare/v4.10.0...v4.11.0
[4.10.0]: https://salsa.debian.org/iso-codes-team/iso-codes/compare/v4.9.0...v4.10.0
diff -Nru iso-codes-4.13.0/configure iso-codes-4.15.0/configure
--- iso-codes-4.13.0/configure 2023-02-28 11:14:43.000000000 +0100
+++ iso-codes-4.15.0/configure 2023-04-27 23:22:08.000000000 +0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for iso-codes 4.13.0.
+# Generated by GNU Autoconf 2.71 for iso-codes 4.15.0.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@@ -607,8 +607,8 @@
# Identity of this package.
PACKAGE_NAME='iso-codes'
PACKAGE_TARNAME='iso-codes'
-PACKAGE_VERSION='4.13.0'
-PACKAGE_STRING='iso-codes 4.13.0'
+PACKAGE_VERSION='4.15.0'
+PACKAGE_STRING='iso-codes 4.15.0'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1251,7 +1251,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures iso-codes 4.13.0 to adapt to many kinds of systems.
+\`configure' configures iso-codes 4.15.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1318,7 +1318,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of iso-codes 4.13.0:";;
+ short | recursive ) echo "Configuration of iso-codes 4.15.0:";;
esac
cat <<\_ACEOF
@@ -1396,7 +1396,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-iso-codes configure 4.13.0
+iso-codes configure 4.15.0
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1433,7 +1433,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by iso-codes $as_me 4.13.0, which was
+It was created by iso-codes $as_me 4.15.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@@ -2386,7 +2386,7 @@
# Define the identity of the package.
PACKAGE='iso-codes'
- VERSION='4.13.0'
+ VERSION='4.15.0'
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -3318,7 +3318,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by iso-codes $as_me 4.13.0, which was
+This file was extended by iso-codes $as_me 4.15.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -3373,7 +3373,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
-iso-codes config.status 4.13.0
+iso-codes config.status 4.15.0
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
diff -Nru iso-codes-4.13.0/configure.ac iso-codes-4.15.0/configure.ac
--- iso-codes-4.13.0/configure.ac 2023-02-28 11:14:36.000000000 +0100
+++ iso-codes-4.15.0/configure.ac 2023-04-27 23:22:03.000000000 +0200
@@ -19,7 +19,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-AC_INIT([iso-codes],[4.13.0])
+AC_INIT([iso-codes],[4.15.0])
AM_INIT_AUTOMAKE([dist-xz no-dist-gzip foreign])
AM_MAINTAINER_MODE
diff -Nru iso-codes-4.13.0/debian/changelog iso-codes-4.15.0/debian/changelog
--- iso-codes-4.13.0/debian/changelog 2023-02-28 11:26:55.000000000 +0100
+++ iso-codes-4.15.0/debian/changelog 2023-04-27 23:30:13.000000000 +0200
@@ -1,3 +1,17 @@
+iso-codes (4.15.0-1) unstable; urgency=medium
+
+ * New upstream version 4.15.0
+ - Translation updates for ISO 3166-1
+ - Translation updates for ISO 3166-2
+ - Translation updates for ISO 3166-3
+ - Translation updates for ISO 639-2
+ - Translation updates for ISO 639-3
+ - Translation updates for ISO 639-5
+ - Translation updates for ISO 4217
+ - Translation updates for ISO 15924
+
+ -- Dr. Tobias Quathamer <toddy@debian.org> Thu, 27 Apr 2023 23:30:13 +0200
+
iso-codes (4.13.0-1) unstable; urgency=medium
* New upstream version 4.13.0
Attachment:
OpenPGP_signature
Description: OpenPGP digital signature