Hello community,

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

Package is "rubygem-http_accept_language"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-http_accept_language/rubygem-http_accept_language.changes
        2012-02-14 19:07:45.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-http_accept_language.new/rubygem-http_accept_language.changes
   2013-10-06 14:59:06.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Sep  7 05:19:57 UTC 2013 - [email protected]
+
+- updated to version 2.0.0, no changelog
+
+-------------------------------------------------------------------

Old:
----
  http_accept_language-1.0.3.gem

New:
----
  http_accept_language-2.0.0.gem

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

Other differences:
------------------
++++++ rubygem-http_accept_language.spec ++++++
--- /var/tmp/diff_new_pack.JW3hIE/_old  2013-10-06 14:59:07.000000000 +0200
+++ /var/tmp/diff_new_pack.JW3hIE/_new  2013-10-06 14:59:07.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-http_accept_language (Version 1.0.1)
+# spec file for package rubygem-http_accept_language
 #
-# Copyright (c) 2009 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
@@ -15,42 +15,68 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:           rubygem-http_accept_language
-Version:        1.0.3
+Version:        2.0.0
 Release:        0
 %define mod_name http_accept_language
-#
-Group:          Development/Languages/Ruby
-License:        MIT
-#
+%define mod_full_name %{mod_name}-%{version}
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-#
-Url:            https://github.com/openSUSE/http_accept_language
-Source:         %{mod_name}-%{version}.gem
-#
-Summary:        Parse the HTTP Accept Language Header
+BuildRequires:  ruby-macros >= 1
+Url:            https://github.com/iain/http_accept_language
+Source:         http://rubygems.org/gems/%{mod_full_name}.gem
+Summary:        Find out which locale the user preferes by reading the 
languages
+License:        MIT
+Group:          Development/Languages/Ruby
+
 %description
-Find out which locale the user preferes by reading the languages they specified
-in their browser.
+Find out which locale the user preferes by reading the languages they
+specified in their browser
 
-This package is built using the openSUSE fork: 
https://github.com/openSUSE/http_accept_language
+%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}
+%install
+%gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %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}/
+%{_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}/spec
+%{_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}/spec
 
 %changelog

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

Reply via email to