Hello community,

here is the log from the commit of package rubygem-columnize for 
openSUSE:Factory checked in at 2015-02-16 21:11:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2014-10-14 07:11:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-columnize.new/rubygem-columnize.changes 
2015-02-16 21:11:42.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Feb 10 08:09:04 UTC 2015 - [email protected]
+
+- updated to version 0.9.0, no changelog
+
+-------------------------------------------------------------------

Old:
----
  columnize-0.8.9.gem

New:
----
  columnize-0.9.0.gem
  gem2rpm.yml

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

Other differences:
------------------
++++++ rubygem-columnize.spec ++++++
--- /var/tmp/diff_new_pack.oGRVOE/_old  2015-02-16 21:11:42.000000000 +0100
+++ /var/tmp/diff_new_pack.oGRVOE/_new  2015-02-16 21:11:42.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-columnize
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,17 +16,26 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:           rubygem-columnize
-Version:        0.8.9
+Version:        0.9.0
 Release:        0
 %define mod_name columnize
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby >= 1.8.2}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5
-BuildRequires:  rubygem(rdoc) > 3.10
 Url:            https://github.com/rocky/columnize
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:        gem2rpm.yml
 Summary:        Module to format an Array as an Array of String aligned in 
columns
 License:        Ruby and GPL-2.0
 Group:          Development/Languages/Ruby
@@ -37,14 +46,12 @@
 of an object or debugger commands.
 See Examples in the rdoc documentation for examples.
 
-
 %prep
 
 %build
 
 %install
 %gem_install \
-  --symlink-binaries \
   --doc-files="COPYING ChangeLog README.md" \
   -f
 

++++++ columnize-0.8.9.gem -> columnize-0.9.0.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml     1970-01-01 01:00:00.000000000 +0100
+++ new/.travis.yml     1970-01-01 01:00:00.000000000 +0100
@@ -1,9 +1,9 @@
 language: ruby
-
 rvm:
   - 1.8.7
   - 1.9.3
   - 2.0.0
-  - ruby-head
-  - rbx-18mode
-  - rbx-19mode
+  - 2.1.5
+matrix:
+  allow_failures:
+  - rvm: ruby-head
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile.lock new/Gemfile.lock
--- old/Gemfile.lock    1970-01-01 01:00:00.000000000 +0100
+++ new/Gemfile.lock    1970-01-01 01:00:00.000000000 +0100
@@ -7,7 +7,7 @@
   remote: https://rubygems.org/
   specs:
     json (1.8.0)
-    rake (10.0.4)
+    rake (10.1.0)
     rdoc (4.0.1)
       json (~> 1.4)
 
@@ -16,5 +16,5 @@
 
 DEPENDENCIES
   columnize!
-  rake
+  rake (~> 10.1.0)
   rdoc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NEWS new/NEWS
--- old/NEWS    1970-01-01 01:00:00.000000000 +0100
+++ new/NEWS    1970-01-01 01:00:00.000000000 +0100
@@ -1,3 +1,5 @@
+0.9.0 Dec 5, 2014  - Early gecko
+
 0.8.9 Apr 19, 2014
 - 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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       1970-01-01 01:00:00.000000000 +0100
+++ new/README.md       1970-01-01 01:00:00.000000000 +0100
@@ -1,4 +1,4 @@
-[![Build 
Status](https://travis-ci.org/rocky/columnize.png)](https://travis-ci.org/rocky/columnize)
+[![Build 
Status](https://travis-ci.org/rocky/columnize.png)](https://travis-ci.org/rocky/columnize)
 [![Gem 
Version](https://badge.fury.io/rb/columnize.svg)](http://badge.fury.io/rb/columnize)
 
 Columnize - Format an Array as a Column-aligned String
 ============================================================================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/columnize.gemspec new/columnize.gemspec
--- old/columnize.gemspec       1970-01-01 01:00:00.000000000 +0100
+++ new/columnize.gemspec       1970-01-01 01:00:00.000000000 +0100
@@ -1,8 +1,5 @@
 # -*- Ruby -*-
 # -*- encoding: utf-8 -*-
-require 'rake'
-require 'rubygems' unless
-  Object.const_defined?(:Gem)
 require File.dirname(__FILE__) + "/lib/columnize/version" unless
   Object.const_defined?(:'Columnize')
 
@@ -34,5 +31,5 @@
   spec.rdoc_options += ['--title', "Columnize #{Columnize::VERSION} 
Documentation"]
 
   spec.add_development_dependency 'rdoc'
-  spec.add_development_dependency 'rake'
+  spec.add_development_dependency 'rake', '~> 10.1.0'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/columnize/columnize.rb 
new/lib/columnize/columnize.rb
--- old/lib/columnize/columnize.rb      1970-01-01 01:00:00.000000000 +0100
+++ new/lib/columnize/columnize.rb      1970-01-01 01:00:00.000000000 +0100
@@ -60,7 +60,7 @@
     # TODO: make this a method, rather than a function (?)
     # compute the smallest number of rows and the max widths for each column
     def min_rows_and_colwidths
-      list = @list.map &@stringify
+      list = @list.map(&@stringify)
       cell_widths = list.map(&@term_adjuster).map(&:size)
 
       # Set default arrangement: one atom per row
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/columnize/version.rb new/lib/columnize/version.rb
--- old/lib/columnize/version.rb        1970-01-01 01:00:00.000000000 +0100
+++ new/lib/columnize/version.rb        1970-01-01 01:00:00.000000000 +0100
@@ -3,5 +3,5 @@
 # require'ing 'columnize'.
 module Columnize
   # The current version of this package
-  VERSION = '0.8.9'
+  VERSION = '0.9.0'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        1970-01-01 01:00:00.000000000 +0100
+++ new/metadata        1970-01-01 01:00:00.000000000 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: columnize
 version: !ruby/object:Gem::Version
-  version: 0.8.9
+  version: 0.9.0
   prerelease: 
 platform: ruby
 authors:
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2014-04-19 00:00:00.000000000 Z
+date: 2014-12-05 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rdoc
@@ -32,17 +32,17 @@
   requirement: !ruby/object:Gem::Requirement
     none: false
     requirements:
-    - - ! '>='
+    - - ~>
       - !ruby/object:Gem::Version
-        version: '0'
+        version: 10.1.0
   type: :development
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     none: false
     requirements:
-    - - ! '>='
+    - - ~>
       - !ruby/object:Gem::Version
-        version: '0'
+        version: 10.1.0
 description: ! '
 
   In showing a long lists, sometimes one would prefer to see the value
@@ -97,7 +97,7 @@
 - --main
 - README
 - --title
-- Columnize 0.8.9 Documentation
+- Columnize 0.9.0 Documentation
 require_paths:
 - lib
 required_ruby_version: !ruby/object:Gem::Requirement

++++++ gem2rpm.yml ++++++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: '....'
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV="no"
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
#     /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
#     Requires: util-linux
#     Recommends: pwgen
#   :filelist: |-
#     /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
#     :preamble: |-
#       Requires: .....
#     :filelist: |-
#       /etc/apache2/conf.d/passenger.conf
#     :summary: Custom summary is optional
#     :description: |-
#       Custom description is optional
#
#       bar
#     :post: |-
#       /bin/echo foo
#
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to