Hello community,

here is the log from the commit of package rubygem-paint for openSUSE:Factory 
checked in at 2017-12-22 12:18:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-paint (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-paint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-paint"

Fri Dec 22 12:18:26 2017 rev:2 rq:554631 version:2.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-paint/rubygem-paint.changes      
2017-02-05 19:44:33.212059282 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-paint.new/rubygem-paint.changes 
2017-12-22 12:18:31.703047747 +0100
@@ -1,0 +2,10 @@
+Sun Dec  3 19:27:14 UTC 2017 - [email protected]
+
+- updated to version 2.0.1
+ see installed CHANGELOG.md
+
+  ### 2.0.1
+  
+  *   Fix nested substitutions, patch by @mildmojo
+
+-------------------------------------------------------------------

Old:
----
  paint-2.0.0.gem

New:
----
  paint-2.0.1.gem

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

Other differences:
------------------
++++++ rubygem-paint.spec ++++++
--- /var/tmp/diff_new_pack.aUx3Z0/_old  2017-12-22 12:18:32.431012252 +0100
+++ /var/tmp/diff_new_pack.aUx3Z0/_new  2017-12-22 12:18:32.435012057 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-paint
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-paint
-Version:        2.0.0
+Version:        2.0.1
 Release:        0
 %define mod_name paint
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 Url:            https://github.com/janlelis/paint
-Source:         http://rubygems.org/gems/%{mod_full_name}.gem
+Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml
 Summary:        Terminal painter!
 License:        MIT

++++++ paint-2.0.0.gem -> paint-2.0.1.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml     2016-12-23 12:12:45.000000000 +0100
+++ new/.travis.yml     2017-11-01 15:28:07.000000000 +0100
@@ -2,14 +2,15 @@
 language: ruby
 
 rvm:
-- 2.3.3
+- 2.4.2
+- 2.3.5
 - 2.2
 - 2.1
 - 2.0
 - 1.9.3
 - ruby-head
 - jruby-head
-- jruby-9.1.5.0
+- jruby-9.1.13.0
 
 matrix:
   allow_failures:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2016-12-23 12:12:45.000000000 +0100
+++ new/CHANGELOG.md    2017-11-01 15:28:07.000000000 +0100
@@ -1,5 +1,9 @@
 # CHANGELOG
 
+### 2.0.1
+
+*   Fix nested substitutions, patch by @mildmojo
+
 ### 2.0.0
 #### Major Changes
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/paint/version.rb new/lib/paint/version.rb
--- old/lib/paint/version.rb    2016-12-23 12:12:45.000000000 +0100
+++ new/lib/paint/version.rb    2017-11-01 15:28:07.000000000 +0100
@@ -1,3 +1,3 @@
 module Paint
-  VERSION = '2.0.0'.freeze
+  VERSION = '2.0.1'.freeze
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/paint.rb new/lib/paint.rb
--- old/lib/paint.rb    2016-12-23 12:12:45.000000000 +0100
+++ new/lib/paint.rb    2017-11-01 15:28:07.000000000 +0100
@@ -27,7 +27,7 @@
         substitutions.each{ |key, value|
           string.gsub!(
             "%{#{key}}",
-            (value.is_a?(Array) ? self%[value, current_color] : value.to_s)
+            (value.is_a?(Array) ? self.%(value, current_color) : value.to_s)
           )
         }
       end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2016-12-23 12:12:45.000000000 +0100
+++ new/metadata        2017-11-01 15:28:07.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: paint
 version: !ruby/object:Gem::Version
-  version: 2.0.0
+  version: 2.0.1
 platform: ruby
 authors:
 - Jan Lelis
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-12-23 00:00:00.000000000 Z
+date: 2017-11-01 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rspec
@@ -167,7 +167,7 @@
 requirements:
 - 'Windows: ansicon (https://github.com/adoxa/ansicon) or ConEmu 
(http://code.google.com/p/conemu-maximus5)'
 rubyforge_project: 
-rubygems_version: 2.5.2
+rubygems_version: 2.6.13
 signing_key: 
 specification_version: 4
 summary: Terminal painter!


Reply via email to