Hello community,

here is the log from the commit of package rubygem-gettext for openSUSE:Factory 
checked in at 2012-06-10 23:14:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02-16 16:23:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-gettext.new/rubygem-gettext.changes     
2012-06-10 23:14:28.000000000 +0200
@@ -1,0 +2,20 @@
+Thu Jun  7 13:51:54 UTC 2012 - [email protected]
+
+- updated to 2.2.1:
+ * Supported non ASCII string in msgid
+ * Stopped overriding String#% on Ruby 1.9.
+ * Fixed a bug that "\" is too escaped.
+ * Removed GetText.bindtext dependency from GetText::PoParser.
+ * Ranamed GetText::MOFile to GetText::MoFile but GetText::MOFile
+   is still available.
+ includes changes from 2.2.0:
+ * Supported ruby-1.9
+ * Supported $SAFE=1
+ * Improved argument check
+ * Supported ruby-1.8.6 again
+ * Fixed Ukrainan translation path
+ * Fixed a bug that only the last path in GETTEXT_PATH environment
+   variable is used
+ * Fixed a bug that Ruby-GetText-Package modifies $LOAD_PATH
+
+-------------------------------------------------------------------

Old:
----
  gettext-2.1.0.gem

New:
----
  gettext-2.2.1.gem

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

Other differences:
------------------
++++++ rubygem-gettext.spec ++++++
--- /var/tmp/diff_new_pack.pPItZb/_old  2012-06-10 23:14:30.000000000 +0200
+++ /var/tmp/diff_new_pack.pPItZb/_new  2012-06-10 23:14:30.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-gettext (Version 2.1.0)
+# spec file for package rubygem-gettext
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,10 @@
 
 # norootforbuild
 Name:           rubygem-gettext
-Version:        2.1.0
+Version:        2.2.1
 Release:        0
 %define mod_name gettext
+%define mod_full_name %{mod_name}-%{version}
 #
 Group:          Development/Languages/Ruby
 License:        GPL-2.0+ or Ruby
@@ -32,8 +33,8 @@
 Provides:       ruby-gettext = %{version}
 Obsoletes:      ruby-gettext < %{version}
 #
-Url:            http://gettext.rubyforge.org/
-Source:         %{mod_name}-%{version}.gem
+Url:            http://ruby-gettext.github.com/
+Source:         %{mod_full_name}.gem
 #
 Summary:        Ruby-GetText-Package is a libary and tools to localize messages
 %description
@@ -41,21 +42,20 @@
 The catalog file(po-file) is same format with GNU GetText.
 So you can use GNU GetText tools for maintaining.
 
-%package testsuite
+%package doc
+Summary:        RDoc documentation for %{mod_name}
 Group:          Development/Languages/Ruby
 Requires:       %{name} = %{version}
-Summary:        Testsuite for Ruby-GetText-Package
-
-%description testsuite
-The package contain complete testsuite for rubygem-gettext.
+%description doc
+Documentation generated at gem installation time.
+Usually in RDoc and RI formats.
 
-%package doc
+%package testsuite
+Summary:        Test suite for %{mod_name}
 Group:          Development/Languages/Ruby
 Requires:       %{name} = %{version}
-Summary:        Documentation for Ruby-GetText-Package
-
-%description doc
-The package contain complete documentation for rubygem-gettext.
+%description testsuite
+Test::Unit or RSpec files, useful for developers.
 
 %prep
 %build
@@ -70,32 +70,17 @@
 %{_bindir}/rmsgmerge
 %{_bindir}/rmsgfmt
 %{_bindir}/rgettext
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%dir %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/Rakefile
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/bin
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/data
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/gettext.gemspec
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/lib
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/po
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/replace.rb
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/src
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/COPYING
-%doc %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ChangeLog
-%doc %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ChangeLog-1
-%doc %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/NEWS-1
-%doc %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/README.rdoc
+%{_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
+%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/benchmark
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/samples
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/test
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/test.rb
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
 
 %changelog

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

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

Reply via email to