Hello community,

here is the log from the commit of package rubygem-columnize for 
openSUSE:Factory checked in at 2014-05-22 06:57:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-columnize (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-columnize.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-columnize"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-columnize/rubygem-columnize.changes      
2012-03-16 13:24:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-columnize.new/rubygem-columnize.changes 
2014-05-22 06:57:02.000000000 +0200
@@ -1,0 +2,10 @@
+Sun May 18 09:04:35 UTC 2014 - [email protected]
+
+- updated to version 0.8.9
+ - Add columnize method to Array class and a place to set its default options
+ - Add option :colfmt to allow a format specifier to use (e.g. '%02d') in 
stringifying
+   list items
+ - Add option linesuffix (default is "\n")
+ - When using arrange_array each line now has trailing ","
+
+-------------------------------------------------------------------

Old:
----
  columnize-0.3.6.gem

New:
----
  columnize-0.8.9.gem

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

Other differences:
------------------
++++++ rubygem-columnize.spec ++++++
--- /var/tmp/diff_new_pack.jDFye4/_old  2014-05-22 06:57:03.000000000 +0200
+++ /var/tmp/diff_new_pack.jDFye4/_new  2014-05-22 06:57:03.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-columnize
 #
-# Copyright (c) 2012 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
@@ -15,21 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           rubygem-columnize
-Version:        0.3.6
+Version:        0.8.9
 Release:        0
-License:        Ruby
-Summary:        Module to format an Array as an Array of String aligned in 
columns
-Url:            https://github.com/rocky/columnize
-Group:          Development/Languages/Ruby
 %define mod_name columnize
 %define mod_full_name %{mod_name}-%{version}
-Source:         %{mod_full_name}.gem
-BuildRequires:  ruby-devel >= 1.8.2
-BuildRequires:  rubygems_with_buildroot_patch
-Requires:       ruby >= 1.8.2
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+BuildRequires:  ruby-macros >= 3
+Requires:       ruby >= 1.8.2
+BuildRequires:  ruby >= 1.8.2
+BuildRequires:  rubygem(rdoc) > 3.10
+Url:            https://github.com/rocky/columnize
+Source:         http://rubygems.org/gems/%{mod_full_name}.gem
+Summary:        Module to format an Array as an Array of String aligned in 
columns
+License:        Ruby and GPL-2.0
+Group:          Development/Languages/Ruby
 
 %description
 In showing a long lists, sometimes one would prefer to see the value
@@ -55,23 +57,33 @@
 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
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{gem_base}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
+ln -s %{gem_base}/gems/%{mod_full_name}/ChangeLog 
%buildroot/%{_docdir}/%{name}/ChangeLog
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
-%{_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
+%{_docdir}/%{name}
+%{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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to