Hello community,

here is the log from the commit of package rubygem-test-unit for 
openSUSE:Factory checked in at 2015-08-02 22:46:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-test-unit (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-test-unit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-test-unit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-test-unit/rubygem-test-unit.changes      
2015-06-16 14:06:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-test-unit.new/rubygem-test-unit.changes 
2015-08-02 22:46:15.000000000 +0200
@@ -1,0 +2,32 @@
+Mon Jul 27 04:30:24 UTC 2015 - co...@suse.com
+
+- updated to version 3.1.3
+ see installed news.md
+
+  ## 3.1.3 - 2015-07-26 {#version-3-1-3}
+  
+  It's a bug fix release.
+  
+  ### Improvements
+  
+    * Removed unused `TODO` file. [GitHub#108][Patch by takiy33]
+  
+  ### Fixes
+  
+    * `--location`: Fixed a bug that `--location LINE` doesn't work when
+      test script is specified as relative path. [Reported by TOMITA Masahiro]
+  
+      The following doesn't work:
+  
+          % ruby ./test.rb --location 10
+  
+      The following works:
+  
+          % ruby test.rb --location 10
+  
+  ### Thanks
+  
+    * takiy33
+    * TOMITA Masahiro
+
+-------------------------------------------------------------------

Old:
----
  test-unit-3.1.2.gem

New:
----
  test-unit-3.1.3.gem

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

Other differences:
------------------
++++++ rubygem-test-unit.spec ++++++
--- /var/tmp/diff_new_pack.chWI8o/_old  2015-08-02 22:46:16.000000000 +0200
+++ /var/tmp/diff_new_pack.chWI8o/_new  2015-08-02 22:46:16.000000000 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-test-unit
-Version:        3.1.2
+Version:        3.1.3
 Release:        0
 %define mod_name test-unit
 %define mod_full_name %{mod_name}-%{version}

++++++ test-unit-3.1.2.gem -> test-unit-3.1.3.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/TODO new/TODO
--- old/TODO    2015-06-09 15:27:09.000000000 +0200
+++ new/TODO    1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-Do you have it?
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/text/news.md new/doc/text/news.md
--- old/doc/text/news.md        2015-06-09 15:27:09.000000000 +0200
+++ new/doc/text/news.md        2015-07-26 11:05:42.000000000 +0200
@@ -1,5 +1,31 @@
 # News
 
+## 3.1.3 - 2015-07-26 {#version-3-1-3}
+
+It's a bug fix release.
+
+### Improvements
+
+  * Removed unused `TODO` file. [GitHub#108][Patch by takiy33]
+
+### Fixes
+
+  * `--location`: Fixed a bug that `--location LINE` doesn't work when
+    test script is specified as relative path. [Reported by TOMITA Masahiro]
+
+    The following doesn't work:
+
+        % ruby ./test.rb --location 10
+
+    The following works:
+
+        % ruby test.rb --location 10
+
+### Thanks
+
+  * takiy33
+  * TOMITA Masahiro
+
 ## 3.1.2 - 2015-06-09 {#version-3-1-2}
 
 It's command line option improvements fix release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/test/unit/testcase.rb 
new/lib/test/unit/testcase.rb
--- old/lib/test/unit/testcase.rb       2015-06-09 15:27:09.000000000 +0200
+++ new/lib/test/unit/testcase.rb       2015-07-26 11:05:42.000000000 +0200
@@ -121,12 +121,12 @@
           if source_location
             path, line = source_location
           else
-            path, line, = caller[0].split(/:(\d+)/,2)
+            path, line, = caller[0].split(/:(\d+)/, 2)
             line = line.to_i if line
           end
           method_locations << {
             :method_name => stringified_name,
-            :path => path,
+            :path => File.expand_path(path),
             :line => line,
           }
           added_method_names[stringified_name] = true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/test/unit/version.rb new/lib/test/unit/version.rb
--- old/lib/test/unit/version.rb        2015-06-09 15:27:09.000000000 +0200
+++ new/lib/test/unit/version.rb        2015-07-26 11:05:42.000000000 +0200
@@ -1,5 +1,5 @@
 module Test
   module Unit
-    VERSION = '3.1.2'
+    VERSION = '3.1.3'
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2015-06-09 15:27:09.000000000 +0200
+++ new/metadata        2015-07-26 11:05:42.000000000 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: test-unit
 version: !ruby/object:Gem::Version
-  version: 3.1.2
+  version: 3.1.3
 platform: ruby
 authors:
 - Kouhei Sutou
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-06-09 00:00:00.000000000 Z
+date: 2015-07-26 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: power_assert
@@ -113,7 +113,6 @@
 - PSFL
 - README.md
 - Rakefile
-- TODO
 - doc/text/how-to.md
 - doc/text/news.md
 - lib/test-unit.rb


Reply via email to