Hello community,

here is the log from the commit of package rubygem-gettext for openSUSE:Factory 
checked in at 2012-09-23 08:30:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-gettext (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-gettext.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-gettext", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-gettext/rubygem-gettext.changes  
2012-06-10 23:14:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-gettext.new/rubygem-gettext.changes     
2012-09-23 08:30:45.000000000 +0200
@@ -1,0 +2,53 @@
+Fri Sep 21 09:48:03 UTC 2012 - [email protected]
+
+- updated to version 2.3.2
+  * Fixed the bug that untranslated messages are included in a .mo file.
+    [Github #11][Reported by Ramón Cahenzli]
+- dropping provides for names that were last seen on 10.1
+
+-------------------------------------------------------------------
+Thu Sep 13 09:11:46 UTC 2012 - [email protected]
+
+- updated to version 2.3.1
+  It's a Bug and package fix release.
+  Then, it's also encoding support release, only if you use Ruby 1.9.
+  
+  ### Improvements
+  
+    * [xgettext] Added backword compatibility method
+      (GetText::RGetText.run).
+      [Suggested by Fotos Georgiadis]
+    * [xgettext] Removed deprecated parse argument support.
+    * [erb parer] Assumed the encoding in the magic comment of the
+      input file as the encoding of it.
+    * [ruby parser] Assumed the encoding in the magic comment of the
+      input file as the encoding of it.
+    * [xgettext] Added the "--output-encoding" option to set encoding of
+      output pot file.
+    * [xgettext] Used UTF-8 as the default encoding of output pot file.
+    * [xgettext] Supported multiple encoding sources.
+  
+  ### Changes
+  
+    * [MoFile] Returned nil instead of "" as msgstr when its msgid isn't
+      translated (when this msgstr is "").
+    * [PoParser] Converted msgstr from "" to nil when parsing.
+  
+  ### Fixes
+  
+    * Added missing .yardopts file. [Reported by Takahiro Kambe]
+    * [news] Fixed Eddie Lau name instead of github name.
+    * [msginit] Added the "Plural-Forms:" entry to the header even if a
+      pot file doesn't have it.
+    * [msgmerge] Fixed the bug the new line between a header and
+      contents doesn't exist.
+    * [msginit] Fixed the bug that msgstr with msgid_plural aren't
+      generated in output po file.
+    * [xgettext] Supported class based xgettext parser add API.
+      [GitHub #10] [Suggested by Michael Grosser]
+    * [erb parer] Fixed erb parser bug with unicode msgid in Ruby 1.9
+      ERB templates.
+      [Github #9] [Patch by Fotos Georgiadis]
+    * Added missing documents for GetText::Tools::XGetText
+
+-------------------------------------------------------------------

Old:
----
  gettext-2.2.1.gem

New:
----
  gettext-2.3.2.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-gettext.spec ++++++
--- /var/tmp/diff_new_pack.gPeSk9/_old  2012-09-23 08:30:47.000000000 +0200
+++ /var/tmp/diff_new_pack.gPeSk9/_new  2012-09-23 08:30:47.000000000 +0200
@@ -15,37 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:           rubygem-gettext
-Version:        2.2.1
+Version:        2.3.2
 Release:        0
 %define mod_name gettext
 %define mod_full_name %{mod_name}-%{version}
-#
-Group:          Development/Languages/Ruby
-License:        GPL-2.0+ or Ruby
-#
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-BuildRequires:  rubygem-locale >= 2.0.5
-Requires:       rubygem-locale >= 2.0.5
-Provides:       ruby-gettext = %{version}
-Obsoletes:      ruby-gettext < %{version}
-#
+BuildRequires:  ruby-macros >= 1
 Url:            http://ruby-gettext.github.com/
 Source:         %{mod_full_name}.gem
-#
-Summary:        Ruby-GetText-Package is a libary and tools to localize messages
+Summary:        Gettext is a pure Ruby libary and tools to localize messages
+License:        GPL-2.0+ or Ruby
+Group:          Development/Languages/Ruby
+
 %description
-Ruby-GetText-Package is a GNU GetText-like program for Ruby.
-The catalog file(po-file) is same format with GNU GetText.
-So you can use GNU GetText tools for maintaining.
+Gettext is a GNU gettext-like program for Ruby.
+The catalog file(po-file) is same format with GNU gettext.
+So you can use GNU gettext tools for maintaining.
 
 %package doc
 Summary:        RDoc documentation for %{mod_name}
 Group:          Development/Languages/Ruby
 Requires:       %{name} = %{version}
+
 %description doc
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.
@@ -54,22 +48,26 @@
 Summary:        Test suite for %{mod_name}
 Group:          Development/Languages/Ruby
 Requires:       %{name} = %{version}
+
 %description testsuite
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
-%install
-%gem_install %{S:0}
 
-%clean
-%{__rm} -rf %{buildroot}
+%install
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/rmsgmerge
+%{_bindir}/rmsginit
+%{_bindir}/rxgettext
 %{_bindir}/rmsgfmt
-%{_bindir}/rgettext
+%{_bindir}/rmsgmerge
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

++++++ gettext-2.2.1.gem -> gettext-2.3.2.gem ++++++
Files /work/SRC/openSUSE:Factory/rubygem-gettext/gettext-2.2.1.gem and 
/work/SRC/openSUSE:Factory/.rubygem-gettext.new/gettext-2.3.2.gem differ

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to