commit rubygem-rake for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package rubygem-rake for openSUSE:Factory 
checked in at 2019-01-21 10:24:45

Comparing /work/SRC/openSUSE:Factory/rubygem-rake (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rake.new.28833 (New)


Package is "rubygem-rake"

Mon Jan 21 10:24:45 2019 rev:6 rq:656354 version:12.3.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rake/rubygem-rake.changes
2018-07-18 22:52:25.807261295 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rake.new.28833/rubygem-rake.changes 
2019-01-21 10:24:52.813781844 +0100
@@ -1,0 +2,22 @@
+Sat Dec  8 16:30:12 UTC 2018 - Stephan Kulow 
+
+- updated to version 12.3.2
+ see installed History.rdoc
+
+  === 12.3.2
+  
+   Bug fixes
+  
+  * Fixed test fails caused by 2.6 warnings.
+Pull Request #297 by hsbt
+  
+   Enhancements:
+  
+  * Rdoc improvements.
+Pull Request #293 by colby-swandale
+  * Improve multitask performance.
+Pull Request #273 by jsm
+  * Add alias `prereqs`.
+Pull Request #268 by take-cheeze
+
+---

Old:

  rake-12.3.1.gem

New:

  rake-12.3.2.gem



Other differences:
--
++ rubygem-rake.spec ++
--- /var/tmp/diff_new_pack.1RrqQW/_old  2019-01-21 10:24:53.445781149 +0100
+++ /var/tmp/diff_new_pack.1RrqQW/_new  2019-01-21 10:24:53.445781149 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rake
-Version:12.3.1
+Version:12.3.2
 Release:0
 %define mod_name rake
 %define mod_full_name %{mod_name}-%{version}

++ rake-12.3.1.gem -> rake-12.3.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTING.rdoc new/CONTRIBUTING.rdoc
--- old/CONTRIBUTING.rdoc   2018-03-22 05:46:32.0 +0100
+++ new/CONTRIBUTING.rdoc   2018-12-07 10:47:17.0 +0100
@@ -3,7 +3,7 @@
 Rake is currently hosted at github. The github web page is
 https://github.com/ruby/rake . The public git clone URL is
 
-  git://github.com/ruby/rake.git
+  https://github.com/ruby/rake.git
 
 = Running the Rake Test Suite
 
@@ -12,11 +12,18 @@
 * +cd+ into the top project directory of rake.
 * Install gem dependency using bundler:
 
-bundle install  # Install bundler, minitest and rdoc
+$ bundle install  # Install bundler, minitest and rdoc
 
-* Type one of the following:
+* Run the test suite
 
-rake# If you have run rake's tests
+$ rake
+
+= Rubocop
+
+Rake uses Rubocop to enforce a consistent style on new changes being
+proposed. You can check your code with Rubocop using:
+
+  $ ./bin/rubocop
 
 = Issues and Bug Reports
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.rdoc new/History.rdoc
--- old/History.rdoc2018-03-22 05:46:32.0 +0100
+++ new/History.rdoc2018-12-07 10:47:17.0 +0100
@@ -1,3 +1,19 @@
+=== 12.3.2
+
+ Bug fixes
+
+* Fixed test fails caused by 2.6 warnings.
+  Pull Request #297 by hsbt
+
+ Enhancements:
+
+* Rdoc improvements.
+  Pull Request #293 by colby-swandale
+* Improve multitask performance.
+  Pull Request #273 by jsm
+* Add alias `prereqs`.
+  Pull Request #268 by take-cheeze
+
 === 12.3.1
 
  Bug fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.rdoc new/README.rdoc
--- old/README.rdoc 2018-03-22 05:46:32.0 +0100
+++ new/README.rdoc 2018-12-07 10:47:17.0 +0100
@@ -75,10 +75,10 @@
 
 === Rake Information
 
-* {Rake command-line}[rdoc-ref:doc/command_line_usage.rdoc]
-* {Writing Rakefiles}[rdoc-ref:doc/rakefile.rdoc]
-* The original {Rake announcement}[rdoc-ref:doc/rational.rdoc]
-* Rake {glossary}[rdoc-ref:doc/glossary.rdoc]
+* {Rake command-line}[link:doc/command_line_usage.rdoc]
+* {Writing Rakefiles}[link:doc/rakefile.rdoc]
+* The original {Rake announcement}[link:doc/rational.rdoc]
+* Rake {glossary}[link:doc/glossary.rdoc]
 
 === Presentations and Articles about Rake
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bin/bundle new/bin/bundle
--- old/bin/bundle  1970-01-01 01:00:00.0 +0100
+++ new/bin/bundle  2018-12-07 10:47:17.0 +0100
@@ -0,0 +1,105 @@
+#!/usr/bin/env ruby
+# frozen_string_literal: true
+
+#
+# This file was generated by Bundler.
+#
+# The application 'bundle' is installed as part of a gem, and
+# this file is 

commit rubygem-rake for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-rake for openSUSE:Factory 
checked in at 2018-07-18 22:51:17

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


Package is "rubygem-rake"

Wed Jul 18 22:51:17 2018 rev:5 rq:621032 version:12.3.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rake/rubygem-rake.changes
2017-11-01 11:09:29.250103784 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rake.new/rubygem-rake.changes   
2018-07-18 22:52:25.807261295 +0200
@@ -1,0 +2,41 @@
+Thu Mar 22 05:30:42 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 12.3.1
+ see installed History.rdoc
+
+  === 12.3.1
+  
+   Bug fixes
+  
+  * Support did_you_mean >= v1.2.0 which has a breaking change on formatters.
+Pull request #262 by FUJI Goro.
+  
+   Enhancements:
+  
+  * Don't run task if it depends on already invoked but failed task.
+Pull request #252 by Gonzalo Rodriguez.
+  * Make space trimming consistent for all task arguments.
+Pull request #259 by Gonzalo Rodriguez.
+  * Removes duplicated inclusion of Rake::DSL in tests.
+Pull request #254 by Gonzalo Rodriguez.
+  * Re-raise a LoadError that didn't come from require in the test loader.
+Pull request #250 by Dylan Thacker-Smith.
+
+---
+Sun Dec  3 19:32:14 UTC 2017 - co...@suse.com
+
+- updated to version 12.3.0
+ see installed History.rdoc
+
+  === 12.3.0
+  
+   Compatibility Changes
+  
+  * Bump `required_ruby_verion` to Ruby 2.0.0. Rake was already
+removed to support for Ruby 1.9.x.
+  
+  === Enhancements:
+  
+  * Support `test-bundled-gems` task on ruby core.
+
+---

Old:

  rake-12.2.1.gem

New:

  rake-12.3.1.gem



Other differences:
--
++ rubygem-rake.spec ++
--- /var/tmp/diff_new_pack.oT2OwM/_old  2018-07-18 22:52:26.151260154 +0200
+++ /var/tmp/diff_new_pack.oT2OwM/_new  2018-07-18 22:52:26.155260141 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rake
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,12 +24,12 @@
 #
 
 Name:   rubygem-rake
-Version:12.2.1
+Version:12.3.1
 Release:0
 %define mod_name rake
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 1.9.3}
+BuildRequires:  %{ruby >= 2.0.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5

++ rake-12.2.1.gem -> rake-12.3.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.rdoc new/History.rdoc
--- old/History.rdoc2017-10-25 04:05:33.0 +0200
+++ new/History.rdoc2018-03-22 05:46:32.0 +0100
@@ -1,3 +1,32 @@
+=== 12.3.1
+
+ Bug fixes
+
+* Support did_you_mean >= v1.2.0 which has a breaking change on formatters.
+  Pull request #262 by FUJI Goro.
+
+ Enhancements:
+
+* Don't run task if it depends on already invoked but failed task.
+  Pull request #252 by Gonzalo Rodriguez.
+* Make space trimming consistent for all task arguments.
+  Pull request #259 by Gonzalo Rodriguez.
+* Removes duplicated inclusion of Rake::DSL in tests.
+  Pull request #254 by Gonzalo Rodriguez.
+* Re-raise a LoadError that didn't come from require in the test loader.
+  Pull request #250 by Dylan Thacker-Smith.
+
+=== 12.3.0
+
+ Compatibility Changes
+
+* Bump `required_ruby_version` to Ruby 2.0.0. Rake has already
+  removed support for Ruby 1.9.x.
+
+ Enhancements:
+
+* Support `test-bundled-gems` task on ruby core.
+
 === 12.2.1
 
  Bug fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.rdoc new/README.rdoc
--- old/README.rdoc 2017-10-25 04:05:33.0 +0200
+++ new/README.rdoc 2018-03-22 05:46:32.0 +0100
@@ -25,8 +25,8 @@
 
 * A library of prepackaged tasks to make building rakefiles easier. For 
example,
   tasks for building tarballs. (Formerly
-  tasks for building RDoc, Gems and publishing to FTP were included in rake 
but they're now
-  available in RDoc, RubyGems and  respectively.)
+  tasks for building RDoc, Gems, and publishing to FTP were included in rake 
but they're now
+  available in RDoc, RubyGems, and rake-contrib respectively.)
 
 * Supports parallel execution of tasks.
 
@@ -130,7 +130,7 @@
 = 

commit rubygem-rake for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package rubygem-rake for openSUSE:Factory 
checked in at 2017-11-01 11:09:28

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


Package is "rubygem-rake"

Wed Nov  1 11:09:28 2017 rev:4 rq:537505 version:12.2.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rake/rubygem-rake.changes
2017-09-13 22:36:02.447412623 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rake.new/rubygem-rake.changes   
2017-11-01 11:09:29.250103784 +0100
@@ -1,0 +2,28 @@
+Thu Oct 26 10:08:57 UTC 2017 - co...@suse.com
+
+- updated to version 12.2.1
+ see installed History.rdoc
+
+  === 12.2.1
+  
+   Bug fixes
+  
+  * Fixed to break Capistrano::Application on capistrano3.
+  
+  === 12.2.0
+  
+   Enhancements:
+  
+  * Make rake easier to use as a library
+Pull request #211 by @drbrain
+  * Fix quadratic performance in FileTask#out_of_date?
+Pull request #224 by @doudou
+  * Clarify output when printing nested exception traces
+Pull request #232 by @urbanautomaton
+  
+   Bug fixes
+  
+  * Account for a file that match 2 or more patterns.
+Pull request #231 by @styd
+
+---

Old:

  rake-12.1.0.gem

New:

  rake-12.2.1.gem



Other differences:
--
++ rubygem-rake.spec ++
--- /var/tmp/diff_new_pack.F4lFkT/_old  2017-11-01 11:09:30.146071057 +0100
+++ /var/tmp/diff_new_pack.F4lFkT/_new  2017-11-01 11:09:30.150070911 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rake
-Version:12.1.0
+Version:12.2.1
 Release:0
 %define mod_name rake
 %define mod_full_name %{mod_name}-%{version}

++ rake-12.1.0.gem -> rake-12.2.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.rdoc new/History.rdoc
--- old/History.rdoc2017-09-11 04:22:49.0 +0200
+++ new/History.rdoc2017-10-25 04:05:33.0 +0200
@@ -1,3 +1,25 @@
+=== 12.2.1
+
+ Bug fixes
+
+* Fixed to break Capistrano::Application on capistrano3.
+
+=== 12.2.0
+
+ Enhancements:
+
+* Make rake easier to use as a library
+  Pull request #211 by @drbrain
+* Fix quadratic performance in FileTask#out_of_date?
+  Pull request #224 by @doudou
+* Clarify output when printing nested exception traces
+  Pull request #232 by @urbanautomaton
+
+ Bug fixes
+
+* Account for a file that match 2 or more patterns.
+  Pull request #231 by @styd
+
 === 12.1.0
 
  Enhancements:
@@ -14,7 +36,7 @@
   Pull request #183 by @aycabta.
 * Make LoadError from running tests more obvious. Pull request #195
   by Eric Hodel.
-* Fix unexpected TypeError with hash stayle option. Pull request #202
+* Fix unexpected TypeError with hash style option. Pull request #202
   by Kuniaki IGARASHI.
 
 === 12.0.0
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rake/application.rb new/lib/rake/application.rb
--- old/lib/rake/application.rb 2017-09-11 04:22:49.0 +0200
+++ new/lib/rake/application.rb 2017-10-25 04:05:33.0 +0200
@@ -62,6 +62,8 @@
   add_loader("rake", DefaultLoader.new)
   @tty_output = STDOUT.tty?
   @terminal_columns = ENV["RAKE_COLUMNS"].to_i
+
+  set_default_options
 end
 
 # Run the Rake application.  The run method performs the following
@@ -74,19 +76,24 @@
 # If you wish to build a custom rake command, you should call
 # +init+ on your application.  Then define any tasks.  Finally,
 # call +top_level+ to run your top level tasks.
-def run
+def run(argv = ARGV)
   standard_exception_handling do
-init
+init "rake", argv
 load_rakefile
 top_level
   end
 end
 
 # Initialize the command line parameters and app name.
-def init(app_name="rake")
+def init(app_name="rake", argv = ARGV)
   standard_exception_handling do
 @name = app_name
-args = handle_options
+begin
+  args = handle_options argv
+rescue ArgumentError
+  # Backword compatibility for capistrano
+  args = handle_options
+end
 collect_command_line_tasks(args)
   end
 end
@@ -205,13 +212,22 @@
 end
 
 def display_exception_details(ex) # :nodoc:
-  seen = Thread.current[:rake_display_exception_details_seen] ||= []
-  return if seen.include? ex
-  seen << ex
+  display_exception_details_seen << ex
 
   display_exception_message_details(ex)
   display_exception_backtrace(ex)
-  display_exception_details(ex.cause) if 

commit rubygem-rake for openSUSE:Factory

2017-09-13 Thread root
Hello community,

here is the log from the commit of package rubygem-rake for openSUSE:Factory 
checked in at 2017-09-13 22:34:32

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


Package is "rubygem-rake"

Wed Sep 13 22:34:32 2017 rev:3 rq:523495 version:12.1.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rake/rubygem-rake.changes
2017-02-04 00:56:54.179266809 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rake.new/rubygem-rake.changes   
2017-09-13 22:36:02.447412623 +0200
@@ -1,0 +2,25 @@
+Mon Sep 11 12:50:02 UTC 2017 - co...@suse.com
+
+- updated to version 12.1.0
+ see installed History.rdoc
+
+  === 12.1.0
+  
+   Enhancements:
+  
+  * Added did_you_mean feature for invalid rake task.
+Pull request #221 by @xtina-starr
+  * Enabled to dependency chained by extensions. Pull request #39 by Petr 
Skocik.
+  * Make all of string literals to frozen objects on Ruby 2.4 or later.
+  
+   Bug fixes
+  
+  * Typo fixes in rakefile.rdoc. Pull request #180 by Yuta Kurotaki.
+  * Fix unexpected behavior of file task with dryrun option.
+Pull request #183 by @aycabta.
+  * Make LoadError from running tests more obvious. Pull request #195
+by Eric Hodel.
+  * Fix unexpected TypeError with hash stayle option. Pull request #202
+by Kuniaki IGARASHI.
+
+---

Old:

  rake-12.0.0.gem

New:

  rake-12.1.0.gem



Other differences:
--
++ rubygem-rake.spec ++
--- /var/tmp/diff_new_pack.92VvWg/_old  2017-09-13 22:36:03.507263398 +0200
+++ /var/tmp/diff_new_pack.92VvWg/_new  2017-09-13 22:36:03.507263398 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rake
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rake
-Version:12.0.0
+Version:12.1.0
 Release:0
 %define mod_name rake
 %define mod_full_name %{mod_name}-%{version}
@@ -35,7 +35,7 @@
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:https://github.com/ruby/rake
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Rake is a Make-like program implemented in Ruby
 License:MIT

++ rake-12.0.0.gem -> rake-12.1.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml2016-12-06 12:44:33.0 +0100
+++ new/.rubocop.yml1970-01-01 01:00:00.0 +0100
@@ -1,57 +0,0 @@
-AllCops:
-  TargetRubyVersion: 2.3
-  DisabledByDefault: true
-  Exclude:
-- doc/**/*.rb
-- rake.gemspec
-
-Style/LineLength:
-  Enabled: true
-  Max: 120
-
-Style/HashSyntax:
-  Enabled: true
-
-Style/StringLiterals:
-  Enabled: true
-  EnforcedStyle: double_quotes
-
-Style/IndentationWidth:
-  Enabled: true
-
-Style/Tab:
-  Enabled: true
-
-Style/EmptyLines:
-  Enabled: true
-
-Style/TrailingBlankLines:
-  Enabled: true
-
-Style/TrailingWhitespace:
-  Enabled: true
-
-Style/SpaceBeforeBlockBraces:
-  Enabled: true
-
-Style/SpaceInsideBlockBraces:
-  Enabled: true
-
-Style/SpaceInsideHashLiteralBraces:
-  Enabled: true
-
-Style/CaseIndentation:
-  Enabled: true
-
-Style/MultilineIfThen:
-  Enabled: true
-
-Style/MethodDefParentheses:
-  Enabled: true
-
-Style/BracesAroundHashParameters:
-  Enabled: true
-
-Lint/EndAlignment:
-  Enabled: true
-  AlignWith: variable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2016-12-06 12:44:33.0 +0100
+++ new/.travis.yml 1970-01-01 01:00:00.0 +0100
@@ -1,21 +0,0 @@
-language: ruby
-sudo: false
-rvm:
-  - 1.9.3
-  - 2.0.0
-  - 2.1.10
-  - 2.2.5
-  - 2.3.1
-  - ruby-head
-  - jruby-1.7.20
-  - jruby-9.1.6.0
-  - jruby-head
-before_install:
-  - gem install bundler --no-document -v '~> 1.13.3'
-before_script:
-  - unset JRUBY_OPTS
-script: ruby -Ilib exe/rake
-notifications:
-  email:
-  - h...@ruby-lang.org
-  - drbr...@segment7.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.rdoc new/History.rdoc
--- old/History.rdoc2016-12-06 12:44:33.0 +0100
+++ new/History.rdoc2017-09-11 04:22:49.0 +0200
@@ -1,10 +1,29 @@
+=== 12.1.0
+
+ Enhancements:
+
+* Added did_you_mean 

commit rubygem-rake for openSUSE:Factory

2015-02-05 Thread h_root


binSm8nXja9Ji.bin
Description: Binary data


commit rubygem-rake for openSUSE:Factory

2014-10-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rake for openSUSE:Factory 
checked in at 2014-10-23 14:20:57

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


Package is rubygem-rake

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rake/rubygem-rake.changes
2014-10-20 07:26:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rake.new/rubygem-rake.changes   
2014-10-23 14:21:18.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 22 15:20:39 UTC 2014 - tboer...@suse.com
+
+- Fixed last pieces of new macros
+
+---



Other differences:
--
++ rubygem-rake.spec ++
--- /var/tmp/diff_new_pack.HHGvxV/_old  2014-10-23 14:21:18.0 +0200
+++ /var/tmp/diff_new_pack.HHGvxV/_new  2014-10-23 14:21:18.0 +0200
@@ -21,13 +21,12 @@
 Release:0
 %define mod_name rake
 %define mod_full_name %{mod_name}-%{version}
-%define mod_branch -%{version}
-%define mod_weight 100302
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby = 1.8.7}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc  3.10}
 BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
-BuildRequires:  rubygem(rdoc)  3.10
 Url:https://github.com/jimweirich/rake
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Rake is a Make-like program implemented in Ruby

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



commit rubygem-rake for openSUSE:Factory

2014-10-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rake for openSUSE:Factory 
checked in at 2014-10-20 07:26:43

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


Package is rubygem-rake

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rake/rubygem-rake.changes
2014-05-21 16:30:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rake.new/rubygem-rake.changes   
2014-10-20 07:26:44.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 12:13:34 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-rake.spec ++
--- /var/tmp/diff_new_pack.i5yyA7/_old  2014-10-20 07:26:45.0 +0200
+++ /var/tmp/diff_new_pack.i5yyA7/_new  2014-10-20 07:26:45.0 +0200
@@ -25,9 +25,7 @@
 %define mod_weight 100302
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
-Requires:   ruby = 1.8.7
-BuildRequires:  ruby = 1.8.7
+BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
 BuildRequires:  rubygem(rdoc)  3.10
 Url:https://github.com/jimweirich/rake
@@ -55,68 +53,16 @@
 available in RDoc and RubyGems respectively.)
 * Supports parallel execution of tasks.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/rake{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/rake
-ln -s %{_sysconfdir}/alternatives/rake %{buildroot}%{_bindir}/rake
-
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/History.rdoc 
%buildroot/%{_docdir}/%{name}/History.rdoc
-ln -s %{gem_base}/gems/%{mod_full_name}/MIT-LICENSE 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/rake rake %{_bindir}/rake%{mod_branch} %{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove rake %{_bindir}/rake%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/rake%{mod_branch}
-%{_bindir}/rake
-%ghost %{_sysconfdir}/alternatives/rake
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/test
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files=History.rdoc MIT-LICENSE README.rdoc \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-rake for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rake for openSUSE:Factory 
checked in at 2014-05-21 16:30:03

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


Package is rubygem-rake

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rake/rubygem-rake.changes
2014-04-22 07:41:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rake.new/rubygem-rake.changes   
2014-05-21 16:30:05.0 +0200
@@ -1,0 +2,10 @@
+Sun May 18 09:04:44 UTC 2014 - co...@suse.com
+
+- updated to version 10.3.2
+ Bug fixes:
+ 
+ * Rake no longer infinitely loops when showing exception causes that refer to
+   each other.  Bug #272 by Chris Bandy.
+ * Fixed documentation typos.  Bug #275 by Jake Worth.
+
+---

Old:

  rake-10.3.1.gem

New:

  rake-10.3.2.gem



Other differences:
--
++ rubygem-rake.spec ++
--- /var/tmp/diff_new_pack.PHVMyh/_old  2014-05-21 16:30:07.0 +0200
+++ /var/tmp/diff_new_pack.PHVMyh/_new  2014-05-21 16:30:07.0 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   rubygem-rake
-Version:10.3.1
+Version:10.3.2
 Release:0
 %define mod_name rake
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 100301
+%define mod_weight 100302
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 3

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



commit rubygem-rake for openSUSE:Factory

2014-04-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rake for openSUSE:Factory 
checked in at 2014-04-22 07:41:12

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


Package is rubygem-rake

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rake/rubygem-rake.changes
2014-04-08 12:49:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rake.new/rubygem-rake.changes   
2014-04-22 07:41:14.0 +0200
@@ -1,0 +2,28 @@
+Mon Apr 21 16:55:26 UTC 2014 - co...@suse.com
+
+- updated to version 10.3.1
+ Bug fixes:
+ 
+ * Really stop reporting an error when cleaning already-deleted files.  Pull
+   request #269 by Randy Coulman
+ * Fixed infinite loop when cleaning already-deleted files on windows.
+ 
+ === 10.3 / 2014-04-15
+ 
+ Enhancements:
+ 
+ * Added --build-all option to rake which treats all file prerequisites as
+   out-of-date.  Pull request #254 by Andrew Gilbert.
+ * Added Rake::NameSpace#scope.  Issue #263 by Jon San Miguel.
+ 
+ Bug fixes:
+ 
+ * Suppress org.jruby package files in rake error messages for JRuby users.
+   Issue #213 by Charles Nutter.
+ * Fixed typo, removed extra h.  Pull request #267 by Hsing-Hui Hsu.
+ * Rake no longer reports an error when cleaning already-deleted files.  Pull
+   request #266 by Randy Coulman.
+ * Consume stderr while determining CPU count to avoid hang.  Issue #268 by
+   Albert Sun.
+
+---

Old:

  rake-10.2.2.gem

New:

  rake-10.3.1.gem



Other differences:
--
++ rubygem-rake.spec ++
--- /var/tmp/diff_new_pack.aTj3Qs/_old  2014-04-22 07:41:14.0 +0200
+++ /var/tmp/diff_new_pack.aTj3Qs/_new  2014-04-22 07:41:14.0 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   rubygem-rake
-Version:10.2.2
+Version:10.3.1
 Release:0
 %define mod_name rake
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 100202
+%define mod_weight 100301
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 3

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



commit rubygem-rake for openSUSE:Factory

2014-04-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rake for openSUSE:Factory 
checked in at 2014-04-08 12:49:07

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


Package is rubygem-rake

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rake/rubygem-rake.changes
2014-01-13 12:04:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rake.new/rubygem-rake.changes   
2014-04-08 12:49:09.0 +0200
@@ -1,0 +2,8 @@
+Sun Apr  6 05:38:51 UTC 2014 - co...@suse.com
+
+- updated to version 10.2.2
+ Bug fixes:
+ 
+ * Restored Ruby 1.8.7 compatibility
+
+---

Old:

  rake-10.1.1.gem

New:

  rake-10.2.2.gem



Other differences:
--
++ rubygem-rake.spec ++
--- /var/tmp/diff_new_pack.Ve6GQn/_old  2014-04-08 12:49:09.0 +0200
+++ /var/tmp/diff_new_pack.Ve6GQn/_new  2014-04-08 12:49:09.0 +0200
@@ -17,29 +17,43 @@
 
 
 Name:   rubygem-rake
-Version:10.1.1
+Version:10.2.2
 Release:0
 %define mod_name rake
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 100101
+%define mod_weight 100202
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
-Requires:   ruby = 1.8.6
-BuildRequires:  ruby-devel = 1.8.6
+BuildRequires:  ruby-macros = 3
+Requires:   ruby = 1.8.7
+BuildRequires:  ruby = 1.8.7
 BuildRequires:  update-alternatives
 BuildRequires:  rubygem(rdoc)  3.10
-Url:http://github.com/jimweirich/rake
+Url:https://github.com/jimweirich/rake
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
-Summary:Ruby based make-like utility
+Summary:Rake is a Make-like program implemented in Ruby
 License:MIT
 Group:  Development/Languages/Ruby
 PreReq: update-alternatives
 
 %description
-Rake is a Make-like program implemented in Ruby. Tasks and dependencies
-arespecified in standard Ruby syntax.
+Rake is a Make-like program implemented in Ruby. Tasks and dependencies are
+specified in standard Ruby syntax.
+Rake has the following features:
+* Rakefiles (rake's version of Makefiles) are completely defined in
+standard Ruby syntax.  No XML files to edit.  No quirky Makefile
+syntax to worry about (is that a tab or a space?)
+* Users can specify tasks with prerequisites.
+* Rake supports rule patterns to synthesize implicit tasks.
+* Flexible FileLists that act like arrays but know about manipulating
+file names and paths.
+* A library of prepackaged tasks to make building rakefiles easier. For
+example,
+tasks for building tarballs and publishing to FTP or SSH sites.  (Formerly
+tasks for building RDoc and Gems were included in rake but they're now
+available in RDoc and RubyGems respectively.)
+* Supports parallel execution of tasks.
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
@@ -73,9 +87,9 @@
 ln -s %{_sysconfdir}/alternatives/rake %{buildroot}%{_bindir}/rake
 
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGES 
%buildroot/%{_docdir}/%{name}/CHANGES
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/MIT-LICENSE 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
+ln -s %{gem_base}/gems/%{mod_full_name}/History.rdoc 
%buildroot/%{_docdir}/%{name}/History.rdoc
+ln -s %{gem_base}/gems/%{mod_full_name}/MIT-LICENSE 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE
+ln -s %{gem_base}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
 
 %post
 /usr/sbin/update-alternatives --install \
@@ -92,17 +106,17 @@
 %{_bindir}/rake%{mod_branch}
 %{_bindir}/rake
 %ghost %{_sysconfdir}/alternatives/rake
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/test
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{gem_base}/gems/%{mod_full_name}/test
 
 %changelog

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

commit rubygem-rake for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rake for openSUSE:Factory 
checked in at 2014-01-13 12:04:01

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


Package is rubygem-rake

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rake/rubygem-rake.changes
2013-10-11 13:49:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rake.new/rubygem-rake.changes   
2014-01-13 12:04:02.0 +0100
@@ -1,0 +2,5 @@
+Sun Jan  5 14:39:59 UTC 2014 - co...@suse.com
+
+- updated to version 10.1.1, no changelog
+
+---

Old:

  rake-10.1.0.gem

New:

  rake-10.1.1.gem



Other differences:
--
++ rubygem-rake.spec ++
--- /var/tmp/diff_new_pack.k4SkHO/_old  2014-01-13 12:04:03.0 +0100
+++ /var/tmp/diff_new_pack.k4SkHO/_new  2014-01-13 12:04:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rake
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,20 +17,20 @@
 
 
 Name:   rubygem-rake
-Version:10.1.0
+Version:10.1.1
 Release:0
 %define mod_name rake
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 100100
+%define mod_weight 100101
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Requires:   ruby = 1.8.6
 BuildRequires:  ruby-devel = 1.8.6
-BuildRequires:  rubygem(rdoc)  3.10
 BuildRequires:  update-alternatives
-Url:http://rake.rubyforge.org
+BuildRequires:  rubygem(rdoc)  3.10
+Url:http://github.com/jimweirich/rake
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Ruby based make-like utility
 License:MIT

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



commit rubygem-rake for openSUSE:Factory

2013-10-11 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rake for openSUSE:Factory 
checked in at 2013-10-11 13:49:35

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


Package is rubygem-rake

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rake.new/rubygem-rake.changes   
2013-10-11 13:49:35.0 +0200
@@ -0,0 +1,335 @@
+---
+Thu Jun 27 04:59:31 UTC 2013 - co...@suse.com
+
+- fix usage of update-alternatives
+
+---
+Thu Jun 20 13:37:45 UTC 2013 - co...@suse.com
+
+- updated to version 10.1.0
+  New Features:
+  
+  * Add support for variable length task argument lists. If more actual
+arguments are supplied than named arguments, then the extra
+arguments values will be in args.extras.
+  
+  * Application name is not displayed in the help banner. (Previously
+rake was hardcoded, now rake-based applications can display their
+own names).
+  
+---
+Sun Apr 14 08:25:26 UTC 2013 - co...@suse.com
+
+- updated to version 10.0.4
+
+---
+Tue Mar 19 19:21:18 UTC 2013 - co...@suse.com
+
+- use update-alternatives (new gem2rpm)
+
+---
+Sat Dec 22 07:32:51 UTC 2012 - co...@suse.com
+
+- updated to version 10.0.3, same changelog as 10.0.1...
+
+---
+Wed Nov 28 13:22:04 UTC 2012 - co...@suse.com
+
+- updated to version 10.0.2
+
+---
+Thu Nov 15 11:05:50 UTC 2012 - co...@suse.com
+
+- updated to version 10.0.1
+ = Rake 10.0.1 Released
+ 
+   Jim, when will Rake reach version 1.0?
+ 
+ Over the past several years I've been asked that question at
+ conferences, panels and over twitter. Due to historical reasons (or
+ maybe just plain laziness) Rake has (incorrectly) been treating the
+ second digit of the version as the major release number. So in my head
+ Rake was already at version 9.
+ 
+ Well, it's time to fix things. This next version of Rake drops old,
+ crufty, backwards compatibility hacks such as top level constants, DSL
+ methods defined in Object and numerous other features that are just no
+ longer desired. It's also time to drop the leading zero from the
+ version number as well and call this new version of rake what it
+ really is: Version 10.
+ 
+ So, welcome to Rake 10.0!
+ 
+ Rake 10 is actually feature identical to the latest version of Rake 9
+ (that would be the version spelled 0.9.3), *except* that Rake 10 drops
+ all the sundry deprecated features that have accumulated over the years.
+ 
+ If your Rakefile is up to date and current with all the new features
+ of Rake 10, you are ready to go. If your Rakefile still uses a few
+ deprecated feeatures, feel free to use Rake 9 (0.9.3) with the same
+ feature set. Just be aware that future features will be in Rake 10
+ family line.
+
+---
+Wed Nov 14 06:01:23 UTC 2012 - co...@suse.com
+
+- updated to version 10.0.0
+ * Show only the interesting portion of the backtrace by default (James M. 
Lawrence).
+ * Added --reduce-compat optiont to remove backward compatible DSL hacks 
(James M. Lawrence).
+ * lib/rake/file_list.rb (Rake::FileList#egrep): there is no need to
+   open files in binary mode. (NAKAMURA Usaku)
+
+---
+Tue Jul 31 12:52:58 UTC 2012 - jreidin...@suse.com
+
+- use new gem2rpm to provide new provisions 
+
+---
+Thu May 10 12:32:09 UTC 2012 - co...@suse.com
+
+- make sure we do not compile against ruby19 - it won't work
+
+---
+Mon Apr  2 12:49:40 UTC 2012 - co...@suse.com
+
+- update to 0.9.2.2
+  * The rake test loader now removes arguments it has processed.  Issue #51
+  * Rake::TaskArguments now responds to #values_at
+  * RakeFileUtils.verbose_flag = nil silences output the same as 0.8.7
+  * Rake tests are now directory-independent
+  * Rake tests are no longer require flexmock
+  * Commands constant is no longer polluting top level namespace.
+
+---
+Fri Jul 22 08:34:54 UTC 2011 - fcaste...@novell.com
+
+-  update to 0.9.2
+  * Added deprecation warnings to the Rake DSL methods.
+  * *Incompatible* *change*: Rake DSL commands ('task', 'file', etc.)  are
+no 

commit rubygem-rake for openSUSE:Factory

2012-04-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rake for openSUSE:Factory 
checked in at 2012-04-12 09:50:03

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


Package is rubygem-rake, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rake/rubygem-rake.changes
2012-02-16 16:23:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rake.new/rubygem-rake.changes   
2012-04-12 09:50:24.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr  2 12:49:40 UTC 2012 - co...@suse.com
+
+- update to 0.9.2.2
+  * The rake test loader now removes arguments it has processed.  Issue #51
+  * Rake::TaskArguments now responds to #values_at
+  * RakeFileUtils.verbose_flag = nil silences output the same as 0.8.7
+  * Rake tests are now directory-independent
+  * Rake tests are no longer require flexmock
+  * Commands constant is no longer polluting top level namespace.
+
+---

Old:

  rake-0.9.2.gem

New:

  rake-0.9.2.2.gem



Other differences:
--
++ rubygem-rake.spec ++
--- /var/tmp/diff_new_pack.oHVrAB/_old  2012-04-12 09:50:27.0 +0200
+++ /var/tmp/diff_new_pack.oHVrAB/_new  2012-04-12 09:50:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rake
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:   rubygem-rake
-Version:0.9.2
+Version:0.9.2.2
 Release:0
 %define mod_name rake
 %define mod_full_name %{mod_name}-%{version}
 #
-Group:  Development/Languages/Ruby
-License:MIT
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
@@ -33,6 +31,9 @@
 Source: %{mod_full_name}.gem
 #
 Summary:Ruby based make-like utility
+License:MIT
+Group:  Development/Languages/Ruby
+
 %description
   Rake is a Make-like program implemented in Ruby. Tasks
   and dependencies are specified in standard Ruby syntax.
@@ -41,6 +42,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.
@@ -49,6 +51,7 @@
 Summary:Test suite for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description testsuite
 Test::Unit or RSpec files, useful for developers.
 

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



commit rubygem-rake for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rake for openSUSE:Factory 
checked in at 2012-02-16 16:23:28

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


Package is rubygem-rake, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rake/rubygem-rake.changes
2011-09-23 12:45:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rake.new/rubygem-rake.changes   
2012-02-16 16:23:30.0 +0100
@@ -1,0 +2,44 @@
+Fri Jul 22 08:34:54 UTC 2011 - fcaste...@novell.com
+
+-  update to 0.9.2
+  * Added deprecation warnings to the Rake DSL methods.
+  * *Incompatible* *change*: Rake DSL commands ('task', 'file', etc.)  are
+no longer private methods in Object.  If you need to call 'task :xzy' 
inside
+your class, include Rake::DSL into the class.  The DSL is still available 
at
+the top level scope (via the top level object which extends Rake::DSL).
+  * Rake now warns when the deprecated :needs syntax used.
+  * Rake history is now UTF-8 encoded.
+  * Rake now uses case-insensitive comparisons to find the Rakefile on Windows.
+Based on patch by Roger Pack.
+  * Rake now requires (instead of loads) files in the test task.  Patch by 
Cezary
+Baginski.
+  * Fixed typos.  Patches by Sean Scot August Moon and R.T. Lechow.
+  * Rake now prints the Rakefile directory only when it's different from the
+current directory.  Patch by Alex Chaffee.
+  * Improved rakefile_location discovery on Windows.  Patch by James Tucker.
+  * Rake now recognizes Windows Server as a windows system.  Patch by 
Matthias
+Lüdtke
+  * Rake::RDocTask is deprecated.  Use RDoc::Task from RDoc 2.4.2+ (require
+'rdoc/task')
+  * Rake::GemPackageTask is deprecated.  Use Gem::PackageTask (require
+'rubygems/package_task')
+  * Rake now outputs various messages to $stderr instead of $stdout.
+  * Rake no longer emits warnings for Config.  Patch by Santiago Pastorino.
+  * Split rake.rb into individual files.
+  * Support for the --where (-W) flag for showing where a task is defined.
+  * Fixed quoting in test task.
+(http://onestepback.org/redmine/issues/show/44,
+http://www.pivotaltracker.com/story/show/1223138)
+  * Fixed the silent option parsing problem.
+(http://onestepback.org/redmine/issues/show/47)
+  * Fixed :verbose=false flag on sh and ruby commands.
+  * Rake command line options may be given by default in a RAKEOPT
+environment variable.
+  * Errors in Rake will now display the task invocation chain in effect
+at the time of the error.
+  * Accepted change by warnickr to not expand test patterns in shell
+(allowing more files in the test suite).
+  * Fixed that file tasks did not perform prereq lookups in scope
+(Redmine #57).
+
+---

Old:

  rake-0.8.7.gem

New:

  rake-0.9.2.gem



Other differences:
--
++ rubygem-rake.spec ++
--- /var/tmp/diff_new_pack.tjsAXu/_old  2012-02-16 16:23:31.0 +0100
+++ /var/tmp/diff_new_pack.tjsAXu/_new  2012-02-16 16:23:31.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-rake (Version 0.8.7)
+# spec file for package rubygem-rake
 #
-# 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
@@ -16,55 +16,44 @@
 #
 
 # norootforbuild
-
-
 Name:   rubygem-rake
-Version:0.8.7
-Release:3
+Version:0.9.2
+Release:0
 %define mod_name rake
+%define mod_full_name %{mod_name}-%{version}
 #
-License:MIT
 Group:  Development/Languages/Ruby
+License:MIT
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
 #
-Url:http://rake.rubyforge.org/
-#   http://rubyforge.org/projects/rake/
-Source: http://rubyforge.org/frs/download.php/56871/rake-0.8.7.gem
+Url:http://rake.rubyforge.org
+Source: %{mod_full_name}.gem
 #
-Summary:Ruby Make
-
+Summary:Ruby based make-like utility
 %description
-This package contains Rake, a simple ruby build program with
-capabilities similar to make.
-
-Rake has the following features:
-
-* Rakefiles (rake's version of Makefiles) are completely defined in
-   standard Ruby syntax.  No XML files to edit.  No quirky Makefile
-   syntax to worry about (is that a tab or a space?)
-
-* Users can specify tasks with prerequisites.
-
-* Rake