commit rubygem-term-ansicolor for openSUSE:Factory

2019-06-19 Thread root
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 
+
+- 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.0 +0100
+++ new/.travis.yml 2019-01-18 10:06:01.0 +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.0 +0100
+++ new/CHANGES 2019-01-18 10:06:01.0 +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.0 +0100
+++ new/VERSION 2019-01-18 10:06:01.0 +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_display2018-11-02 11:40:23.0 +0100
+++ new/bin/term_display2019-01-18 10:06:01.0 +0100
@@ -54,20 +54,20 @@
 end
 
 def usage(rc = 0)
-  puts to <<-end
-Usage: #$0 [OPTIONS] FILENAME"
+  puts <= 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 = "fl...@ping.de".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]
 




commit rubygem-term-ansicolor for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package rubygem-term-ansicolor for 
openSUSE:Factory checked in at 2018-11-26 10:34:00

Comparing /work/SRC/openSUSE:Factory/rubygem-term-ansicolor (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new.19453 (New)


Package is "rubygem-term-ansicolor"

Mon Nov 26 10:34:00 2018 rev:15 rq:651621 version:1.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-term-ansicolor/rubygem-term-ansicolor.changes
2017-04-20 20:58:16.845765468 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new.19453/rubygem-term-ansicolor.changes
 2018-11-26 10:36:43.856576576 +0100
@@ -1,0 +2,10 @@
+Thu Nov 22 05:39:10 UTC 2018 - Stephan Kulow 
+
+- updated to version 1.7.0
+ see installed CHANGES
+
+  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
+
+---

Old:

  term-ansicolor-1.6.0.gem

New:

  term-ansicolor-1.7.0.gem



Other differences:
--
++ rubygem-term-ansicolor.spec ++
--- /var/tmp/diff_new_pack.imIbS2/_old  2018-11-26 10:36:46.648573310 +0100
+++ /var/tmp/diff_new_pack.imIbS2/_new  2018-11-26 10:36:46.648573310 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-term-ansicolor
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -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-term-ansicolor
-Version:1.6.0
+Version:1.7.0
 Release:0
 %define mod_name term-ansicolor
 %define mod_full_name %{mod_name}-%{version}
@@ -35,7 +35,7 @@
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:http://flori.github.com/term-ansicolor
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Ruby library that colors strings using ANSI escape sequences
 License:Apache-2.0

++ term-ansicolor-1.6.0.gem -> term-ansicolor-1.7.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-04-13 13:45:36.0 +0200
+++ new/.travis.yml 2018-11-02 11:40:23.0 +0100
@@ -2,8 +2,9 @@
   - 2.0
   - 2.1
   - 2.2
-  - 2.3.1
-  - 2.4.1
+  - 2.3
+  - 2.4
+  - 2.5
   - ruby-head
   - jruby
 matrix:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGES new/CHANGES
--- old/CHANGES 2017-04-13 13:45:36.0 +0200
+++ new/CHANGES 2018-11-02 11:40:23.0 +0100
@@ -1,3 +1,6 @@
+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
 2017-03-24 - 1.4.1 * Correct triple html color support
 2016-09-27 - 1.4.0 * Extend colorized strings with Term::ANSIColor
 2015-06-23 - 1.3.2 * Fix release 1.3.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2017-04-13 13:45:36.0 +0200
+++ new/VERSION 2018-11-02 11:40:23.0 +0100
@@ -1 +1 @@
-1.6.0
+1.7.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bin/term_colortab new/bin/term_colortab
--- old/bin/term_colortab   2017-04-13 13:45:36.0 +0200
+++ new/bin/term_colortab   2018-11-02 11:40:23.0 +0100
@@ -24,6 +24,7 @@
   print_color c
 end
 puts
+puts
 
 for c in 8..11
   print_color c
@@ -33,16 +34,16 @@
 for c in 12..15
   print_color c
 end
-puts
 
 for c in 16..231
   (c - 16) % 6 == 0 and puts
+  (c - 16) % 36 == 0 and puts
   print_color c
 end
-puts
 
 for c in 232..255
   (c - 16) % 6 == 0 and puts
+  (c - 16) % 12 == 0 and puts
   print_color c
 end
 puts
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bin/term_snow new/bin/term_snow
--- old/bin/term_snow   1970-01-01 01:00:00.0 +0100
+++ new/bin/term_snow   2018-11-02 11:40:23.0 +0100
@@ -0,0 +1,72 @@

commit rubygem-term-ansicolor for openSUSE:Factory

2017-04-20 Thread root
Hello community,

here is the log from the commit of package rubygem-term-ansicolor for 
openSUSE:Factory checked in at 2017-04-20 20:58:15

Comparing /work/SRC/openSUSE:Factory/rubygem-term-ansicolor (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new (New)


Package is "rubygem-term-ansicolor"

Thu Apr 20 20:58:15 2017 rev:14 rq:489038 version:1.6.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-term-ansicolor/rubygem-term-ansicolor.changes
2017-04-11 09:40:39.551255966 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new/rubygem-term-ansicolor.changes
   2017-04-20 20:58:16.845765468 +0200
@@ -1,0 +2,6 @@
+Fri Apr 14 04:37:06 UTC 2017 - co...@suse.com
+
+- updated to version 1.6.0
+ see installed CHANGES
+
+---

Old:

  term-ansicolor-1.5.0.gem

New:

  term-ansicolor-1.6.0.gem



Other differences:
--
++ rubygem-term-ansicolor.spec ++
--- /var/tmp/diff_new_pack.b3eXdI/_old  2017-04-20 20:58:17.997602574 +0200
+++ /var/tmp/diff_new_pack.b3eXdI/_new  2017-04-20 20:58:18.001602009 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-term-ansicolor
-Version:1.5.0
+Version:1.6.0
 Release:0
 %define mod_name term-ansicolor
 %define mod_full_name %{mod_name}-%{version}
@@ -38,7 +38,7 @@
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Ruby library that colors strings using ANSI escape sequences
-License:GPL-2.0
+License:Apache-2.0
 Group:  Development/Languages/Ruby
 PreReq: update-alternatives
 
@@ -53,7 +53,7 @@
 %install
 %gem_install \
   --symlink-binaries \
-  --doc-files="CHANGES COPYING README.rdoc" \
+  --doc-files="CHANGES COPYING README.md" \
   -f
 
 %gem_packages

++ term-ansicolor-1.5.0.gem -> term-ansicolor-1.6.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/COPYING new/COPYING
--- old/COPYING 2017-03-28 10:40:15.0 +0200
+++ new/COPYING 2017-04-13 13:45:36.0 +0200
@@ -1,340 +1,202 @@
-GNU GENERAL PUBLIC LICENSE
-   Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users.  This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it.  (Some other Free Software Foundation software is covered by
-the GNU Lesser General Public License instead.)  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
-  To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have.  You must make sure that they, too, receive or can get the
-source code.  And you must show them these terms so they know their
-rights.
-
-  We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
-  Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software.  If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
-  Finally, any free program is threatened constantly by software
-patents.  We wish to avoid the danger 

commit rubygem-term-ansicolor for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package rubygem-term-ansicolor for 
openSUSE:Factory checked in at 2017-04-11 09:40:25

Comparing /work/SRC/openSUSE:Factory/rubygem-term-ansicolor (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new (New)


Package is "rubygem-term-ansicolor"

Tue Apr 11 09:40:25 2017 rev:13 rq:484841 version:1.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-term-ansicolor/rubygem-term-ansicolor.changes
2016-10-10 16:22:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new/rubygem-term-ansicolor.changes
   2017-04-11 09:40:39.551255966 +0200
@@ -1,0 +2,14 @@
+Wed Mar 29 04:33:26 UTC 2017 - co...@suse.com
+
+- updated to version 1.5.0
+ see installed CHANGES
+
+---
+Sat Mar 25 05:37:03 UTC 2017 - co...@suse.com
+
+- updated to version 1.4.1
+ see installed CHANGES
+
+  2017-03-24 - 1.4.1 * Correct triple html color support
+
+---

Old:

  term-ansicolor-1.4.0.gem

New:

  term-ansicolor-1.5.0.gem



Other differences:
--
++ rubygem-term-ansicolor.spec ++
--- /var/tmp/diff_new_pack.0Y1PCd/_old  2017-04-11 09:40:42.766801729 +0200
+++ /var/tmp/diff_new_pack.0Y1PCd/_new  2017-04-11 09:40:42.770801164 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-term-ansicolor
 #
-# 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-term-ansicolor
-Version:1.4.0
+Version:1.5.0
 Release:0
 %define mod_name term-ansicolor
 %define mod_full_name %{mod_name}-%{version}

++ term-ansicolor-1.4.0.gem -> term-ansicolor-1.5.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore  2016-09-27 12:16:09.0 +0200
+++ new/.gitignore  2017-03-28 10:40:15.0 +0200
@@ -1,5 +1,6 @@
 .*.sw[pon]
 .bundle
+.byebug_history
 .rvmrc
 Gemfile.lock
 coverage
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2016-09-27 12:16:09.0 +0200
+++ new/.travis.yml 2017-03-28 10:40:15.0 +0200
@@ -3,12 +3,11 @@
   - 2.1
   - 2.2
   - 2.3.1
+  - 2.4.1
   - ruby-head
   - jruby
 matrix:
   allow_failures:
 - rvm: ruby-head
 - rvm: jruby
-env:
-  - 
CODECLIMATE_REPO_TOKEN=ef2c31d6fd3c385eef57dcb62374be51b56af36dd4405763d3e43a1c06330b33
 sudo: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGES new/CHANGES
--- old/CHANGES 2016-09-27 12:16:09.0 +0200
+++ new/CHANGES 2017-03-28 10:40:15.0 +0200
@@ -1,3 +1,4 @@
+2017-03-24 - 1.4.1 * Correct triple html color support
 2016-09-27 - 1.4.0 * Extend colorized strings with Term::ANSIColor
 2015-06-23 - 1.3.2 * Fix release 1.3.1
 2014-06-17 - 1.3.1 * This release was a bit premature, yanked it.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2016-09-27 12:16:09.0 +0200
+++ new/Gemfile 2017-03-28 10:40:15.0 +0200
@@ -3,5 +3,3 @@
 source 'https://rubygems.org'
 
 gemspec
-
-gem "codeclimate-test-reporter", :group => :test, :require => nil
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2016-09-27 12:16:09.0 +0200
+++ new/Rakefile2017-03-28 10:40:15.0 +0200
@@ -13,25 +13,15 @@
   description 'This library uses ANSI escape sequences to control the 
attributes of terminal output'
   licenses<< 'GPL-2'
   test_dir'tests'
-  ignore  '.*.sw[pon]', 'pkg', 'Gemfile.lock', '.rvmrc', 'coverage', 
'tags', '.bundle'
+  ignore  '.*.sw[pon]', 'pkg', 'Gemfile.lock', '.rvmrc', 'coverage',
+'tags', '.bundle', '.byebug_history'
+
   readme  'README.rdoc'
   executables.merge Dir['bin/*'].map { |x| File.basename(x) }
 
   dependency 'tins', '~>1.0'
   development_dependency 'simplecov'
-  development_dependency 'minitest_tu_shim'
+  development_dependency 'test-unit'
 
   required_ruby_version '>= 2.0'
-
-  install_library do
-destdir = "#{ENV['DESTDIR']}"
-libdir = CONFIG["sitelibdir"]
-cd 'lib' do
-  for file in Dir['**/*.rb']
-dest = destdir + File.join(libdir, File.dirname(file))
-mkdir_p 

commit rubygem-term-ansicolor for openSUSE:Factory

2016-10-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-term-ansicolor for 
openSUSE:Factory checked in at 2016-10-10 16:22:59

Comparing /work/SRC/openSUSE:Factory/rubygem-term-ansicolor (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new (New)


Package is "rubygem-term-ansicolor"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-term-ansicolor/rubygem-term-ansicolor.changes
2015-07-28 11:43:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new/rubygem-term-ansicolor.changes
   2016-10-10 16:22:59.0 +0200
@@ -1,0 +2,8 @@
+Wed Sep 28 04:59:19 UTC 2016 - co...@suse.com
+
+- updated to version 1.4.0
+ see installed CHANGES
+
+  2016-09-27 - 1.4.0 * Extend colorized strings with Term::ANSIColor
+
+---

Old:

  term-ansicolor-1.3.2.gem

New:

  term-ansicolor-1.4.0.gem



Other differences:
--
++ rubygem-term-ansicolor.spec ++
--- /var/tmp/diff_new_pack.u8IKEE/_old  2016-10-10 16:23:01.0 +0200
+++ /var/tmp/diff_new_pack.u8IKEE/_new  2016-10-10 16:23:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-term-ansicolor
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,14 +24,14 @@
 #
 
 Name:   rubygem-term-ansicolor
-Version:1.3.2
+Version:1.4.0
 Release:0
 %define mod_name term-ansicolor
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby >= 2.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
-BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:http://flori.github.com/term-ansicolor

++ term-ansicolor-1.3.2.gem -> term-ansicolor-1.4.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2015-06-23 12:02:01.0 +0200
+++ new/.travis.yml 2016-09-27 12:16:09.0 +0200
@@ -2,11 +2,13 @@
   - 2.0
   - 2.1
   - 2.2
+  - 2.3.1
   - ruby-head
-  - rbx-20mode
-  - jruby-head
+  - jruby
 matrix:
   allow_failures:
 - rvm: ruby-head
-- rvm: jruby-head
-- rvm: rbx-20mode
+- rvm: jruby
+env:
+  - 
CODECLIMATE_REPO_TOKEN=ef2c31d6fd3c385eef57dcb62374be51b56af36dd4405763d3e43a1c06330b33
+sudo: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGES new/CHANGES
--- old/CHANGES 2015-06-23 12:02:01.0 +0200
+++ new/CHANGES 2016-09-27 12:16:09.0 +0200
@@ -1,3 +1,4 @@
+2016-09-27 - 1.4.0 * Extend colorized strings with Term::ANSIColor
 2015-06-23 - 1.3.2 * Fix release 1.3.1
 2014-06-17 - 1.3.1 * This release was a bit premature, yanked it.
 2014-02-06 - 1.3.0 * Support bright and faint color names.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/COPYING new/COPYING
--- old/COPYING 2015-06-23 12:02:01.0 +0200
+++ new/COPYING 2016-09-27 12:16:09.0 +0200
@@ -1,12 +1,12 @@
-   GNU GENERAL PUBLIC LICENSE
-  Version 2, June 1991
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
 
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-   59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-   Preamble
+Preamble
 
   The licenses for most software are designed to take away your
 freedom to share and change it.  By contrast, the GNU General Public
@@ -15,7 +15,7 @@
 General Public License applies to most of the Free Software
 Foundation's software and to any other program whose authors commit to
 using it.  (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.)  You can apply it to
+the GNU Lesser General Public License instead.)  You can apply it to
 your programs, too.
 
   When we speak of free software, we are referring to freedom, not
@@ -55,8 +55,8 @@
 
   The precise terms and conditions for copying, distribution and
 modification follow.
-
-   GNU GENERAL PUBLIC LICENSE
+

commit rubygem-term-ansicolor for openSUSE:Factory

2015-07-28 Thread h_root
Hello community,

here is the log from the commit of package rubygem-term-ansicolor for 
openSUSE:Factory checked in at 2015-07-28 11:43:14

Comparing /work/SRC/openSUSE:Factory/rubygem-term-ansicolor (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new (New)


Package is rubygem-term-ansicolor

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-term-ansicolor/rubygem-term-ansicolor.changes
2014-03-18 14:06:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new/rubygem-term-ansicolor.changes
   2015-07-28 11:43:37.0 +0200
@@ -1,0 +2,15 @@
+Sat Jul 25 06:25:50 UTC 2015 - co...@suse.com
+
+- add explicit conflict to colordiff and avoid renaming
+
+---
+Mon Jul 20 04:30:42 UTC 2015 - co...@suse.com
+
+- updated to version 1.3.2
+ see installed CHANGES
+
+  2015-06-23 - 1.3.2 * Fix release 1.3.1
+  2014-06-17 - 1.3.1 * This release was a bit premature, yanked it.
+  2014-02-06 - 1.3.0 * Support bright and faint color names.
+
+---

Old:

  term-ansicolor-1.3.0.gem

New:

  gem2rpm.yml
  term-ansicolor-1.3.2.gem



Other differences:
--
++ rubygem-term-ansicolor.spec ++
--- /var/tmp/diff_new_pack.sHUvpH/_old  2015-07-28 11:43:38.0 +0200
+++ /var/tmp/diff_new_pack.sHUvpH/_new  2015-07-28 11:43:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-term-ansicolor
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,110 +16,46 @@
 #
 
 
+#
+# 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-term-ansicolor
-Version:1.3.0
+Version:1.3.2
 Release:0
 %define mod_name term-ansicolor
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
-BuildRequires:  rubygem(rdoc)  3.10
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc  3.10}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
+BuildRequires:  update-alternatives
 Url:http://flori.github.com/term-ansicolor
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Ruby library that colors strings using ANSI escape sequences
 License:GPL-2.0
 Group:  Development/Languages/Ruby
-%define mod_branch -%{version}
-%define mod_weight 1
 PreReq: update-alternatives
 
 %description
 This library uses ANSI escape sequences to control the attributes of terminal
-output
-
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
+output.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-# MANUAL avoid the name cdiff, it's a wrapper around colordiff
-mv %{buildroot}%{_bindir}/cdiff 
%{buildroot}%{_bindir}/colorize_diff%{mod_branch}
-ln -s colorize_diff%{mod_branch} %{buildroot}%{_bindir}/colorize_diff
-mv %{buildroot}%{_bindir}/decolor{,%{mod_branch}}
-ln -s decolor%{mod_branch} %{buildroot}%{_bindir}/decolor
-mv %{buildroot}%{_bindir}/colortab{,%{mod_branch}}
-ln -s colortab%{mod_branch} %{buildroot}%{_bindir}/colortab
-mv %{buildroot}%{_bindir}/term_mandel{,%{mod_branch}}
-ln -s term_mandel%{mod_branch} %{buildroot}%{_bindir}/term_mandel
-mv %{buildroot}%{_bindir}/term_display{,%{mod_branch}}
-ln -s term_display%{mod_branch} %{buildroot}%{_bindir}/term_display
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGES 
%buildroot/%{_docdir}/%{name}/CHANGES
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/colorize_diff colorize_diff 
%{_bindir}/colorize_diff%{mod_branch} %{mod_weight}
-/usr/sbin/update-alternatives --install \
-%{_bindir}/decolor decolor 

commit rubygem-term-ansicolor for openSUSE:Factory

2014-03-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-term-ansicolor for 
openSUSE:Factory checked in at 2014-03-18 14:06:46

Comparing /work/SRC/openSUSE:Factory/rubygem-term-ansicolor (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new (New)


Package is rubygem-term-ansicolor

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-term-ansicolor/rubygem-term-ansicolor.changes
2013-06-13 22:39:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new/rubygem-term-ansicolor.changes
   2014-03-18 14:06:47.0 +0100
@@ -1,0 +2,5 @@
+Sat Mar 15 18:46:00 UTC 2014 - co...@suse.com
+
+- updated to version 1.3.0, no changelog
+
+---

Old:

  term-ansicolor-1.2.2.gem

New:

  term-ansicolor-1.3.0.gem



Other differences:
--
++ rubygem-term-ansicolor.spec ++
--- /var/tmp/diff_new_pack.GBX0Dw/_old  2014-03-18 14:06:48.0 +0100
+++ /var/tmp/diff_new_pack.GBX0Dw/_new  2014-03-18 14:06:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-term-ansicolor
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-term-ansicolor
-Version:1.2.2
+Version:1.3.0
 Release:0
 %define mod_name term-ansicolor
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-term-ansicolor for openSUSE:Factory

2013-06-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-term-ansicolor for 
openSUSE:Factory checked in at 2013-06-13 22:39:55

Comparing /work/SRC/openSUSE:Factory/rubygem-term-ansicolor (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new (New)


Package is rubygem-term-ansicolor

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-term-ansicolor/rubygem-term-ansicolor.changes
2013-06-05 19:34:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new/rubygem-term-ansicolor.changes
   2013-06-13 22:39:56.0 +0200
@@ -1,0 +2,10 @@
+Mon Jun  3 19:35:51 UTC 2013 - co...@suse.com
+
+- updated to version 1.2.2
+ * No more fun and smileys, now you have to call term_display
+   yourself.
+ * term_display can now display image URLs directly.
+ * Merge patch from Gavin Kistner ga...@phrogz.net to
+   prevent warnings when running in -w mode.
+
+---

Old:

  term-ansicolor-1.2.1.gem

New:

  term-ansicolor-1.2.2.gem



Other differences:
--
++ rubygem-term-ansicolor.spec ++
--- /var/tmp/diff_new_pack.2vQUC4/_old  2013-06-13 22:39:57.0 +0200
+++ /var/tmp/diff_new_pack.2vQUC4/_new  2013-06-13 22:39:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-term-ansicolor
-Version:1.2.1
+Version:1.2.2
 Release:0
 %define mod_name term-ansicolor
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-term-ansicolor for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-term-ansicolor for 
openSUSE:Factory checked in at 2013-06-05 19:34:32

Comparing /work/SRC/openSUSE:Factory/rubygem-term-ansicolor (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new (New)


Package is rubygem-term-ansicolor

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-term-ansicolor/rubygem-term-ansicolor.changes
2013-05-18 09:22:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new/rubygem-term-ansicolor.changes
   2013-06-05 19:34:34.0 +0200
@@ -1,0 +2,6 @@
+Sat May 25 09:39:14 UTC 2013 - co...@suse.com
+
+- updated to version 1.2.1
+ * Prevent warnings when running in -w mode.
+
+---

Old:

  term-ansicolor-1.2.0.gem

New:

  term-ansicolor-1.2.1.gem



Other differences:
--
++ rubygem-term-ansicolor.spec ++
--- /var/tmp/diff_new_pack.gHipfl/_old  2013-06-05 19:34:35.0 +0200
+++ /var/tmp/diff_new_pack.gHipfl/_new  2013-06-05 19:34:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-term-ansicolor
-Version:1.2.0
+Version:1.2.1
 Release:0
 %define mod_name term-ansicolor
 %define mod_full_name %{mod_name}-%{version}
@@ -69,6 +69,7 @@
 ln -s term_display%{mod_branch} %{buildroot}%{_bindir}/term_display
 mkdir -p %{buildroot}%{_docdir}/%{name}
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGES 
%buildroot/%{_docdir}/%{name}/CHANGES
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
 
 %post

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-term-ansicolor for openSUSE:Factory

2013-05-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-term-ansicolor for 
openSUSE:Factory checked in at 2013-05-18 09:22:46

Comparing /work/SRC/openSUSE:Factory/rubygem-term-ansicolor (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new (New)


Package is rubygem-term-ansicolor

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-term-ansicolor/rubygem-term-ansicolor.changes
2013-04-22 14:20:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new/rubygem-term-ansicolor.changes
   2013-05-18 09:22:47.0 +0200
@@ -1,0 +2,12 @@
+Fri May 17 09:34:51 UTC 2013 - co...@suse.com
+
+- updated to version 1.2.0
+ * Many more examples
+
+---
+Sun Apr 21 10:59:53 UTC 2013 - co...@suse.com
+
+- updated to version 1.1.5
+ * Add colortab executable to rubygem binary config
+
+---

Old:

  term-ansicolor-1.1.4.gem

New:

  term-ansicolor-1.2.0.gem



Other differences:
--
++ rubygem-term-ansicolor.spec ++
--- /var/tmp/diff_new_pack.jLCyV3/_old  2013-05-18 09:22:48.0 +0200
+++ /var/tmp/diff_new_pack.jLCyV3/_new  2013-05-18 09:22:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-term-ansicolor
-Version:1.1.4
+Version:1.2.0
 Release:0
 %define mod_name term-ansicolor
 %define mod_full_name %{mod_name}-%{version}
@@ -28,9 +28,9 @@
 Url:http://flori.github.com/term-ansicolor
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Ruby library that colors strings using ANSI escape sequences
-License:GPL-2.0+
+License:GPL-2.0
 Group:  Development/Languages/Ruby
-%define mod_branch -1.1.4
+%define mod_branch -%{version}
 %define mod_weight 1
 PreReq: update-alternatives
 
@@ -56,24 +56,63 @@
 
 %install
 %gem_install -f
-mv %{buildroot}%{_bindir}/cdiff{,.%{mod_name}}
+# MANUAL avoid the name cdiff, it's a wrapper around colordiff
+mv %{buildroot}%{_bindir}/cdiff 
%{buildroot}%{_bindir}/colorize_diff%{mod_branch}
+ln -s colorize_diff%{mod_branch} %{buildroot}%{_bindir}/colorize_diff
 mv %{buildroot}%{_bindir}/decolor{,%{mod_branch}}
 ln -s decolor%{mod_branch} %{buildroot}%{_bindir}/decolor
+mv %{buildroot}%{_bindir}/colortab{,%{mod_branch}}
+ln -s colortab%{mod_branch} %{buildroot}%{_bindir}/colortab
+mv %{buildroot}%{_bindir}/term_mandel{,%{mod_branch}}
+ln -s term_mandel%{mod_branch} %{buildroot}%{_bindir}/term_mandel
+mv %{buildroot}%{_bindir}/term_display{,%{mod_branch}}
+ln -s term_display%{mod_branch} %{buildroot}%{_bindir}/term_display
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
 
 %post
 /usr/sbin/update-alternatives --install \
+%{_bindir}/colorize_diff colorize_diff 
%{_bindir}/colorize_diff%{mod_branch} %{mod_weight}
+/usr/sbin/update-alternatives --install \
 %{_bindir}/decolor decolor %{_bindir}/decolor%{mod_branch} %{mod_weight}
+/usr/sbin/update-alternatives --install \
+%{_bindir}/colortab colortab %{_bindir}/colortab%{mod_branch} %{mod_weight}
+/usr/sbin/update-alternatives --install \
+%{_bindir}/term_mandel term_mandel %{_bindir}/term_mandel%{mod_branch} 
%{mod_weight}
+/usr/sbin/update-alternatives --install \
+%{_bindir}/term_display term_display %{_bindir}/term_display%{mod_branch} 
%{mod_weight}
 
 %preun
 if [ $1 = 0 ] ; then
+/usr/sbin/update-alternatives --remove colorize_diff 
%{_bindir}/colorize_diff%{mod_branch}
+fi
+if [ $1 = 0 ] ; then
 /usr/sbin/update-alternatives --remove decolor 
%{_bindir}/decolor%{mod_branch}
 fi
+if [ $1 = 0 ] ; then
+/usr/sbin/update-alternatives --remove colortab 
%{_bindir}/colortab%{mod_branch}
+fi
+if [ $1 = 0 ] ; then
+/usr/sbin/update-alternatives --remove term_mandel 
%{_bindir}/term_mandel%{mod_branch}
+fi
+if [ $1 = 0 ] ; then
+/usr/sbin/update-alternatives --remove term_display 
%{_bindir}/term_display%{mod_branch}
+fi
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
+%{_bindir}/colorize_diff%{mod_branch}
+%ghost %{_bindir}/colorize_diff
 %{_bindir}/decolor%{mod_branch}
-%{_bindir}/cdiff.%{mod_name}
 %ghost %{_bindir}/decolor
+%{_bindir}/colortab%{mod_branch}
+%ghost %{_bindir}/colortab
+%{_bindir}/term_mandel%{mod_branch}
+%ghost %{_bindir}/term_mandel
+%{_bindir}/term_display%{mod_branch}
+%ghost %{_bindir}/term_display
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 

commit rubygem-term-ansicolor for openSUSE:Factory

2013-04-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-term-ansicolor for 
openSUSE:Factory checked in at 2013-04-22 14:20:44

Comparing /work/SRC/openSUSE:Factory/rubygem-term-ansicolor (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new (New)


Package is rubygem-term-ansicolor, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-term-ansicolor/rubygem-term-ansicolor.changes
2013-03-26 15:59:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new/rubygem-term-ansicolor.changes
   2013-04-22 14:20:45.0 +0200
@@ -1,0 +2,21 @@
+Sat Apr 20 15:37:00 UTC 2013 - co...@suse.com
+
+- avoid conflict with colordiff
+
+---
+Sat Apr 13 06:04:13 UTC 2013 - co...@suse.com
+
+- updated to version 1.1.4
+ * Easier access to color attributes via color(123) or
+   approximate html colors like color('#336caf').
+ * Fix a bug where respond_to could overflow the stack.
+ * Change the API: color0 - color255 to color(:color0) -
+   color(:color255), and on_color0 to on_color(:color0) -
+   on_color(:color255); the previous way caused some
+   failures, sorry. On the plus side you can now do
+   color('#4a6ab4') and get the nearest terminal color to
+   this html color.
+ * Add colortab executable to display the 255 colors and
+   related HTML colors.
+
+---

Old:

  term-ansicolor-1.1.1.gem

New:

  term-ansicolor-1.1.4.gem



Other differences:
--
++ rubygem-term-ansicolor.spec ++
--- /var/tmp/diff_new_pack.TFmAlR/_old  2013-04-22 14:20:53.0 +0200
+++ /var/tmp/diff_new_pack.TFmAlR/_new  2013-04-22 14:20:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-term-ansicolor
-Version:1.1.1
+Version:1.1.4
 Release:0
 %define mod_name term-ansicolor
 %define mod_full_name %{mod_name}-%{version}
@@ -26,13 +26,17 @@
 BuildRequires:  ruby-macros = 1
 BuildRequires:  rubygem(rdoc)  3.10
 Url:http://flori.github.com/term-ansicolor
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Ruby library that colors strings using ANSI escape sequences
 License:GPL-2.0+
 Group:  Development/Languages/Ruby
+%define mod_branch -1.1.4
+%define mod_weight 1
+PreReq: update-alternatives
 
 %description
-Ruby library that colors strings using ANSI escape sequences
+This library uses ANSI escape sequences to control the attributes of terminal
+output
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
@@ -52,11 +56,24 @@
 
 %install
 %gem_install -f
+mv %{buildroot}%{_bindir}/cdiff{,.%{mod_name}}
+mv %{buildroot}%{_bindir}/decolor{,%{mod_branch}}
+ln -s decolor%{mod_branch} %{buildroot}%{_bindir}/decolor
+
+%post
+/usr/sbin/update-alternatives --install \
+%{_bindir}/decolor decolor %{_bindir}/decolor%{mod_branch} %{mod_weight}
+
+%preun
+if [ $1 = 0 ] ; then
+/usr/sbin/update-alternatives --remove decolor 
%{_bindir}/decolor%{mod_branch}
+fi
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/cdiff
-%{_bindir}/decolor
+%{_bindir}/decolor%{mod_branch}
+%{_bindir}/cdiff.%{mod_name}
+%ghost %{_bindir}/decolor
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-term-ansicolor for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package rubygem-term-ansicolor for 
openSUSE:Factory checked in at 2013-03-26 15:59:37

Comparing /work/SRC/openSUSE:Factory/rubygem-term-ansicolor (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new (New)


Package is rubygem-term-ansicolor, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-term-ansicolor/rubygem-term-ansicolor.changes
2012-11-30 12:46:25.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new/rubygem-term-ansicolor.changes
   2013-03-26 15:59:38.0 +0100
@@ -1,0 +2,16 @@
+Mon Mar 18 12:55:45 UTC 2013 - co...@suse.com
+
+- updated to version 1.1.1
+ * Avoid possible conflicts with other people's attributes
+   methods.
+ * Cache attributes globally, also fix caching for frozen
+   strings.
+ * Cleanup documentation.
+ * Implement color0 - color255 and on_color0 - on_color255
+   methods for xterm256 colors.
+ * Merged patch by Mike Bethany mikbe...@gmail.com that
+   adds high intensity colors and backgrounds.
+ * Fix problem caused by Ruby 1.9 implementing String#clear
+ * now, reported by Joe Fiorini j...@joefiorini.com.
+
+---

Old:

  term-ansicolor-1.0.7.gem

New:

  term-ansicolor-1.1.1.gem



Other differences:
--
++ rubygem-term-ansicolor.spec ++
--- /var/tmp/diff_new_pack.DVcA6m/_old  2013-03-26 15:59:39.0 +0100
+++ /var/tmp/diff_new_pack.DVcA6m/_new  2013-03-26 15:59:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-term-ansicolor
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
 
 
 Name:   rubygem-term-ansicolor
-Version:1.0.7
+Version:1.1.1
 Release:0
 %define mod_name term-ansicolor
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
+BuildRequires:  rubygem(rdoc)  3.10
 Url:http://flori.github.com/term-ansicolor
 Source: %{mod_full_name}.gem
 Summary:Ruby library that colors strings using ANSI escape sequences

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org