SUSE / rmt

RPM repository mirroring tool and registration proxy for SUSE Customer Center.
Other
37 stars 46 forks source link

Update gettext 3.4.4 → 3.4.9 (patch) #1041

Closed depfu[bot] closed 8 months ago

depfu[bot] commented 8 months ago

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ gettext (3.4.4 → 3.4.9) · Repo · Changelog

Release Notes

3.4.9

Improvements

  • rmsgcat, rmsgmerge, rxgettext: Added
    --use-one-line-per-reference option.

3.4.8

Fixes

  • doc: Fixed a wrong description for interpolation.

    • GH-102
    • Patch by Ilmari Karonen
  • po: Fixed a parser bug that flags aren't parsed correctly. If a
    normal comment has "fuzzy", the entry is also treated as a fuzzy
    entry.

  • po: Fixed an output bug that flags aren't formatted correctly.

    • GH-105
    • Patch by Yoshikazu Nojima

Thanks

  • Ilmari Karonen

  • Yoshikazu Nojima

3.4.7

Fixes

  • po: Fixed a parser bug that it may add a fuzzy flag to non-fuzzy
    entry with ignore_fuzzy: true.

    Example PO:

    #, fuzzy
    #: file.rb:10
    msgid "hello"
    msgstr "bonjour"
    
    msgid "non-fuzzy"
    msgstr "non-fuzzy string"

    hello entry is ignored because ignore_fuzzy is true. The
    fuzzy flag in the hello entry is added to non-fuzzy entry.

3.4.6

Fixes

  • po: Fixed a bug that parsed msgid/msgstr/msgctxt in .po
    may be too much unescaped.

3.4.5

Improvements

  • po: Added support for escaping \r in msgid/msgstr.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 22 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
suse-tests-pass commented 8 months ago

Well Done! Your tests are still passing. https://ci.suse.de/job/scc-RMT-integration-tests/339346/console If the given link has expired,you can force a Prophet rerun by just deleting this comment. (Merged 0d486c8e2c24cd6dc9f5c203f645eabb09afca0f into ec53a441901bdfa688b7dffa9b83e7c926c3079b)