Hello community, here is the log from the commit of package rubygem-rack for openSUSE:Factory checked in at Fri Mar 25 14:13:23 CET 2011.
-------- --- rubygem-rack/rubygem-rack.changes 2010-06-11 19:59:21.000000000 +0200 +++ /mounts/work_src_done/STABLE/rubygem-rack/rubygem-rack.changes 2010-08-30 16:11:37.000000000 +0200 @@ -1,0 +2,21 @@ +Mon Aug 30 14:11:15 UTC 2010 - [email protected] + +- add back rack 1.1.0 for rails < 3 + +------------------------------------------------------------------- +Mon Aug 30 13:36:56 UTC 2010 - [email protected] + +- update to version 1.2.1 + * Make CGI handler rewindable + * Rename spec/ to test/ to not conflict with SPEC on lesser + operating systems +- additional changes from 1.2.0 + * Removed Camping adapter: Camping 2.0 supports Rack as-is + * Removed parsing of quoted values + * Add Request.trace? and Request.options? + * Add mime-type for .webm and .htc + * Fix HTTP_X_FORWARDED_FOR + * Various multipart fixes + * Switch test suite to bacon + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- rack-1.2.1.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-rack.spec ++++++ --- /var/tmp/diff_new_pack.am14V4/_old 2011-03-25 14:12:58.000000000 +0100 +++ /var/tmp/diff_new_pack.am14V4/_new 2011-03-25 14:12:58.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package rubygem-rack (Version 1.1.0) +# spec file for package rubygem-rack # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -19,9 +19,11 @@ Name: rubygem-rack -Version: 1.1.0 -Release: 2 +Version: 1.2.1 +Release: 1 %define mod_name rack +# FIXME: temporarily ship 1.1.0 aswell so we can still use rails < 3 +%define old_version 1.1.0 # Group: Development/Languages/Ruby License: MIT @@ -29,9 +31,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: rubygems_with_buildroot_patch %rubygems_requires +# FIXME: temporarily ship 1.1.0 aswell so we can still use rails < 3 +Provides: %{name} = %{old_version}-%{release} # Url: http://rack.rubyforge.org Source: %{mod_name}-%{version}.gem +# FIXME: temporarily ship 1.1.0 aswell so we can still use rails < 3 +Source1: %{mod_name}-%{old_version}.gem # Summary: Minimal interface between webservers supporting Ruby and Ruby frameworks @@ -49,6 +55,7 @@ %build %install +%gem_install %{S:1} %gem_install %{S:0} %clean @@ -61,5 +68,10 @@ %{_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}/ +# FIXME: temporarily ship 1.1.0 aswell so we can still use rails < 3 +%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{old_version}.gem +%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{old_version}/ +%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{old_version}.gemspec +%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{old_version}/ %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
