Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sle15sp3 boo1199396 #168

Open
wants to merge 2 commits into
base: SLE-15-SP3
Choose a base branch
from
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 @@ -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
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 @@
-------------------------------------------------------------------
Tue May 10 11:32:08 UTC 2022 - Noel Power <nopower@suse.com>

- 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 <jreidinger@suse.com>

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.2.7
Version: 4.2.8
Release: 0
Url: https://github.com/yast/yast-devtools
Summary: YaST2 - Development Tools
Expand Down