Hello community,

here is the log from the commit of package rubygem-hoe for openSUSE:Factory 
checked in at 2020-10-05 19:31:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-hoe (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-hoe.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-hoe"

Mon Oct  5 19:31:35 2020 rev:47 rq:838042 version:3.22.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-hoe/rubygem-hoe.changes  2020-05-11 
13:41:20.101117088 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-hoe.new.4249/rubygem-hoe.changes        
2020-10-05 19:31:40.388834226 +0200
@@ -1,0 +2,13 @@
+Fri Sep 25 14:09:46 UTC 2020 - Stephan Kulow <[email protected]>
+
+updated to version 3.22.2
+ see installed History.rdoc
+
+  === 3.22.2 / 2020-08-31
+  
+  * 1 bug fix:
+  
+    * Bumped ruby version to include 3.0 (trunk).
+  
+
+-------------------------------------------------------------------

Old:
----
  hoe-3.22.1.gem

New:
----
  hoe-3.22.2.gem

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

Other differences:
------------------
++++++ rubygem-hoe.spec ++++++
--- /var/tmp/diff_new_pack.wA03rt/_old  2020-10-05 19:31:41.628839456 +0200
+++ /var/tmp/diff_new_pack.wA03rt/_new  2020-10-05 19:31:41.628839456 +0200
@@ -24,13 +24,13 @@
 #
 
 Name:           rubygem-hoe
-Version:        3.22.1
+Version:        3.22.2
 Release:        0
 %define mod_name hoe
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby < 3}
-BuildRequires:  %{ruby => 2.1}
+BuildRequires:  %{ruby < 3.1}
+BuildRequires:  %{ruby >= 2.1}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5

++++++ hoe-3.22.1.gem -> hoe-3.22.2.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.rdoc new/History.rdoc
--- old/History.rdoc    2020-02-13 01:05:16.000000000 +0100
+++ new/History.rdoc    2020-09-01 01:40:14.000000000 +0200
@@ -1,3 +1,9 @@
+=== 3.22.2 / 2020-08-31
+
+* 1 bug fix:
+
+  * Bumped ruby version to include 3.0 (trunk).
+
 === 3.22.1 / 2020-02-12
 
 * 1 bug fix:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile        2020-02-13 01:05:16.000000000 +0100
+++ new/Rakefile        2020-09-01 01:40:14.000000000 +0200
@@ -18,7 +18,7 @@
 
   pluggable!
   require_rubygems_version ">= 1.4"
-  require_ruby_version "~> 2.1"
+  require_ruby_version [">= 2.1", "< 3.1"]
 
   dependency "rake", [">= 0.8", "< 15.0"] # FIX: to force it to exist 
pre-isolate
 end
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      2020-02-13 01:05:16.000000000 +0100
+++ new/lib/hoe/publish.rb      2020-09-01 01:40:14.000000000 +0200
@@ -145,7 +145,7 @@
 
     desc "Generate email announcement file."
     task :debug_email do
-      puts generate_email
+      puts generate_email ENV["FULL"]
     end
 
     desc 'Post announcement to blog. Uses the "blogs" array in your hoerc.'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/hoe.rb new/lib/hoe.rb
--- old/lib/hoe.rb      2020-02-13 01:05:16.000000000 +0100
+++ new/lib/hoe.rb      2020-09-01 01:40:14.000000000 +0200
@@ -87,7 +87,7 @@
   include Rake::DSL if defined?(Rake::DSL)
 
   # duh
-  VERSION = "3.22.1"
+  VERSION = "3.22.2"
 
   @@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
                :publish, :gemcutter, :signing, :test]
@@ -475,7 +475,7 @@
 
     case name
     when "hoe" then
-      dependency "rake", [">= 0.8", "< 13.0"]
+      # do nothing? these deps are already in the hoe spec in the Rakefile
     else
       version = VERSION.split(/\./).first(2).join(".")
       dependency "hoe", "~> #{version}", :development
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2020-02-13 01:05:16.000000000 +0100
+++ new/metadata        2020-09-01 01:40:14.000000000 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: hoe
 version: !ruby/object:Gem::Version
-  version: 3.22.1
+  version: 3.22.2
 platform: ruby
 authors:
 - Ryan Davis
@@ -29,7 +29,7 @@
   m5x9IDiApM+vCELNwDXXGNFEnQBBK+wAe4Pek8o1V1TTOxL1kGPewVOitX1p3xoN
   h7iEjga8iM1LbZUfiISZ+WrB
   -----END CERTIFICATE-----
-date: 2020-02-13 00:00:00.000000000 Z
+date: 2020-08-31 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake
@@ -150,16 +150,19 @@
 - lib
 required_ruby_version: !ruby/object:Gem::Requirement
   requirements:
-  - - "~>"
+  - - ">="
     - !ruby/object:Gem::Version
       version: '2.1'
+  - - "<"
+    - !ruby/object:Gem::Version
+      version: '3.1'
 required_rubygems_version: !ruby/object:Gem::Requirement
   requirements:
   - - ">="
     - !ruby/object:Gem::Version
       version: '1.4'
 requirements: []
-rubygems_version: 3.0.3
+rubygems_version: 3.1.2
 signing_key: 
 specification_version: 4
 summary: Hoe is a rake/rubygems helper for project Rakefiles
Binary files old/metadata.gz.sig and new/metadata.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/test/test_hoe_publish.rb new/test/test_hoe_publish.rb
--- old/test/test_hoe_publish.rb        2020-02-13 01:05:16.000000000 +0100
+++ new/test/test_hoe_publish.rb        2020-09-01 01:40:14.000000000 +0200
@@ -14,6 +14,10 @@
 
   make_my_diffs_pretty!
 
+  def linux? platform = RUBY_PLATFORM # TODO: push up to minitest?
+    /linux/ =~ platform
+  end
+
   def test_make_rdoc_cmd
     expected = %W[
                 #{Gem.ruby}
@@ -25,6 +29,7 @@
                 History.rdoc Manifest.txt README.rdoc
                ]
 
+    skip if linux?
     assert_equal expected, @hoe.make_rdoc_cmd
   end
 end


Reply via email to