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 "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-rake/rubygem-rake.changes 2011-09-23 12:45:01.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-rake.new/rubygem-rake.changes 2012-02-16 16:23:30.000000000 +0100 @@ -1,0 +2,44 @@ +Fri Jul 22 08:34:54 UTC 2011 - [email protected] + +- 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.000000000 +0100 +++ /var/tmp/diff_new_pack.tjsAXu/_new 2012-02-16 16:23:31.000000000 +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 supports rule patterns to sythesize 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. - + Rake is a Make-like program implemented in Ruby. Tasks + and dependencies are specified in standard Ruby syntax. +%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. -Authors: --------- - Jim Weirich <[email protected]> +%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 - %build - %install %gem_install %{S:0} @@ -73,10 +62,18 @@ %files %defattr(-,root,root,-) -%{_bindir}/%{mod_name} -%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem -%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ -%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec -%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/ +%{_bindir}/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 + +%files doc +%defattr(-,root,root,-) +%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/ + +%files testsuite +%defattr(-,root,root,-) +%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
