Update to new vendor software versions and adjust dependencies.

Thu, 28 Mar 2013 20:11:34 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 28 Mar 2013 20:11:34 +0100
changeset 762
b63e85afed35
parent 761
3d752068b7fb
child 763
d07f45deec02

Update to new vendor software versions and adjust dependencies.

ruby-rails/ruby-rails.spec file | annotate | diff | comparison | revisions
     1.1 --- a/ruby-rails/ruby-rails.spec	Thu Mar 28 20:11:20 2013 +0100
     1.2 +++ b/ruby-rails/ruby-rails.spec	Thu Mar 28 20:11:34 2013 +0100
     1.3 @@ -31,34 +31,35 @@
     1.4  #         railties
     1.5  
     1.6  #   package version
     1.7 -%define       V_il8n            0.6.1
     1.8 -%define       V_multijson       1.3.6
     1.9 -%define       V_activesupport   3.2.8
    1.10 -%define       V_builder         3.0.3
    1.11 -%define       V_activemodel     3.2.8
    1.12 -%define       V_rack            1.4.1
    1.13 +%define       V_il8n            0.6.1  # not 0.6.4
    1.14 +%define       V_multijson       1.7.2
    1.15 +%define       V_activesupport   3.2.13
    1.16 +%define       V_builder         3.0.0  # not 3.2.0
    1.17 +%define       V_activemodel     3.2.13
    1.18 +%define       V_rack            1.4.5  # not 1.5.2
    1.19  %define       V_rackcache       1.2
    1.20  %define       V_racktest        0.6.2
    1.21  %define       V_journey         1.0.4
    1.22  %define       V_hike            1.2.1
    1.23 -%define       V_tilt            1.3.3
    1.24 -%define       V_sprockets       2.1.3
    1.25 +%define       V_tilt            1.3.6
    1.26 +%define       V_sprockets       2.2.1  # not 2.9.0
    1.27  %define       V_erubis          2.7.0
    1.28 -%define       V_actionpack      3.2.8
    1.29 +%define       V_actionpack      3.2.13
    1.30  %define       V_arel            3.0.2
    1.31 -%define       V_tzinfo          0.3.33
    1.32 -%define       V_activerecord    3.2.8
    1.33 -%define       V_activeresource  3.2.8
    1.34 -%define       V_mimetypes       1.19
    1.35 +%define       V_tzinfo          0.3.37
    1.36 +%define       V_activerecord    3.2.13
    1.37 +%define       V_activeresource  3.2.13
    1.38 +%define       V_mimetypes       1.21
    1.39  %define       V_polyglot        0.3.3
    1.40 -%define       V_treetop         1.4.11
    1.41 -%define       V_mail            2.4.4
    1.42 -%define       V_actionmailer    3.2.8
    1.43 -%define       V_rackssl         1.3.2
    1.44 -%define       V_thor            0.16.0
    1.45 -%define       V_railties        3.2.8
    1.46 -%define       V_bundler         1.2.1
    1.47 -%define       V_rails           3.2.8
    1.48 +%define       V_treetop         1.4.12
    1.49 +%define       V_mail            2.5.3
    1.50 +%define       V_actionmailer    3.2.13
    1.51 +%define       V_rackssl         1.3.3
    1.52 +%define       V_thor            0.18.0
    1.53 +%define       V_rdoc            3.4  # not 4.0.1
    1.54 +%define       V_railties        3.2.13
    1.55 +%define       V_bundler         1.3.4
    1.56 +%define       V_rails           3.2.13
    1.57  
    1.58  #   package information
    1.59  Name:         ruby-rails
    1.60 @@ -99,9 +100,10 @@
    1.61  Source22:     http://rubygems.org/downloads/actionmailer-%{V_actionmailer}.gem
    1.62  Source23:     http://rubygems.org/downloads/rack-ssl-%{V_rackssl}.gem
    1.63  Source24:     http://rubygems.org/downloads/thor-%{V_thor}.gem
    1.64 -Source25:     http://rubygems.org/downloads/railties-%{V_railties}.gem
    1.65 -Source26:     http://rubygems.org/downloads/bundler-%{V_bundler}.gem
    1.66 -Source27:     http://rubygems.org/downloads/rails-%{V_rails}.gem
    1.67 +Source25:     http://rubygems.org/downloads/rdoc-%{V_rdoc}.gem
    1.68 +Source26:     http://rubygems.org/downloads/railties-%{V_railties}.gem
    1.69 +Source27:     http://rubygems.org/downloads/bundler-%{V_bundler}.gem
    1.70 +Source28:     http://rubygems.org/downloads/rails-%{V_rails}.gem
    1.71  
    1.72  #   build information
    1.73  BuildPreReq:  OpenPKG, openpkg >= 20100101, ruby
    1.74 @@ -236,6 +238,11 @@
    1.75          url       = http://rubygems.org/gems/thor
    1.76          regex     = thor-(__VER__)\.gem
    1.77      }
    1.78 +    prog ruby-rails:rdoc = {
    1.79 +        version   = %{V_rdoc}
    1.80 +        url       = http://rubygems.org/gems/rdoc
    1.81 +        regex     = rdoc-(__VER__)\.gem
    1.82 +    }
    1.83      prog ruby-rails:railties = {
    1.84          version   = %{V_railties}
    1.85          url       = http://rubygems.org/gems/railties
    1.86 @@ -289,6 +296,7 @@
    1.87      %{l_prefix}/bin/gem install --local %{SOURCE25}
    1.88      %{l_prefix}/bin/gem install --local %{SOURCE26}
    1.89      %{l_prefix}/bin/gem install --local %{SOURCE27}
    1.90 +    %{l_prefix}/bin/gem install --local %{SOURCE28}
    1.91      ( cd $GEM_HOME/gems/thor-*/spec/fixtures
    1.92        mv path\ with\ spaces pathwithoutspaces
    1.93      ) || exit $?

mercurial