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.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new/rubygem-term-ansicolor.changes
       2015-07-28 11:43:37.000000000 +0200
@@ -1,0 +2,15 @@
+Sat Jul 25 06:25:50 UTC 2015 - [email protected]
+
+- add explicit conflict to colordiff and avoid renaming
+
+-------------------------------------------------------------------
+Mon Jul 20 04:30:42 UTC 2015 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.sHUvpH/_new  2015-07-28 11:43:38.000000000 +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 %{_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}
-%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}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%gem_install \
+  --symlink-binaries \
+  --doc-files="CHANGES COPYING README.rdoc" \
+  -f
+
+%gem_packages
 
 %changelog

++++++ gem2rpm.yml ++++++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: '....'
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV="no"
#   %endif
# ## used by gem2rpm
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
#     /bin/echo foo
# ## used by gem_packages
:main:
  :preamble: |-
    Conflicts: colordiff
#   :filelist: |-
#     /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
#     :preamble: |-
#       Requires: .....
#     :filelist: |-
#       /etc/apache2/conf.d/passenger.conf
#     :summary: Custom summary is optional
#     :description: |-
#       Custom description is optional
#
#       bar
#     :post: |-
#       /bin/echo foo
#
++++++ term-ansicolor-1.3.0.gem -> term-ansicolor-1.3.2.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml     2014-02-06 16:08:01.000000000 +0100
+++ new/.travis.yml     2015-06-23 12:02:01.000000000 +0200
@@ -1,11 +1,12 @@
 rvm:
-  - 1.8.7
-  - 1.9.2
-  - 1.9.3
-  - 2.0.0
+  - 2.0
+  - 2.1
+  - 2.2
   - ruby-head
-  - ree
-  - rbx-18mode
-  - rbx-19mode
-  - jruby-18mode
-  - jruby-19mode
+  - rbx-20mode
+  - jruby-head
+matrix:
+  allow_failures:
+    - rvm: ruby-head
+    - rvm: jruby-head
+    - rvm: rbx-20mode
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGES new/CHANGES
--- old/CHANGES 2014-02-06 16:08:01.000000000 +0100
+++ new/CHANGES 2015-06-23 12:02:01.000000000 +0200
@@ -1,3 +1,6 @@
+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.
 2013-05-30 - 1.2.2 * No more fun and smileys, now you have to call term_display
                      yourself.
                    * term_display can now display image URLs directly.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile        2014-02-06 16:08:01.000000000 +0100
+++ new/Rakefile        2015-06-23 12:02:01.000000000 +0200
@@ -19,6 +19,7 @@
 
   dependency             'tins', '~>1.0'
   development_dependency 'simplecov'
+  development_dependency 'minitest_tu_shim'
 
   install_library do
     destdir = "#{ENV['DESTDIR']}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2014-02-06 16:08:01.000000000 +0100
+++ new/VERSION 2015-06-23 12:02:01.000000000 +0200
@@ -1 +1 @@
-1.3.0
+1.3.2
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   2014-02-06 16:08:01.000000000 +0100
+++ new/lib/term/ansicolor/version.rb   2015-06-23 12:02:01.000000000 +0200
@@ -1,6 +1,6 @@
 module Term::ANSIColor
   # Term::ANSIColor version
-  VERSION         = '1.3.0'
+  VERSION         = '1.3.2'
   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        2014-02-06 16:08:01.000000000 +0100
+++ new/metadata        2015-06-23 12:02:01.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: term-ansicolor
 version: !ruby/object:Gem::Version
-  version: 1.3.0
+  version: 1.3.2
 platform: ruby
 authors:
 - Florian Frank
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2014-02-06 00:00:00.000000000 Z
+date: 2015-06-23 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: gem_hadar
@@ -16,14 +16,14 @@
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 1.0.0
+        version: 1.3.1
   type: :development
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 1.0.0
+        version: 1.3.1
 - !ruby/object:Gem::Dependency
   name: simplecov
   requirement: !ruby/object:Gem::Requirement
@@ -39,6 +39,20 @@
       - !ruby/object:Gem::Version
         version: '0'
 - !ruby/object:Gem::Dependency
+  name: minitest_tu_shim
+  requirement: !ruby/object:Gem::Requirement
+    requirements:
+    - - ">="
+      - !ruby/object:Gem::Version
+        version: '0'
+  type: :development
+  prerelease: false
+  version_requirements: !ruby/object:Gem::Requirement
+    requirements:
+    - - ">="
+      - !ruby/object:Gem::Version
+        version: '0'
+- !ruby/object:Gem::Dependency
   name: tins
   requirement: !ruby/object:Gem::Requirement
     requirements:
@@ -132,7 +146,7 @@
       version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.2.2
+rubygems_version: 2.4.6
 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  2014-02-06 16:08:01.000000000 +0100
+++ new/term-ansicolor.gemspec  2015-06-23 12:02:01.000000000 +0200
@@ -1,14 +1,14 @@
 # -*- encoding: utf-8 -*-
-# stub: term-ansicolor 1.3.0 ruby lib
+# stub: term-ansicolor 1.3.2 ruby lib
 
 Gem::Specification.new do |s|
   s.name = "term-ansicolor"
-  s.version = "1.3.0"
+  s.version = "1.3.2"
 
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? 
:required_rubygems_version=
   s.require_paths = ["lib"]
   s.authors = ["Florian Frank"]
-  s.date = "2014-02-06"
+  s.date = "2015-06-23"
   s.description = "This library uses ANSI escape sequences to control the 
attributes of terminal output"
   s.email = "[email protected]"
   s.executables = ["cdiff", "decolor", "colortab", "term_mandel", 
"term_display"]
@@ -17,7 +17,7 @@
   s.homepage = "http://flori.github.com/term-ansicolor";
   s.licenses = ["GPL-2"]
   s.rdoc_options = ["--title", "Term-ansicolor - Ruby library that colors 
strings using ANSI escape sequences", "--main", "README.rdoc"]
-  s.rubygems_version = "2.2.2"
+  s.rubygems_version = "2.4.6"
   s.summary = "Ruby library that colors strings using ANSI escape sequences"
   s.test_files = ["tests/ansicolor_test.rb", "tests/attribute_test.rb", 
"tests/ppm_reader_test.rb", "tests/rgb_color_metrics_test.rb", 
"tests/rgb_triple_test.rb", "tests/test_helper.rb"]
 
@@ -25,17 +25,20 @@
     s.specification_version = 4
 
     if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
-      s.add_development_dependency(%q<gem_hadar>, ["~> 1.0.0"])
+      s.add_development_dependency(%q<gem_hadar>, ["~> 1.3.1"])
       s.add_development_dependency(%q<simplecov>, [">= 0"])
+      s.add_development_dependency(%q<minitest_tu_shim>, [">= 0"])
       s.add_runtime_dependency(%q<tins>, ["~> 1.0"])
     else
-      s.add_dependency(%q<gem_hadar>, ["~> 1.0.0"])
+      s.add_dependency(%q<gem_hadar>, ["~> 1.3.1"])
       s.add_dependency(%q<simplecov>, [">= 0"])
+      s.add_dependency(%q<minitest_tu_shim>, [">= 0"])
       s.add_dependency(%q<tins>, ["~> 1.0"])
     end
   else
-    s.add_dependency(%q<gem_hadar>, ["~> 1.0.0"])
+    s.add_dependency(%q<gem_hadar>, ["~> 1.3.1"])
     s.add_dependency(%q<simplecov>, [">= 0"])
+    s.add_dependency(%q<minitest_tu_shim>, [">= 0"])
     s.add_dependency(%q<tins>, ["~> 1.0"])
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tests/ansicolor_test.rb new/tests/ansicolor_test.rb
--- old/tests/ansicolor_test.rb 2014-02-06 16:08:01.000000000 +0100
+++ new/tests/ansicolor_test.rb 2015-06-23 12:02:01.000000000 +0200
@@ -104,16 +104,16 @@
     for a in Term::ANSIColor.attributes
       # skip clear for Ruby 1.9 which implements String#clear to empty the 
string
       if a != :clear || Term::ANSIColor.support?(:clear)
-        assert_not_equal foo, foo_colored = foo.__send__(a)
+        refute_equal foo, foo_colored = foo.__send__(a)
         assert_equal foo, foo_colored.uncolor
       end
-      assert_not_equal foo, foo_colored = Color.__send__(a, foo)
+      refute_equal foo, foo_colored = Color.__send__(a, foo)
       assert_equal foo, Color.uncolor(foo_colored)
-      assert_not_equal foo, foo_colored = Color.__send__(a) { foo }
+      refute_equal foo, foo_colored = Color.__send__(a) { foo }
       assert_equal foo, Color.uncolor { foo_colored }
-      assert_not_equal foo, foo_colored = Term::ANSIColor.__send__(a) { foo }
+      refute_equal foo, foo_colored = Term::ANSIColor.__send__(a) { foo }
       assert_equal foo, Term::ANSIColor.uncolor { foo_colored }
-      assert_not_equal foo, foo_colored = __send__(a) { foo }
+      refute_equal foo, foo_colored = __send__(a) { foo }
       assert_equal foo, uncolor { foo_colored }
     end
     assert_equal Term::ANSIColor.attributes, 'foo'.attributes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tests/rgb_color_metrics_test.rb 
new/tests/rgb_color_metrics_test.rb
--- old/tests/rgb_color_metrics_test.rb 2014-02-06 16:08:01.000000000 +0100
+++ new/tests/rgb_color_metrics_test.rb 2015-06-23 12:02:01.000000000 +0200
@@ -11,7 +11,7 @@
   end
 
   def test_metric_getters
-    assert_raise(ArgumentError) { RGBColorMetrics.metric('Foo') }
+    assert_raises(ArgumentError) { RGBColorMetrics.metric('Foo') }
     assert_equal RGBColorMetrics::Euclidean, 
RGBColorMetrics.metric('Euclidean')
     assert_equal RGBColorMetrics::Euclidean, RGBColorMetrics.metric(:Euclidean)
     assert_operator RGBColorMetrics.metrics.size, :>, 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tests/rgb_triple_test.rb new/tests/rgb_triple_test.rb
--- old/tests/rgb_triple_test.rb        2014-02-06 16:08:01.000000000 +0100
+++ new/tests/rgb_triple_test.rb        2015-06-23 12:02:01.000000000 +0200
@@ -8,7 +8,7 @@
     assert_equal '#8000ff', RGBTriple[ rgb ].html
     assert_equal '#8000ff', RGBTriple[ [ 128, 0, 255 ] ].html
     assert_equal '#8000ff', RGBTriple[ :red => 128, :green => 0, :blue => 255 
].html
-    assert_raise ArgumentError do
+    assert_raises ArgumentError do
       RGBTriple[ nil ]
     end
   end


Reply via email to