Hello community,

here is the log from the commit of package rubygem-trollop for openSUSE:Factory 
checked in at 2020-03-07 21:40:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-trollop (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-trollop.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-trollop"

Sat Mar  7 21:40:30 2020 rev:4 rq:773861 version:2.9.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-trollop/rubygem-trollop.changes  
2018-09-20 11:41:54.260840874 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-trollop.new.26092/rubygem-trollop.changes   
    2020-03-07 21:40:32.720365605 +0100
@@ -1,0 +2,6 @@
+Mon Feb 10 15:58:19 UTC 2020 - Stephan Kulow <co...@suse.com>
+
+- updated to version 2.9.10
+ see installed History.txt
+
+-------------------------------------------------------------------

Old:
----
  trollop-2.9.9.gem

New:
----
  trollop-2.9.10.gem

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

Other differences:
------------------
++++++ rubygem-trollop.spec ++++++
--- /var/tmp/diff_new_pack.TumXug/_old  2020-03-07 21:40:33.392366058 +0100
+++ /var/tmp/diff_new_pack.TumXug/_new  2020-03-07 21:40:33.392366058 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-trollop
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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-trollop
-Version:        2.9.9
+Version:        2.9.10
 Release:        0
 %define mod_name trollop
 %define mod_full_name %{mod_name}-%{version}
@@ -32,7 +32,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
-Url:            http://manageiq.github.io/optimist/
+URL:            http://manageiq.github.io/optimist/
 Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml
 Summary:        Trollop is a commandline option parser for Ruby that just gets 
out

++++++ trollop-2.9.9.gem -> trollop-2.9.10.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.txt new/History.txt
--- old/History.txt     2018-08-24 22:27:55.000000000 +0200
+++ new/History.txt     2019-11-25 23:25:10.000000000 +0100
@@ -1,4 +1,7 @@
-== [2.9.9] / 2018-08-49
+== [2.9.10] / 2019-11-25
+* Improved deprecation messge to include this gem's name (thanks @henrik)
+
+== [2.9.9] / 2018-08-24
 
 * [DEPRECATION] This gem has been renamed to optimist and will no longer be 
supported. Please switch to optimist as soon as possible.
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/trollop.rb new/lib/trollop.rb
--- old/lib/trollop.rb  2018-08-24 22:27:55.000000000 +0200
+++ new/lib/trollop.rb  2019-11-25 23:25:10.000000000 +0100
@@ -1,4 +1,4 @@
-warn "[DEPRECATION] This gem has been renamed to optimist and will no longer 
be supported. Please switch to optimist as soon as possible."
+warn "[DEPRECATION] The trollop gem has been renamed to optimist and will no 
longer be supported. Please switch to optimist as soon as possible."
 
 # lib/trollop.rb -- trollop command-line processing library
 # Copyright (c) 2008-2014 William Morgan.
@@ -10,7 +10,7 @@
 module Trollop
   # note: this is duplicated in gemspec
   # please change over there too
-VERSION = "2.9.9"
+VERSION = "2.9.10"
 
 ## Thrown by Parser in the event of a commandline error. Not needed if
 ## you're using the Trollop::options entry.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2018-08-24 22:27:55.000000000 +0200
+++ new/metadata        2019-11-25 23:25:10.000000000 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: trollop
 version: !ruby/object:Gem::Version
-  version: 2.9.9
+  version: 2.9.10
 platform: ruby
 authors:
 - William Morgan
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2018-08-24 00:00:00.000000000 Z
+date: 2019-11-25 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: minitest
@@ -109,7 +109,7 @@
       version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.6.13
+rubygems_version: 2.7.6.2
 signing_key: 
 specification_version: 4
 summary: Trollop is a commandline option parser for Ruby that just gets out of 
your
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trollop.gemspec new/trollop.gemspec
--- old/trollop.gemspec 2018-08-24 22:27:55.000000000 +0200
+++ new/trollop.gemspec 2019-11-25 23:25:10.000000000 +0100
@@ -4,7 +4,7 @@
 
 Gem::Specification.new do |spec|
   spec.name          = "trollop"
-  spec.version       = "2.9.9"
+  spec.version       = "2.9.10"
   spec.authors       = ["William Morgan", "Keenan Brock"]
   spec.email         = "kee...@thebrocks.net"
   spec.summary       = "Trollop is a commandline option parser for Ruby that 
just gets out of your way."


Reply via email to