Package Release Info

rubygem-gettext-3.2.5-bp151.1.1

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ruby2.5-rubygem-gettext
ruby2.5-rubygem-gettext-doc
ruby2.5-rubygem-gettext-testsuite

Change Logs

* Thu Dec 14 2017 coolo@suse.com
- updated to version 3.2.5
  see installed news.md
  [#]# 3.2.5: 2017-12-14 {#version-3-2-5}
  [#]## Improvements
  * Stop to use `eval`.
    [GitHub#56][Reported by Michaël Hoste]
  [#]## Thanks
  * Michaël Hoste
* Sun Sep 03 2017 coolo@suse.com
- updated to version 3.2.4
  see installed news.md
  [#]# 3.2.4: 2017-08-13 {#version-3-2-4}
  [#]## Fixes
  * Fixed a bug that block parameter is handled as method name.
    [GitHub#53][Reported by Renaud Chaput]
  [#]## Thanks
  * Renaud Chaput
* Thu Aug 03 2017 coolo@suse.com
- updated to version 3.2.3
  see installed news.md
  [#]# 3.2.3: 2017-06-24 {#version-3-2-3}
  [#]## Improvements
  * Disabled unmaintainable Ruby from CI.
    [GitHub#48][Reported by JP Hastings-Spital]
  * Supported `--enable-frozen-string-literal` `ruby` option.
    [GitHub#52][Reported by Pat Allan]
  [#]## Thanks
  * JP Hastings-Spital
  * Pat Allan
* Mon Apr 18 2016 coolo@suse.com
- updated to version 3.2.2
  see installed news.md
  [#]# 3.2.2: 2016-04-17 {#version-3-2-2}
  [#]## Improvements
  * Supported non POSIX locale format such as "zh-Hant" for
    .mo search path.
    [GitHub#45][Patch by Michaël Hoste]
  [#]## Thanks
  * Michaël Hoste
* Mon Jan 25 2016 coolo@suse.com
- updated to version 3.2.1
  see installed news.md
  [#]# 3.2.1: 2016-01-23 {#version-3-2-1}
  [#]## Improvements
  * Supported customizing msgmerge options on merging edit.po to .po.
    [GitHub#44][Patch by Dominic Cleal]
  [#]## Thanks
  * Dominic Cleal
* Thu Jan 21 2016 coolo@suse.com
- updated to version 3.2.0
  see installed news.md
  [#]# 3.2.0: 2015-12-31 {#version-3-2-0}
  [#]## Improvements
  * Improved fuzzy detection for sub text.
  [#]# 3.1.9: 2015-12-30 {#version-3-1-9}
  [#]## Improvements
  * Improved fuzzy detection for small texts.
    [GitHub#43][Reported by Mamoru TASAKA]
  [#]## Thanks
  * Mamoru TASAKA
  [#]# 3.1.8: 2015-12-29 {#version-3-1-8}
  [#]## Improvements
  * Improved fuzzy detection.
* Wed Sep 23 2015 coolo@suse.com
- updated to version 3.1.7
  see installed news.md
  [#]# 3.1.7: 2015-09-22 {#version-3-1-7}
  [#]## Improvements
  * Supported 3 character language names.
    [GitHub#39][Patch by Vilius Paulauskas]
  * Suppressed duplicated range in regular expression warning.
    [GitHub#40][Patch by Vilius Paulauskas]
  * Replaced invalid character instead of raising an error on encoding
    conversion.
    [GitHub#41][Patch by Vilius Paulauskas]
  [#]## Fixes
  * Fixed a bug that undefined method is used.
    [GitHub#38][Patch by Hiroshi Hatake]
  [#]## Thanks
  * Hiroshi Hatake
  * Vilius Paulauskas
* Mon Feb 09 2015 coolo@suse.com
- updated to version 3.1.6, no changelog
* Sun Oct 12 2014 adrian@suse.de
- adapt to new rubygem packaging style
* Sun May 18 2014 coolo@suse.com
- updated to version 3.1.2, no changelog
* Fri Mar 21 2014 coolo@suse.com
- updated to version 3.1.1, no changelog
* Sun Feb 23 2014 coolo@suse.com
- updated to version 3.1.0, no changelog
* Thu Feb 06 2014 coolo@suse.com
- updated to version 3.0.6, no changelog
* Mon Dec 16 2013 coolo@suse.com
- updated to version 3.0.3, no changelog
* Fri Oct 04 2013 coolo@suse.com
- updated to version 3.0.2
  [#]## Improvements
  * Added {GetText::PO#empty?}.
  * Added `:encoding` option to {GetText::POEntry#to_s}.
  * xgettext: Added `--no-location` option.
  * xgettext: Added `--sort-output` option.
  * xgettext: Added `--sort-by-file` option.
  * xgettext: Added `--sort-by-msgid` option.
  * xgettext: Added `--width` option.
  * xgettext: Added `--no-wrap` option.
* Mon Sep 23 2013 coolo@suse.com
- updated to version 3.0.1
  * Removed an unused file. [GitHub#19] [Reported by Ladislav Slezák]
  * msginit: Added full user name guessing by /etc/passwd.
  * incompatible: {GetText::Tools::Task} no longer require spec.
  * Added {GetText::Tools::Task.define}. It is the recommended API
    rather than {GetText::Tools::Task.new}.
  * Supported "utf8" as a valid charset.
    [GitHub#20][Reported by Antonio Terceiro]
  * Added {GetText::Tools::Task#enable_description=}.
  * Added {GetText::Tools::Task#enable_description?}.
  * Added {GetText::Tools::Task#enable_po=}.
  * Added {GetText::Tools::Task#enable_po?}.
  * Added {GetText::Tools::Task#msgmerge_options=}.
  * Added {GetText::Tools::Task#msgmerge_options}.
  * task: Added `gettext:po:add[LOCALE]` task.
  * msgmerge: add `--sort-output` option.
  * msgmerge: add `--sort-by-file` option.
  * msgmerge: add `--sort-by-msgid` option.
  * msgmerge: add `--no-location` option.
  * msgmerge: add `--width` option.
  * msgmerge: add `--no-wrap` option.
  * msgmerge: add `--update` option.
* Tue Sep 03 2013 coolo@suse.com
- updated to version 3.0.0
  This is a new major version up release!
  This release removes many deprecated APIs and improves internal
  APIs. We want to keep backward compatibility as much as possible but
  some existing codes may be broken by gettext gem API change. If your
  code breaks by gettext gem 3.0.0, please report your problem. We will
  fix the problem and release a new version.
  [#]## Improvements
  * Removed deprecated APIs
  * `require "gettext/parser/erb"`.
    Use `require "gettext/tools/parser/erb"` instead.
  * `require "gettext/parser/glade"`.
    Use `require "gettext/tools/parser/glade"` instead.
  * `require "gettext/parser/ruby"`.
    Use `require "gettext/tools/parser/ruby"` instead.
  * `require "gettext/utils"`.
    Use `require "gettext/tools"` instead.
  * `GetText.msgmerge`. Use `GetText::Tools::MsgMerge.run` instead.
  * `GetText.create_mofiles`. Use `GetText::Tools::Task` instead.
  * `GetText::PoParser`. Use `GetText::POParser` instead.
  * `require "gettext/tools/poparser"`.
    Use `require "gettext/po_parser"` instead.
  * `require "gettext/runtime/mofile"`.
    Use `require "gettext/mo"` instead.
  * `GetText::MoFile`. Use `GetText::MO` instead.
  * `GetText::Task`. Use `GetText::Tools::Task` instead.
  * `GetText.set_locale_all`. Use `GetText.set_locale` instead.
  * `GetText.setlocale`. Use `GetText.set_locale` instead.
  * `GetText::Tools::MsgMerge::PoData`. Use `GetText::POEntry` instead.
  * Removed Ruby 1.8 support.
  * Supported Rake 10.1.0.
  * Stopped to remove `TRANSLATORS:` tag because GNU gettext doesn't
    remove it.
  * Stopped to use `TRANSLATORS:` as comment tag. It is GNU gettext
    compatible behavior.
  * rxgettext: Added `--add-comments[=TAG]` option that exists in
    xgettext. [GitHub #16] [Reported by Ladislav Slezák]
  * Supported escaping tab character as `\t`.
  [#]## Fixes
  * po: Added a missing new line for multiple extracted comments.
    [GitHub #17] [Patch by Ladislav Slezák]
  * Fixed a bug that encoding may not be set.
  * Fixed a bug that `\n` is escaped as `\\n`.
    [GitHub #18] [Debian #716916] [Reported by Ladislav Slezák]
    [Reported by Francesco Poli]
* Fri Jul 12 2013 coolo@suse.com
- fix usage of update-alternatives
* Tue May 07 2013 coolo@suse.com
- updated to version 2.3.9, no changelog
* Fri Apr 12 2013 coolo@suse.com
- updated to version 2.3.8
  * Added licence information to the gemspec.
    [GitHub #13] [Patch by jordimassaguerpla]
  * Supported Ruby 2.0.0.
    [GitHub #14] [Reported by mtasaka]
  [#]## Fixes
  * [rxgettext] Fixed a bug that the comment for the previous message
    also exists in the current message.
    [Debian #684184] [Reported by Francesco Poli] [Patch by Jérémy Bobbio]