Hello community,

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

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-locale/rubygem-locale.changes    
2012-03-27 08:58:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-locale.new/rubygem-locale.changes       
2012-09-23 17:10:40.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Aug 30 05:40:56 UTC 2012 - [email protected]
+
+- updated to version 2.0.8
+
+-------------------------------------------------------------------
+Wed Aug 29 08:22:38 UTC 2012 - [email protected]
+
+- updated to version 2.0.7
+
+-------------------------------------------------------------------

Old:
----
  locale-2.0.5.gem

New:
----
  locale-2.0.8.gem

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

Other differences:
------------------
++++++ rubygem-locale.spec ++++++
--- /var/tmp/diff_new_pack.JtJTmn/_old  2012-09-23 17:10:43.000000000 +0200
+++ /var/tmp/diff_new_pack.JtJTmn/_new  2012-09-23 17:10:43.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-locale (Version 2.0.5)
+# spec file for package rubygem-locale
 #
-# Copyright (c) 2010 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
@@ -15,48 +15,65 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           rubygem-locale
-Version:        2.0.5
+Version:        2.0.8
 Release:        0
 %define mod_name locale
-#
-Group:          Development/Languages/Ruby
-License:        Ruby
-#
+%define mod_full_name %{mod_name}-%{version}
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-Provides:       
ruby-gettext:%{_libdir}/ruby/vendor_ruby/1.8/gettext/active_record.rb
-#
-Url:            http://locale.rubyforge.org/
-Source:         %{mod_name}-%{version}.gem
-#
-Summary:        Ruby-Locale is the pure ruby library which provides basic APIs 
for localization
+BuildRequires:  ruby-macros >= 1
+Url:            https://github.com/ruby-gettext/locale
+Source:         %{mod_full_name}.gem
+Summary:        Ruby-Locale is the pure ruby library which provides basic APIs 
for
+License:        Ruby
+Group:          Development/Languages/Ruby
 
 %description
 Ruby-Locale is the pure ruby library which provides basic APIs for
 localization.
 
+%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.
 
+%package testsuite
+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}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%{_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,-)
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+
+%files testsuite
+%defattr(-,root,root,-)
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
 
 %changelog

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

Reply via email to