Hello community,

here is the log from the commit of package rubygem-lolcat for openSUSE:Factory 
checked in at 2019-01-21 10:25:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-lolcat (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-lolcat.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-lolcat"

Mon Jan 21 10:25:25 2019 rev:5 rq:656367 version:99.9.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-lolcat/rubygem-lolcat.changes    
2018-10-17 08:42:36.821794068 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-lolcat.new.28833/rubygem-lolcat.changes 
2019-01-21 10:25:27.229744008 +0100
@@ -1,0 +2,6 @@
+Sat Dec  8 16:25:01 UTC 2018 - Stephan Kulow <[email protected]>
+
+- updated to version 99.9.20
+  no changelog found
+
+-------------------------------------------------------------------

Old:
----
  lolcat-99.9.19.gem

New:
----
  lolcat-99.9.20.gem

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

Other differences:
------------------
++++++ rubygem-lolcat.spec ++++++
--- /var/tmp/diff_new_pack.Wv3CAN/_old  2019-01-21 10:25:27.625743572 +0100
+++ /var/tmp/diff_new_pack.Wv3CAN/_new  2019-01-21 10:25:27.625743572 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-lolcat
-Version:        99.9.19
+Version:        99.9.20
 Release:        0
 %define mod_name lolcat
 %define mod_full_name %{mod_name}-%{version}

++++++ lolcat-99.9.19.gem -> lolcat-99.9.20.gem ++++++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/lolcat/cat.rb new/lib/lolcat/cat.rb
--- old/lib/lolcat/cat.rb       2018-08-30 16:59:41.000000000 +0200
+++ new/lib/lolcat/cat.rb       2018-12-02 07:10:59.000000000 +0100
@@ -27,11 +27,11 @@
 require "lolcat/lol"
 
 require 'stringio'
-require 'trollop'
+require 'optimist'
 
 module Lol
   def self.cat!
-    p = Trollop::Parser.new do
+    p = Optimist::Parser.new do
       version "lolcat #{Lolcat::VERSION} (c)2011 [email protected]"
       banner <<HEADER
 
@@ -67,10 +67,10 @@
 FOOTER
     end
 
-    opts = Trollop::with_standard_exception_handling p do
+    opts = Optimist::with_standard_exception_handling p do
       begin
         o = p.parse ARGV
-      rescue Trollop::HelpNeeded
+      rescue Optimist::HelpNeeded
         buf = StringIO.new
         p.educate buf
         buf.rewind
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/lolcat/version.rb new/lib/lolcat/version.rb
--- old/lib/lolcat/version.rb   2018-08-30 16:59:41.000000000 +0200
+++ new/lib/lolcat/version.rb   2018-12-02 07:10:59.000000000 +0100
@@ -1,3 +1,3 @@
 module Lolcat
-  VERSION = "99.9.19"
+  VERSION = "99.9.20"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lolcat.gemspec new/lolcat.gemspec
--- old/lolcat.gemspec  2018-08-30 16:59:41.000000000 +0200
+++ new/lolcat.gemspec  2018-12-02 07:10:59.000000000 +0100
@@ -13,7 +13,7 @@
 
   s.add_development_dependency "rake"
   s.add_dependency "paint", "~> 2.0.0"
-  s.add_dependency "trollop", "= 2.1.3"
+  s.add_dependency "optimist", "~> 3.0.0"
   s.add_dependency "manpages", "~> 0.6.1"
 
   s.files         = `git ls-files`.split("\n")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2018-08-30 16:59:41.000000000 +0200
+++ new/metadata        2018-12-02 07:10:59.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: lolcat
 version: !ruby/object:Gem::Version
-  version: 99.9.19
+  version: 99.9.20
 platform: ruby
 authors:
 - Moe
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2018-08-30 00:00:00.000000000 Z
+date: 2018-12-02 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake
@@ -39,19 +39,19 @@
       - !ruby/object:Gem::Version
         version: 2.0.0
 - !ruby/object:Gem::Dependency
-  name: trollop
+  name: optimist
   requirement: !ruby/object:Gem::Requirement
     requirements:
-    - - '='
+    - - "~>"
       - !ruby/object:Gem::Version
-        version: 2.1.3
+        version: 3.0.0
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
-    - - '='
+    - - "~>"
       - !ruby/object:Gem::Version
-        version: 2.1.3
+        version: 3.0.0
 - !ruby/object:Gem::Dependency
   name: manpages
   requirement: !ruby/object:Gem::Requirement


Reply via email to