Hello community,

here is the log from the commit of package rubygem-thor for openSUSE:Factory 
checked in at 2012-08-04 13:26:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-thor (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-thor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-thor", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-thor/rubygem-thor.changes        
2012-03-24 23:26:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-thor.new/rubygem-thor.changes   
2012-08-04 13:26:28.000000000 +0200
@@ -1,0 +2,36 @@
+Wed Aug  1 04:55:59 UTC 2012 - [email protected]
+
+- update to 0.15.4
+  * Fix regression when destination root contains reserved regexp characters
+  
+  == 0.15.3, release 2012-06-18
+  * Support strict_args_position! for backwards compatibility
+  * Escape Dir glob characters in paths
+  
+  == 0.15.2, released 2012-05-07
+  * Added print_in_columns
+  * Exposed terminal_width as a public API
+  
+  == 0.15.1, release 2012-05-06
+  * Fix Ruby 1.8 truncation bug with unicode chars
+  * Fix shell delegate methods to pass their block
+  * Don't output trailing spaces when printing the last column in a table
+  
+  == 0.15, released 2012-04-29
+  * Alias method_options to options
+  * Refactor say to allow multiple colors
+  * Exposed error as a public API
+  * Exposed file_collision as a public API
+  * Exposed print_wrapped as a public API
+  * Exposed set_color as a public API
+  * Fix number-formatting bugs in print_table
+  * Fix "indent" typo in print_table
+  * Fix Errno::EPIPE when piping tasks to `head`
+  * More friendly error messages
+
+-------------------------------------------------------------------
+Tue Jul 31 12:55:48 UTC 2012 - [email protected]
+
+- use new gem2rpm to provide new provisions 
+
+-------------------------------------------------------------------

Old:
----
  thor-0.14.6.gem

New:
----
  thor-0.15.4.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-thor.spec ++++++
--- /var/tmp/diff_new_pack.uQ6njC/_old  2012-08-04 13:26:29.000000000 +0200
+++ /var/tmp/diff_new_pack.uQ6njC/_new  2012-08-04 13:26:29.000000000 +0200
@@ -17,22 +17,18 @@
 
 
 Name:           rubygem-thor
-Version:        0.14.6
+Version:        0.15.4
 Release:        0
-# lib/thor/parser/options.rb contains code from Daniel Berger's Getopt::Long
-# class which is licensed under the Ruby license
-Summary:        A scripting framework that replaces rake, sake and rubigen
-License:        MIT and Ruby
-Group:          Development/Languages/Ruby
-Url:            http://github.com/wycats/thor
 %define mod_name thor
 %define mod_full_name %{mod_name}-%{version}
-Source:         %{mod_full_name}.gem
-BuildRequires:  rubygems_with_buildroot_patch
-Provides:       rubygem-%{mod_name}-0 = %{version}
-Provides:       rubygem-%{mod_name}-0_14 = %{version}
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+BuildRequires:  ruby-macros >= 1
+Url:            http://github.com/wycats/thor
+Source:         %{mod_full_name}.gem
+Summary:        A scripting framework that replaces rake, sake and rubigen
+License:        MIT and Ruby
+Group:          Development/Languages/Ruby
 
 %description
 A scripting framework that replaces rake, sake and rubigen
@@ -55,9 +51,14 @@
 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 %{SOURCE0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to