commit rubygem-rails-2_3 for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rails-2_3 for 
openSUSE:Factory checked in at 2013-01-10 14:28:20

Comparing /work/SRC/openSUSE:Factory/rubygem-rails-2_3 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rails-2_3.new (New)


Package is "rubygem-rails-2_3", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rails-2_3/rubygem-rails-2_3.changes  
2011-11-07 17:26:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rails-2_3.new/rubygem-rails-2_3.changes 
2013-01-10 14:28:22.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan  8 20:48:56 UTC 2013 - co...@suse.com
+
+- updated to version 2.3.15, version bump
+
+---

Old:

  rails-2.3.14.gem

New:

  rails-2.3.15.gem



Other differences:
--
++ rubygem-rails-2_3.spec ++
--- /var/tmp/diff_new_pack.W16Juf/_old  2013-01-10 14:28:23.0 +0100
+++ /var/tmp/diff_new_pack.W16Juf/_new  2013-01-10 14:28:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rails-2_3
 #
-# Copyright (c) 2011 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,19 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   rubygem-rails-2_3
-Version:2.3.14
+Version:2.3.15
 Release:0
 %define mod_name rails
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -2_3
 %define mod_weight 23
 #
-Group:  Development/Languages/Ruby
-License:MIT
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
@@ -36,19 +32,19 @@
 # rake >= 0.8.3
 BuildRequires:  rubygem-rake >= 0.8.3
 Requires:   rubygem-rake >= 0.8.3
-# activesupport = 2.3.14
+# activesupport = 2.3.15
 BuildRequires:  rubygem-activesupport-2_3 = %{version}
 Requires:   rubygem-activesupport-2_3 = %{version}
-# activerecord = 2.3.14
+# activerecord = 2.3.15
 BuildRequires:  rubygem-activerecord-2_3 = %{version}
 Requires:   rubygem-activerecord-2_3 = %{version}
-# actionpack = 2.3.14
+# actionpack = 2.3.15
 BuildRequires:  rubygem-actionpack-2_3 = %{version}
 Requires:   rubygem-actionpack-2_3 = %{version}
-# actionmailer = 2.3.14
+# actionmailer = 2.3.15
 BuildRequires:  rubygem-actionmailer-2_3 = %{version}
 Requires:   rubygem-actionmailer-2_3 = %{version}
-# activeresource = 2.3.14
+# activeresource = 2.3.15
 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
@@ -60,6 +56,9 @@
 Source: %{mod_full_name}.gem
 #
 Summary:Web-application framework with template engine, control-flow 
layer, and ORM
+License:MIT
+Group:  Development/Languages/Ruby
+
 %description
 Rails is a framework for building web-application using CGI, FCGI, mod_ruby, or
 WEBrick on top of either MySQL, PostgreSQL, SQLite, DB2, SQL Server, or Oracle
@@ -69,6 +68,7 @@
 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.

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-rails-2_3 for openSUSE:Factory

2011-11-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rails-2_3 for 
openSUSE:Factory checked in at 2011-11-07 17:26:03

Comparing /work/SRC/openSUSE:Factory/rubygem-rails-2_3 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rails-2_3.new (New)


Package is "rubygem-rails-2_3", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rails-2_3/rubygem-rails-2_3.changes  
2011-09-23 12:45:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rails-2_3.new/rubygem-rails-2_3.changes 
2011-11-07 17:26:06.0 +0100
@@ -1,0 +2,25 @@
+Wed Aug 17 12:14:55 UTC 2011 - mrueck...@suse.de
+
+- 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 - mrueck...@suse.de
+
+- 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 - mrueck...@suse.de
+
+- update to version 2.3.12
+  - fixes for newer rubygems
+
+---

Old:

  rails-2.3.11.gem

New:

  rails-2.3.14.gem



Other differences:
--
++ rubygem-rails-2_3.spec ++
--- /var/tmp/diff_new_pack.nwtTSQ/_old  2011-11-07 17:26:10.0 +0100
+++ /var/tmp/diff_new_pack.nwtTSQ/_new  2011-11-07 17:26:10.0 +0100
@@ -19,10 +19,12 @@
 
 
 Name:   rubygem-rails-2_3
-Version:2.3.11
-Release:1
+Version:2.3.14
+Release:0
 %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,53 +33,56 @@
 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
+Requires:   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
-
 %description
 Rails is a framework for building web-application using CGI, FCGI, mod_ruby, or
 WEBrick on top of either MySQL, PostgreSQL, SQLite, DB2, SQL Server, or Oracle
 with eRuby- or Builder-based templates.
 
 %package doc
-License:MIT
 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.
 
 %prep
-
 %build
-
 %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")'
 
@@ -86,23 +9