Hello community,

here is the log from the commit of package rubygem-locale for openSUSE:Factory 
checked in at 2013-10-21 12:59:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-locale (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-locale.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-locale"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-locale/rubygem-locale.changes    
2012-09-23 17:10:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-locale.new/rubygem-locale.changes       
2013-10-21 12:59:03.000000000 +0200
@@ -1,0 +2,18 @@
+Mon Sep 23 14:53:06 UTC 2013 - [email protected]
+
+- updated to version 2.0.9
+  Locale handling fix release.
+  
+  ### Improvements
+  
+    * Added license metadata to gem package.
+      [GitHub#1] [Suggested by jordimassaguerpla]
+  
+  ### Fixes
+  
+    * Added missing .yardopts file.
+    * Fixed a bug that wrong environment value is used.
+      [Debian:#520181][Debian:#690572][GitHub#2]
+      [Reported by Stefano Zacchiroli][Reported by Hleb Valoshka]
+
+-------------------------------------------------------------------

Old:
----
  locale-2.0.8.gem

New:
----
  locale-2.0.9.gem

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

Other differences:
------------------
++++++ rubygem-locale.spec ++++++
--- /var/tmp/diff_new_pack.2sc1Ic/_old  2013-10-21 12:59:03.000000000 +0200
+++ /var/tmp/diff_new_pack.2sc1Ic/_new  2013-10-21 12:59:03.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-locale
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,7 +17,7 @@
 
 
 Name:           rubygem-locale
-Version:        2.0.8
+Version:        2.0.9
 Release:        0
 %define mod_name locale
 %define mod_full_name %{mod_name}-%{version}
@@ -25,9 +25,9 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 1
 Url:            https://github.com/ruby-gettext/locale
-Source:         %{mod_full_name}.gem
+Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:        Ruby-Locale is the pure ruby library which provides basic APIs 
for
-License:        Ruby
+License:        Ruby and LGPL-3.0+
 Group:          Development/Languages/Ruby
 
 %description
@@ -60,9 +60,14 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/ChangeLog 
%buildroot/%{_docdir}/%{name}/ChangeLog
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_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

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

Reply via email to