SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for rubygem-rake-10.1.0-5.5.i586.rpm :
Thu Jun 27 14:00:00 2013 cooloAATTsuse.com
- fix usage of update-alternatives

Thu Jun 20 14:00:00 2013 cooloAATTsuse.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 14:00:00 2013 cooloAATTsuse.com
- updated to version 10.0.4

Tue Mar 19 13:00:00 2013 cooloAATTsuse.com
- use update-alternatives (new gem2rpm)

Sat Dec 22 13:00:00 2012 cooloAATTsuse.com
- updated to version 10.0.3, same changelog as 10.0.1...

Wed Nov 28 13:00:00 2012 cooloAATTsuse.com
- updated to version 10.0.2

Thu Nov 15 13:00:00 2012 cooloAATTsuse.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 13:00:00 2012 cooloAATTsuse.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 14:00:00 2012 jreidingerAATTsuse.com
- use new gem2rpm to provide new provisions

Thu May 10 14:00:00 2012 cooloAATTsuse.com
- make sure we do not compile against ruby19 - it won\'t work

Mon Apr 2 14:00:00 2012 cooloAATTsuse.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 14:00:00 2011 fcastelliAATTnovell.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).

Fri Jun 11 14:00:00 2010 mrueckertAATTsuse.de
- use rubygems_requires macro

Mon Mar 8 13:00:00 2010 mrueckertAATTsuse.de
- require newer rubygems

Sun Jul 26 14:00:00 2009 dmacvicarAATTsuse.de
- update to 0.8.7

* Fixed EXEEXT for JRuby on windows.

* Minor fixes to the RDoc generation (removed dependency on darkfish
and removed inline source option).

* Now allow # comments to comment a task definition.

* Better support for the system command on Windows.

Fri Mar 20 13:00:00 2009 dmacvicarAATTsuse.de
- update to 0.8.4

* Case is preserved on rakefile names. (patch from
James M. Lawrence/quix)

* Improved Rakefile case insensitivity testing (patch from
Luis Lavena).

* Windows system dir search order is now: HOME, HOMEDRIVE +
HOMEPATH, APPDATA, USERPROFILE (patch from Luis Lavena)

* MingGW is now recognized as a windows platform. (patch from
Luis Lavena)

* Removed reference to manage_gem to fix the warning produced
by the gem package task.

* Fixed stray ARGV option problem that was interfering with
Test::Unit::Runner. (patch from Pivotal Labs)

* Numerous fixes to the windows test suite (patch from Luis Lavena).

* Improved Rakefile case insensitivity testing (patch from Luis
Lavena).

* Better support for windows paths in the test task (patch from
Simon Chiang/bahuvrihi)

Wed Oct 15 14:00:00 2008 mrueckertAATTsuse.de
- update to 0.8.3

* Enhanced the system directory detection in windows. We now
check HOMEDRIVE/HOMEPATH and USERPROFILE if APPDATA isn\'t
found. (Patch supplied by James Tucker). Rake no long aborts
if it can\'t find the directory.

* Added fix to handle ruby installations in directories with
spaces in their name.
- additional changes from 0.8.2

* Fixed bug in package task so that it will include the subdir
directory in the package for testing. (Bug found by Adam Majer)

* Added ENV var to rakefile to prevent OS X from including
extended attribute junk in a tar file.
(Bug found by Adam Majer)

* Fixed filename dependency order bug in test_inspect_pending and
test_to_s_pending. (Bug found by Adam Majer)

* Fixed check for file utils options to make them immune to the
symbol/string differences. (Patch supplied by Edwin Pratomo)

* Fixed bug with rules involving multiple source
(Patch supplied by Emanuel Indermühle)

* Switched from getoptlong to optparse
(patches supplied by Edwin Pratomo)

* The -T option will now attempt to dynamically sense the size of
the terminal. RAKE_COLUMNS will override any dynamic sensing.

* FileList#clone and FileList#dup have better sematics w.r.t.
taint and freeze.

* Added ability clear prerequisites, and/or actions from an
existing task.

* Added the ability to reenable a task to be invoked a second
time.

* Changed RDoc test task to have no default template. This makes
it easier for the tempate to pick up the template from the
environment.

* Changed from using Mutex to Monitor. Evidently Mutex causes
thread join errors when Ruby is compiled with
- disable-pthreads. (Patch supplied by Ittay Dror)

* Fixed bug in makefile parser that had problems with extra
spaces in file task names. (Patch supplied by Ittay Dror)

* Added a performance patch for reading large makefile dependency
files. (Patch supplied by Ittay Dror)

* Default values for task arguments can easily be specified with
the :with_defaults method. (Idea for default argument merging
supplied by (Adam Q. Salter)

* The -T output will only self-truncate if the output is a tty.
However, if RAKE_COLUMNS is explicitly set, it will be honored
in any case. (Patch provided by Gavin Stark).

* Numerous fixes for running under windows. A big thanks to
Bheeshmar Redheendran for spending a good part of the afternoon
at the Lonestar Ruby Conference to help me work out these
issues.

Wed Feb 20 13:00:00 2008 mrueckertAATTsuse.de
- update to 0.8.1

* Removed requires on parsedate.rb (in Ftptools)

* Removed ftools from rake.rb. Made it options in sys.rb
- additional changes from 0.8.0

* Added task parameters (e.g. \"rake build[version7]\")

* Made task parameters passable to prerequisites.

* The \'desc\' command will now document task argument names.

* Comments are limited to 80 columns or so
(suggested by Jamis Buck).

* Added -D to display full comments (suggested by Jamis Buck).

* The rake program will set the status value used in any explicit
exit(n) calls. (patch provided by Stephen Touset)

* Fixed error in functional tests that were not including session
(and silently skipping the functionl tests.

* Removed --usage and make -h the same as -H.

* Make a prettier inspect for tasks.

Mon May 14 14:00:00 2007 mrueckertAATTsuse.de
- update to version 0.7.3

* Added existing and existing! methods to FileList

* FileLists now claim to be Arrays (via is_a?) to get better
support from the FileUtil module.

* Added init and top_level for custom rake applications.
- additional changes from 0.7.2

* Error messages are now send to stderr rather than stdout
(from Payton Quackenbush).

* Better error handling on invalid command line arguments
(from Payton Quackenbush).

* Added rcov task and updated unit testing for better code
coverage.

* Fixed some bugs where the application object was going to the
global appliation instead of using its own data.

* Added square and curly bracket patterns to FileList#include
(Tilman Sauerbeck).

* Added plain filename support to rule dependents (suggested by
Nobu Nakada).

* Added pathmap support to rule dependents.

* Added a \'tasks\' method to a namespace to get a list of tasks
associated with the namespace.

* Fixed the method name leak from FileUtils (bug found by Glenn
Vanderburg).

* Added rake_extension to handle detection of extension
collisions.

* Added test for noop, bad_option and verbose flags to sh
command.

* Removed dependency on internal fu_xxx functions from FileUtils.

* Added a \'shame\' task to the Rakefile.

* Added tar_command and zip_command options to the Package task.

* Added a description to the gem task in GemPackageTask.

* Fixed a bug when rules have multiple prerequisites (patch by
Joel VanderWerf)

* Added a protected \'require \"rubygems\"\' to test/test_application
to unbreak cruisecontrol.rb.

* Added the handful of RakeFileUtils to the private method as
well.

* Added block based exclusion.

* The clean task will no longer delete \'core\' if it is a
directory.

* Removed rake_dup. Now we just simply rescue a bad dup.

* Refactored the FileList reject logic to remove duplication.

* Removed if __FILE__ at the end of the rake.rb file.


 
ICM