Mailinglist Archive: opensuse-commit (1116 mails)
| < Previous | Next > |
commit rubygem-rails-2_1 for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 27 Feb 2009 05:22:34 +0100
- Message-id: <20090227042234.EE1BE678159@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package rubygem-rails-2_1 for
openSUSE:Factory
checked in at Fri Feb 27 05:22:34 CET 2009.
--------
--- rubygem-rails-2_1/rubygem-rails-2_1.changes 2008-11-29 12:37:34.000000000
+0100
+++ rubygem-rails-2_1/rubygem-rails-2_1.changes 2009-02-24 15:25:44.350475000
+0100
@@ -6,0 +7,17 @@
+Fri Nov 28 19:46:37 CET 2008 - mrueckert@xxxxxxx
+
+- update to rails 2.1.2
+ * Security fixes for Active Record and Action Pack and a few
+ other minor fixes
+
+-------------------------------------------------------------------
+Sat Nov 29 12:37:22 CET 2008 - ro@xxxxxxx
+
+- patch occurrences of /usr/local/bin/ruby
+
+-------------------------------------------------------------------
+Tue Nov 25 12:25:55 CET 2008 - mrueckert@xxxxxxx
+
+- fix interpreter in the dispatch scripts
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
rails-2.1.1.gem
New:
----
rails-2.1.2.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-rails-2_1.spec ++++++
--- /var/tmp/diff_new_pack.a20197/_old 2009-02-27 05:21:50.000000000 +0100
+++ /var/tmp/diff_new_pack.a20197/_new 2009-02-27 05:21:50.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package rubygem-rails-2_1 (Version 2.1.1)
+# spec file for package rubygem-rails-2_1 (Version 2.1.2)
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 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,7 +19,7 @@
Name: rubygem-rails-2_1
-Version: 2.1.1
+Version: 2.1.2
Release: 3
#
%define mod_name rails
@@ -34,22 +34,22 @@
Provides: rubygem-%{mod_name} = %{version}-%{release}
# Obsoletes: rubygem-%{mod_name} < %{version}
BuildRequires: rubygem-rake >= 0.8.1
-BuildRequires: rubygem-activesupport-2_1 = 2.1.1
-BuildRequires: rubygem-activerecord-2_1 = 2.1.1
-BuildRequires: rubygem-actionpack-2_1 = 2.1.1
-BuildRequires: rubygem-actionmailer-2_1 = 2.1.1
-BuildRequires: rubygem-activeresource-2_1 = 2.1.1
+BuildRequires: rubygem-activesupport-2_1 = 2.1.2
+BuildRequires: rubygem-activerecord-2_1 = 2.1.2
+BuildRequires: rubygem-actionpack-2_1 = 2.1.2
+BuildRequires: rubygem-actionmailer-2_1 = 2.1.2
+BuildRequires: rubygem-activeresource-2_1 = 2.1.2
Requires: rubygem-rake >= 0.7.2
-Requires: rubygem-activesupport-2_1 = 2.1.1
-Requires: rubygem-activerecord-2_1 = 2.1.1
-Requires: rubygem-actionpack-2_1 = 2.1.1
-Requires: rubygem-actionmailer-2_1 = 2.1.1
-Requires: rubygem-activeresource-2_1 = 2.1.1
+Requires: rubygem-activesupport-2_1 = 2.1.2
+Requires: rubygem-activerecord-2_1 = 2.1.2
+Requires: rubygem-actionpack-2_1 = 2.1.2
+Requires: rubygem-actionmailer-2_1 = 2.1.2
+Requires: rubygem-activeresource-2_1 = 2.1.2
PreReq: update-alternatives
#
# http://rubyforge.org/projects/rails/
Url: http://www.rubyonrails.org/
-Source: http://rubyforge.org/frs/download.php/42615/rails-2.1.1.gem
+Source: http://rubyforge.org/frs/download.php/45639/rails-2.1.2.gem
#
Summary: A web-application framework for the MVC pattern
@@ -70,15 +70,15 @@
%build
%install
-gem install --local --build-root=%{buildroot} %{S:0}
+%gem_install %{S:0}
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
-grep -r "/usr/local/bin/ruby" %{buildroot}%{_libdir}/ruby || true
-grep -rl "/usr/local/bin/ruby" %{buildroot}%{_libdir}/ruby | xargs -r sed -i
-e "s@/usr/local/bin/ruby@/usr/bin/ruby@"
+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")'
%clean
%{__rm} -rf %{buildroot}
@@ -104,6 +104,13 @@
%changelog
* Sat Nov 29 2008 ro@xxxxxxx
- patch occurrences of /usr/local/bin/ruby
+- patch occurrences of /usr/local/bin/ruby
+* Fri Nov 28 2008 mrueckert@xxxxxxx
+- update to rails 2.1.2
+ * Security fixes for Active Record and Action Pack and a few
+ other minor fixes
+* Tue Nov 25 2008 mrueckert@xxxxxxx
+- fix interpreter in the dispatch scripts
* Fri Sep 12 2008 mrueckert@xxxxxxx
- update to rails 2.1.1
* Fix script/about in production mode.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |