Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build-tools/scripts/gettextdomains
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ function get_domains_and_err()
-o -name "*.ui" \
-o -name "*.ycontrol.xml" \
-o -name "*.ycontrol.xsl" \
-o -name "*.rb" `
-o -name "*.rb" \
-o -name "*.py" `

if test "$?" != "0"; then
echo "Error: check-pot terminated unexpected." >&2
Expand Down
7 changes: 7 additions & 0 deletions package/yast2-devtools.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 4 15:25:48 UTC 2022 - Noel Power <[email protected]>

- Add python source files to files processed by
get_domains_and_err so POT files can be generated;(boo#1199396).
- 4.5.5

-------------------------------------------------------------------
Mon May 16 07:03:10 UTC 2022 - Ladislav Slezák <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-devtools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-devtools
Version: 4.5.4
Version: 4.5.5
Release: 0
Summary: YaST2 - Development Tools
License: GPL-2.0-or-later
Expand Down