Hello community,

here is the log from the commit of package rubygem-lolcat for openSUSE:Factory 
checked in at 2017-06-20 09:40:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-lolcat (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-lolcat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-lolcat"

Tue Jun 20 09:40:41 2017 rev:2 rq:504642 version:42.24.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-lolcat/rubygem-lolcat.changes    
2017-03-12 20:02:34.225894114 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-lolcat.new/rubygem-lolcat.changes       
2017-06-20 09:40:45.237034543 +0200
@@ -1,0 +2,6 @@
+Tue Jun 13 20:49:54 UTC 2017 - co...@suse.com
+
+- updated to version 42.24.1
+  no changelog found
+
+-------------------------------------------------------------------

Old:
----
  lolcat-42.24.0.gem

New:
----
  lolcat-42.24.1.gem

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

Other differences:
------------------
++++++ rubygem-lolcat.spec ++++++
--- /var/tmp/diff_new_pack.mHjS5U/_old  2017-06-20 09:40:45.824951651 +0200
+++ /var/tmp/diff_new_pack.mHjS5U/_new  2017-06-20 09:40:45.828951086 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-lolcat
 #
-# 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-lolcat
-Version:        42.24.0
+Version:        42.24.1
 Release:        0
 %define mod_name lolcat
 %define mod_full_name %{mod_name}-%{version}

++++++ lolcat-42.24.0.gem -> lolcat-42.24.1.gem ++++++
Binary files old/ass/screenshot.png and new/ass/screenshot.png differ
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       2016-12-26 13:52:54.000000000 +0100
+++ new/lib/lolcat/cat.rb       2017-06-11 21:01:42.000000000 +0200
@@ -100,15 +100,21 @@
     begin
       files = ARGV.empty? ? [:stdin] : ARGV[0..-1]
       files.each do |file|
-        fd = ARGF if file == '-' or file == :stdin
+        fd = $stdin if file == '-' or file == :stdin
         begin
-          fd = File.open file unless fd == ARGF
+          fd = File.open(file, "r") unless fd == $stdin
 
           if $stdout.tty? or opts[:force]
             Lol.cat fd, opts
           else
-            until fd.eof? do
-              $stdout.write(fd.read(8192))
+            if fd.tty?
+              fd.each do |line|
+                $stdout.write(line)
+              end
+            else
+              until fd.eof? do
+                $stdout.write(fd.read(8192))
+              end
             end
           end
         rescue Errno::ENOENT
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   2016-12-26 13:52:54.000000000 +0100
+++ new/lib/lolcat/version.rb   2017-06-11 21:01:42.000000000 +0200
@@ -1,3 +1,3 @@
 module Lolcat
-  VERSION = "42.24.0"
+  VERSION = "42.24.1"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2016-12-26 13:52:54.000000000 +0100
+++ new/metadata        2017-06-11 21:01:42.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: lolcat
 version: !ruby/object:Gem::Version
-  version: 42.24.0
+  version: 42.24.1
 platform: ruby
 authors:
 - Moe
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-12-26 00:00:00.000000000 Z
+date: 2017-06-11 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake


Reply via email to