From bdd7746dd91b4ce287c8ec4d083a51ccea9a741b Mon Sep 17 00:00:00 2001 From: Noel Power Date: Tue, 10 May 2022 12:31:34 +0100 Subject: [PATCH 1/2] Add python scripts to set of files checked for translations Signed-off-by: Noel Power --- build-tools/scripts/gettextdomains | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-tools/scripts/gettextdomains b/build-tools/scripts/gettextdomains index d62fd20d..43092477 100644 --- a/build-tools/scripts/gettextdomains +++ b/build-tools/scripts/gettextdomains @@ -26,7 +26,8 @@ function get_domains_and_err() -o -name "*.cpp" \ -o -name "*.erb" \ -o -name "*.glade" \ - -o -name "*.rb" ` + -o -name "*.rb" \ + -o -name "*.py" ` if test "$?" != "0"; then echo "Error: check-pot terminated unexpected." >&2 From 92c46c64153ede23a84427e5c37020dfdbb69b00 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Tue, 10 May 2022 14:17:18 +0100 Subject: [PATCH 2/2] Update changelog and spec for boo#1199396 Signed-off-by: Noel Power --- package/yast2-devtools.changes | 7 +++++++ package/yast2-devtools.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package/yast2-devtools.changes b/package/yast2-devtools.changes index a45b1eac..11c8559d 100644 --- a/package/yast2-devtools.changes +++ b/package/yast2-devtools.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 10 11:32:08 UTC 2022 - Noel Power + +- Add python source files to files processed by + get_domains_and_err so POT files can be generated;(boo#1199396). +- 4.2.8 + ------------------------------------------------------------------- Sun Oct 4 19:26:07 UTC 2020 - Josef Reidinger diff --git a/package/yast2-devtools.spec b/package/yast2-devtools.spec index 0dc214d4..f92935aa 100644 --- a/package/yast2-devtools.spec +++ b/package/yast2-devtools.spec @@ -17,7 +17,7 @@ Name: yast2-devtools -Version: 4.2.7 +Version: 4.2.8 Release: 0 Url: https://github.com/yast/yast-devtools Summary: YaST2 - Development Tools