Hello community,

here is the log from the commit of package rubygem-lolcat for openSUSE:Factory 
checked in at 2020-03-04 09:48:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-lolcat (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-lolcat.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-lolcat"

Wed Mar  4 09:48:01 2020 rev:2 rq:781309 version:100.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-lolcat/rubygem-lolcat.changes    
2019-08-30 14:41:24.605420926 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-lolcat.new.26092/rubygem-lolcat.changes 
2020-03-04 09:48:18.966212273 +0100
@@ -1,0 +2,6 @@
+Sun Mar  1 18:14:07 UTC 2020 - Andreas Stieger <[email protected]>
+
+- update to v100.0.1:
+  * allow using paint 2.2.0
+
+-------------------------------------------------------------------

Old:
----
  lolcat-100.0.0.gem

New:
----
  lolcat-100.0.1.gem

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

Other differences:
------------------
++++++ rubygem-lolcat.spec ++++++
--- /var/tmp/diff_new_pack.n02qAq/_old  2020-03-04 09:48:19.994212889 +0100
+++ /var/tmp/diff_new_pack.n02qAq/_new  2020-03-04 09:48:19.994212889 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-lolcat
 #
-# Copyright (c) 2019 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
@@ -16,34 +16,34 @@
 #
 
 
+%define mod_name lolcat
+%define mod_full_name %{mod_name}-%{version}
 #
 # 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-lolcat
-Version:        100.0.0
+Version:        100.0.1
 Release:        0
-%define mod_name lolcat
-%define mod_full_name %{mod_name}-%{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Summary:        Add the colors of the rainbow to your terminal a.k.a. Rainbows 
and Unicorns!
+License:        BSD-3-Clause
+Group:          Development/Languages/Ruby
+URL:            https://github.com/busyloop/lolcat
+Source:         https://rubygems.org/gems/%{mod_full_name}.gem
+Source1:        gem2rpm.yml
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-Url:            https://github.com/busyloop/lolcat
-Source:         https://rubygems.org/gems/%{mod_full_name}.gem
-Source1:        gem2rpm.yml
-Summary:        Add the colors of the rainbow to your terminal a.k.a. Rainbows 
and Unicorns!
-License:        BSD-3-Clause
-Group:          Development/Languages/Ruby
+# FIXME: use proper Requires(pre/post/preun/...)
 PreReq:         update-alternatives
 
 %description
 This is a console program that transforms text from files or stdin by adding
 crazy rainbow colors or even animations.
+
 %prep
 
 %build

++++++ lolcat-100.0.0.gem -> lolcat-100.0.1.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       2019-08-12 09:33:03.000000000 +0200
+++ new/README.md       2020-02-22 11:48:23.000000000 +0100
@@ -11,3 +11,9 @@
 ```bash
 $ gem install lolcat
 ```
+
+Or using [homebrew](https://brew.sh):
+
+```bash
+$ brew install lolcat
+```
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/version.rb new/lib/lolcat/version.rb
--- old/lib/lolcat/version.rb   2019-08-12 09:33:03.000000000 +0200
+++ new/lib/lolcat/version.rb   2020-02-22 11:48:23.000000000 +0100
@@ -1,3 +1,3 @@
 module Lolcat
-  VERSION = "100.0.0"
+  VERSION = "100.0.1"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lolcat.gemspec new/lolcat.gemspec
--- old/lolcat.gemspec  2019-08-12 09:33:03.000000000 +0200
+++ new/lolcat.gemspec  2020-02-22 11:48:23.000000000 +0100
@@ -12,7 +12,7 @@
   s.summary     = %q{Okay, no unicorns. But rainbows!!}
 
   s.add_development_dependency "rake"
-  s.add_dependency "paint", "~> 2.1.0"
+  s.add_dependency "paint", "~> 2.1"
   s.add_dependency "optimist", "~> 3.0.0"
   s.add_dependency "manpages", "~> 0.6.1"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2019-08-12 09:33:03.000000000 +0200
+++ new/metadata        2020-02-22 11:48:23.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: lolcat
 version: !ruby/object:Gem::Version
-  version: 100.0.0
+  version: 100.0.1
 platform: ruby
 authors:
 - Moe
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2019-08-12 00:00:00.000000000 Z
+date: 2020-02-22 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake
@@ -30,14 +30,14 @@
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 2.1.0
+        version: '2.1'
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 2.1.0
+        version: '2.1'
 - !ruby/object:Gem::Dependency
   name: optimist
   requirement: !ruby/object:Gem::Requirement


Reply via email to