Hello community,

here is the log from the commit of package rubygem-rails-2_3 for openSUSE:11.3
checked in at Wed Nov 9 15:58:15 CET 2011.



--------
--- old-versions/11.3/all/rubygem-rails-2_3/rubygem-rails-2_3.changes   
2010-07-01 14:11:48.000000000 +0200
+++ 11.3/rubygem-rails-2_3/rubygem-rails-2_3.changes    2011-11-04 
17:45:06.000000000 +0100
@@ -1,0 +2,52 @@
+Wed Aug 17 12:14:55 UTC 2011 - [email protected]
+
+- update to version 2.3.14
+  - adding notification for rdoc
+- drop rails-2.3.12-missing_rdoc_requires.patch:
+  patch upstreamed
+
+-------------------------------------------------------------------
+Tue Aug  2 19:24:16 UTC 2011 - [email protected]
+
+- added rails-2.3.12-missing_rdoc_requires.patch
+  make rake tasks work again. the port of the documentation task to
+  the new API forgot some important bits
+
+  for details see:
+  https://github.com/rails/rails/issues/2403
+- package now requires rubygem-rdoc
+
+-------------------------------------------------------------------
+Mon Jun 20 20:18:05 UTC 2011 - [email protected]
+
+- update to version 2.3.12
+  - fixes for newer rubygems
+
+-------------------------------------------------------------------
+Fri Feb 18 13:20:43 UTC 2011 - [email protected]
+
+- update to version 2.3.11: (bnc#668817)
+  - XSS Risk in mail_to :encode=>:javascript CVE-2011-0446
+  - CSRF Bypass Risk CVE-2011-0447
+  - Filter Problems on Case Insensitive Filesystems CVE-2011-0449
+  - Potential SQL Injection with limit() CVE-2011-0448
+
+-------------------------------------------------------------------
+Wed Oct 27 11:45:43 UTC 2010 - [email protected]
+
+- update to version 2.3.10
+  * Version bump
+
+-------------------------------------------------------------------
+Sun Sep  5 11:20:46 UTC 2010 - [email protected]
+
+- update to version 2.3.9
+  * Deprecates config.load_(once_)paths in favor of
+    autolaod_(once_)paths. [fxn]
+
+-------------------------------------------------------------------
+Tue Aug 31 15:23:36 UTC 2010 - [email protected]
+
+- fix update alternatives priority
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback 
old-versions/11.3/all/rubygem-rails-2_3
Destination is old-versions/11.3/UPDATES/all/rubygem-rails-2_3
calling whatdependson for 11.3-i586


Old:
----
  rails-2.3.8.gem

New:
----
  rails-2.3.14.gem

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

Other differences:
------------------
++++++ rubygem-rails-2_3.spec ++++++
--- /var/tmp/diff_new_pack.PV1wJJ/_old  2011-11-09 15:40:53.000000000 +0100
+++ /var/tmp/diff_new_pack.PV1wJJ/_new  2011-11-09 15:40:53.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-rails-2_3 (Version 2.3.8)
+# spec file for package rubygem-rails-2_3
 #
-# 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,10 +19,12 @@
 
 
 Name:           rubygem-rails-2_3
-Version:        2.3.8
-Release:        1
+Version:        2.3.14
+Release:        0.<RELEASE2>
 %define mod_name rails
-%define mod_branch 2_3
+%define mod_full_name %{mod_name}-%{version}
+%define mod_branch -2_3
+%define mod_weight 23
 #
 Group:          Development/Languages/Ruby
 License:        MIT
@@ -31,23 +33,31 @@
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
 Provides:       rubygem-%{mod_name} = %{version}-%{release}
-#
+# rake >= 0.8.3
 BuildRequires:  rubygem-rake >= 0.8.3
 Requires:       rubygem-rake >= 0.8.3
+# activesupport = 2.3.14
 BuildRequires:  rubygem-activesupport-2_3 = %{version}
 Requires:       rubygem-activesupport-2_3 = %{version}
+# activerecord = 2.3.14
 BuildRequires:  rubygem-activerecord-2_3 = %{version}
 Requires:       rubygem-activerecord-2_3 = %{version}
+# actionpack = 2.3.14
 BuildRequires:  rubygem-actionpack-2_3 = %{version}
 Requires:       rubygem-actionpack-2_3 = %{version}
+# actionmailer = 2.3.14
 BuildRequires:  rubygem-actionmailer-2_3 = %{version}
 Requires:       rubygem-actionmailer-2_3 = %{version}
+# activeresource = 2.3.14
 BuildRequires:  rubygem-activeresource-2_3 = %{version}
 Requires:       rubygem-activeresource-2_3 = %{version}
+# we need rubygem-rdoc because 2.3.12 got ported to the new API
+# the requires is missing in the gem spec
+Recommends:     rubygem-rdoc > 2.4.2
 PreReq:         update-alternatives
 #
 Url:            http://www.rubyonrails.org
-Source:         %{mod_name}-%{version}.gem
+Source:         %{mod_full_name}.gem
 #
 Summary:        Web-application framework with template engine, control-flow 
layer, and ORM
 
@@ -62,12 +72,12 @@
 
 %install
 %gem_install %{S:0}
-mv %{buildroot}%{_bindir}/rails{,-%{mod_branch}}
+mv %{buildroot}%{_bindir}/rails{,%{mod_branch}}
 %{__ln_s} rails %{buildroot}%{_bindir}/rails
 # make sure it installs the right version when using rails-1.1
-ruby -p -i.bak -e '$_.gsub!(/>= 0/, "= %{version}")' 
%{buildroot}%{_bindir}/rails-%{mod_branch}
-diff -urN %{buildroot}%{_bindir}/rails-%{mod_branch}{.bak,} || :
-rm %{buildroot}%{_bindir}/rails-%{mod_branch}.bak
+ruby -p -i.bak -e '$_.gsub!(/>= 0/, "= %{version}")' 
%{buildroot}%{_bindir}/rails%{mod_branch}
+diff -urN %{buildroot}%{_bindir}/rails%{mod_branch}{.bak,} || :
+rm %{buildroot}%{_bindir}/rails%{mod_branch}.bak
 find %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ 
-name dispatch.\* -print0 | \
     xargs -r0 ruby -p -i -e 'gsub(%r{#!.*/bin/ruby}, "#!/usr/bin/ruby")'
 
@@ -76,20 +86,20 @@
 
 %post
 /usr/sbin/update-alternatives --install \
-    %{_bindir}/rails rails %{_bindir}/rails-%{mod_branch} 20
+    %{_bindir}/rails rails %{_bindir}/rails%{mod_branch} %{mod_weight}
 
 %preun
 if [ "$1" = 0 ] ; then
-    /usr/sbin/update-alternatives --remove rails %{_bindir}/rails-%{mod_branch}
+    /usr/sbin/update-alternatives --remove rails %{_bindir}/rails%{mod_branch}
 fi
 
 %files
 %defattr(-,root,root,-)
 %ghost %config(noreplace) %{_bindir}/rails
-%{_bindir}/rails-%{mod_branch}
-%{_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}/
+%{_bindir}/rails%{mod_branch}
+%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
+%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
 
 %changelog

continue with "q"...



Remember to have fun...

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

Reply via email to