Hello community,

here is the log from the commit of package rubygem-hoe for openSUSE:Factory 
checked in at 2017-09-26 21:13:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-hoe (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-hoe.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-hoe"

Tue Sep 26 21:13:28 2017 rev:39 rq:514944 version:3.16.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-hoe/rubygem-hoe.changes  2017-01-15 
11:19:59.706112425 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-hoe.new/rubygem-hoe.changes     
2017-09-26 21:13:36.709234952 +0200
@@ -1,0 +2,6 @@
+Thu Aug  3 19:22:16 UTC 2017 - co...@suse.com
+
+- updated to version 3.16.1
+ see installed History.rdoc
+
+-------------------------------------------------------------------

Old:
----
  hoe-3.16.0.gem

New:
----
  hoe-3.16.1.gem

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

Other differences:
------------------
++++++ rubygem-hoe.spec ++++++
--- /var/tmp/diff_new_pack.gzE6rA/_old  2017-09-26 21:13:37.469128097 +0200
+++ /var/tmp/diff_new_pack.gzE6rA/_new  2017-09-26 21:13:37.469128097 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-hoe
-Version:        3.16.0
+Version:        3.16.1
 Release:        0
 %define mod_name hoe
 %define mod_full_name %{mod_name}-%{version}

++++++ hoe-3.16.0.gem -> hoe-3.16.1.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.rdoc new/History.rdoc
--- old/History.rdoc    2017-01-04 01:45:52.000000000 +0100
+++ new/History.rdoc    2017-07-18 00:43:25.000000000 +0200
@@ -1,4 +1,11 @@
-=== 3.16.0 / YYYY-MM-DD
+=== 3.16.1 / 2017-07-17
+
+* 2 bug fixes:
+
+  * Better handling of rdoc finding failures.
+  * Fixed bug making system calls w/ empty string in array? No clue.
+
+=== 3.16.0 / 2017-01-03
 
 * 1 minor enhancement:
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Binary files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Binary files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/hoe/publish.rb new/lib/hoe/publish.rb
--- old/lib/hoe/publish.rb      2017-01-04 01:45:52.000000000 +0100
+++ new/lib/hoe/publish.rb      2017-07-18 00:43:25.000000000 +0200
@@ -206,12 +206,16 @@
     title = "#{group_name}'s #{title}" if group_name != name
     rdoc  = Gem.bin_wrapper "rdoc"
 
+    extra = nil
+
     unless File.exist? rdoc then
       warn "Can't find #{rdoc}. Falling back."
       rdoc = "rdoc"
+      extra = "-S"
     end
 
-    %W[#{Gem.ruby}
+    ( # I don't understand this bug... but removing empties definitely fixes 
it.
+    %W[#{Gem.ruby} #{extra}
        #{rdoc}
        --title #{title}
        -o #{local_rdoc_dir}
@@ -220,6 +224,7 @@
       extra_args +
       spec.require_paths +
       spec.extra_rdoc_files
+    ).reject(&:empty?)
   end
 
   def post_blog_zenweb site # :nodoc:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/hoe.rb new/lib/hoe.rb
--- old/lib/hoe.rb      2017-01-04 01:45:52.000000000 +0100
+++ new/lib/hoe.rb      2017-07-18 00:43:25.000000000 +0200
@@ -91,7 +91,7 @@
   include Rake::DSL if defined?(Rake::DSL)
 
   # duh
-  VERSION = "3.16.0"
+  VERSION = "3.16.1"
 
   @@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
                :publish, :gemcutter, :signing, :test]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2017-01-04 01:45:52.000000000 +0100
+++ new/metadata        2017-07-18 00:43:25.000000000 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: hoe
 version: !ruby/object:Gem::Version
-  version: 3.16.0
+  version: 3.16.1
 platform: ruby
 authors:
 - Ryan Davis
@@ -30,7 +30,7 @@
   E4oJcnPkJAr0rw504JGtlZtONZQblwmRJOIdXzolaE3NRGUzGVOUSptZppAKiavY
   fO6tdKQc/5RfA8oQEkg8hrxA5PQSz4TOFJGLpFvIapEk6tMruQ0bHgkhr9auXg==
   -----END CERTIFICATE-----
-date: 2017-01-04 00:00:00.000000000 Z
+date: 2017-07-17 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake
Binary files old/metadata.gz.sig and new/metadata.gz.sig differ


Reply via email to