Hello community, here is the log from the commit of package rubygem-gettext for openSUSE:Factory checked in at 2013-09-27 18:06:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-gettext (Old) and /work/SRC/openSUSE:Factory/.rubygem-gettext.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-gettext" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-gettext/rubygem-gettext.changes 2013-07-16 07:38:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-gettext.new/rubygem-gettext.changes 2013-09-27 18:06:44.000000000 +0200 @@ -1,0 +2,80 @@ +Mon Sep 23 14:52:56 UTC 2013 - [email protected] + +- 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 3 08:10:14 UTC 2013 - [email protected] + +- 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] + +------------------------------------------------------------------- Old: ---- gettext-2.3.9.gem New: ---- gettext-3.0.1.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-gettext.spec ++++++ --- /var/tmp/diff_new_pack.Jl22Lh/_old 2013-09-27 18:06:45.000000000 +0200 +++ /var/tmp/diff_new_pack.Jl22Lh/_new 2013-09-27 18:06:45.000000000 +0200 @@ -17,12 +17,12 @@ Name: rubygem-gettext -Version: 2.3.9 +Version: 3.0.1 Release: 0 %define mod_name gettext %define mod_full_name %{mod_name}-%{version} %define mod_branch -%{version} -%define mod_weight 20309 +%define mod_weight 30001 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ruby-macros >= 1 ++++++ gettext-2.3.9.gem -> gettext-3.0.1.gem ++++++ Files /work/SRC/openSUSE:Factory/rubygem-gettext/gettext-2.3.9.gem and /work/SRC/openSUSE:Factory/.rubygem-gettext.new/gettext-3.0.1.gem differ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
