Hello community,
here is the log from the commit of package rubygem-term-ansicolor for
openSUSE:Factory checked in at 2019-06-19 21:01:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-term-ansicolor (Old)
and /work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-term-ansicolor"
Wed Jun 19 21:01:20 2019 rev:16 rq:706029 version:1.7.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-term-ansicolor/rubygem-term-ansicolor.changes
2018-11-26 10:36:43.856576576 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new.4811/rubygem-term-ansicolor.changes
2019-06-19 21:01:21.982136773 +0200
@@ -1,0 +2,8 @@
+Sat Mar 2 15:40:33 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to version 1.7.1
+ see installed CHANGES
+
+ 2019-01-18 - 1.7.1 * Fix term_display command for never tins
+
+-------------------------------------------------------------------
Old:
----
term-ansicolor-1.7.0.gem
New:
----
term-ansicolor-1.7.1.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-term-ansicolor.spec ++++++
--- /var/tmp/diff_new_pack.1QA9ah/_old 2019-06-19 21:01:22.822137479 +0200
+++ /var/tmp/diff_new_pack.1QA9ah/_new 2019-06-19 21:01:22.826137482 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-term-ansicolor
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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-term-ansicolor
-Version: 1.7.0
+Version: 1.7.1
Release: 0
%define mod_name term-ansicolor
%define mod_full_name %{mod_name}-%{version}
++++++ term-ansicolor-1.7.0.gem -> term-ansicolor-1.7.1.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2018-11-02 11:40:23.000000000 +0100
+++ new/.travis.yml 2019-01-18 10:06:01.000000000 +0100
@@ -5,6 +5,7 @@
- 2.3
- 2.4
- 2.5
+ - 2.6
- ruby-head
- jruby
matrix:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGES new/CHANGES
--- old/CHANGES 2018-11-02 11:40:23.000000000 +0100
+++ new/CHANGES 2019-01-18 10:06:01.000000000 +0100
@@ -1,3 +1,4 @@
+2019-01-18 - 1.7.1 * Fix term_display command for never tins
2018-11-02 - 1.7.0 * Add movement commands and term_snow executable
2017-03-24 - 1.6.0 * Implement HSL colors and methods based on that code
2017-04-13 - 1.5.0 * Change to Apache 2.0 license
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2018-11-02 11:40:23.000000000 +0100
+++ new/VERSION 2019-01-18 10:06:01.000000000 +0100
@@ -1 +1 @@
-1.7.0
+1.7.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/bin/term_display new/bin/term_display
--- old/bin/term_display 2018-11-02 11:40:23.000000000 +0100
+++ new/bin/term_display 2019-01-18 10:06:01.000000000 +0100
@@ -54,20 +54,20 @@
end
def usage(rc = 0)
- puts to <<-end
- Usage: #$0 [OPTIONS] FILENAME"
+ puts <<EOT
+Usage: #$0 [OPTIONS] FILENAME"
- Options are
+Options are
- -m METRIC for distance (METRIC =
#{Term::ANSIColor::RGBColorMetrics.metrics * '|'})
- -g yes|no use/don't use gray values, defaults to yes
- -s xyfit|xyfill scaling strategy, defaults to xyfit
- -a ASPECT x:y aspect, defaults to 2.2
- -C COLS number of columns for rendering with aspect, defaults to
max
- -R ROWS number of rows for rendering with aspect, defaults to
max - 1
- -h this help
+ -m METRIC for distance (METRIC =
#{Term::ANSIColor::RGBColorMetrics.metrics * '|'})
+ -g yes|no use/don't use gray values, defaults to yes
+ -s xyfit|xyfill scaling strategy, defaults to xyfit
+ -a ASPECT x:y aspect, defaults to 2.2
+ -C COLS number of columns for rendering with aspect, defaults to max
+ -R ROWS number of rows for rendering with aspect, defaults to max - 1
+ -h this help
- end
+EOT
exit rc
end
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/term/ansicolor/version.rb
new/lib/term/ansicolor/version.rb
--- old/lib/term/ansicolor/version.rb 2018-11-02 11:40:23.000000000 +0100
+++ new/lib/term/ansicolor/version.rb 2019-01-18 10:06:01.000000000 +0100
@@ -1,6 +1,6 @@
module Term::ANSIColor
# Term::ANSIColor version
- VERSION = '1.7.0'
+ VERSION = '1.7.1'
VERSION_ARRAY = VERSION.split('.').map(&:to_i) # :nodoc:
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2018-11-02 11:40:23.000000000 +0100
+++ new/metadata 2019-01-18 10:06:01.000000000 +0100
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: term-ansicolor
version: !ruby/object:Gem::Version
- version: 1.7.0
+ version: 1.7.1
platform: ruby
authors:
- Florian Frank
autorequire:
bindir: bin
cert_chain: []
-date: 2018-11-02 00:00:00.000000000 Z
+date: 2019-01-18 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: gem_hadar
@@ -154,8 +154,7 @@
- !ruby/object:Gem::Version
version: '0'
requirements: []
-rubyforge_project:
-rubygems_version: 2.7.7
+rubygems_version: 3.0.1
signing_key:
specification_version: 4
summary: Ruby library that colors strings using ANSI escape sequences
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/term-ansicolor.gemspec new/term-ansicolor.gemspec
--- old/term-ansicolor.gemspec 2018-11-02 11:40:23.000000000 +0100
+++ new/term-ansicolor.gemspec 2019-01-18 10:06:01.000000000 +0100
@@ -1,14 +1,14 @@
# -*- encoding: utf-8 -*-
-# stub: term-ansicolor 1.7.0 ruby lib
+# stub: term-ansicolor 1.7.1 ruby lib
Gem::Specification.new do |s|
s.name = "term-ansicolor".freeze
- s.version = "1.7.0"
+ s.version = "1.7.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if
s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Florian Frank".freeze]
- s.date = "2018-11-02"
+ s.date = "2019-01-18"
s.description = "This library uses ANSI escape sequences to control the
attributes of terminal output".freeze
s.email = "[email protected]".freeze
s.executables = ["term_snow".freeze, "term_display".freeze,
"term_decolor".freeze, "term_cdiff".freeze, "term_mandel".freeze,
"term_colortab".freeze]
@@ -18,7 +18,7 @@
s.licenses = ["Apache-2.0".freeze]
s.rdoc_options = ["--title".freeze, "Term-ansicolor - Ruby library that
colors strings using ANSI escape sequences".freeze, "--main".freeze,
"README.md".freeze]
s.required_ruby_version = Gem::Requirement.new(">= 2.0".freeze)
- s.rubygems_version = "2.7.7".freeze
+ s.rubygems_version = "3.0.1".freeze
s.summary = "Ruby library that colors strings using ANSI escape
sequences".freeze
s.test_files = ["tests/ansicolor_test.rb".freeze,
"tests/attribute_test.rb".freeze, "tests/hsl_triple_test.rb".freeze,
"tests/ppm_reader_test.rb".freeze, "tests/rgb_color_metrics_test.rb".freeze,
"tests/rgb_triple_test.rb".freeze, "tests/test_helper.rb".freeze]