Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-unf_ext for openSUSE:Factory 
checked in at 2022-07-04 11:32:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-unf_ext (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-unf_ext.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-unf_ext"

Mon Jul  4 11:32:27 2022 rev:9 rq:986302 version:0.0.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-unf_ext/rubygem-unf_ext.changes  
2022-05-02 16:24:53.468792944 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-unf_ext.new.1548/rubygem-unf_ext.changes    
    2022-07-04 11:32:29.887986719 +0200
@@ -1,0 +2,7 @@
+Wed Jun 29 21:01:34 UTC 2022 - Manuel Schnitzer <mschnit...@suse.com>
+
+- updated to version 0.0.8.2
+
+  * Add x64-mingw-ucrt native gem support for RubyInstaller 3.1.
+
+-------------------------------------------------------------------

Old:
----
  unf_ext-0.0.8.1.gem

New:
----
  unf_ext-0.0.8.2.gem

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

Other differences:
------------------
++++++ rubygem-unf_ext.spec ++++++
--- /var/tmp/diff_new_pack.K3gAck/_old  2022-07-04 11:32:32.095990275 +0200
+++ /var/tmp/diff_new_pack.K3gAck/_new  2022-07-04 11:32:32.099990281 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-unf_ext
-Version:        0.0.8.1
+Version:        0.0.8.2
 Release:        0
 %define mod_name unf_ext
 %define mod_full_name %{mod_name}-%{version}

++++++ unf_ext-0.0.8.1.gem -> unf_ext-0.0.8.2.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.github/workflows/unf_ext.yml 
new/.github/workflows/unf_ext.yml
--- old/.github/workflows/unf_ext.yml   2022-03-13 04:36:07.000000000 +0100
+++ new/.github/workflows/unf_ext.yml   2022-05-26 02:35:34.000000000 +0200
@@ -12,7 +12,7 @@
       fail-fast: false
       matrix:
         os: [ ubuntu-20.04, macos-11.0, windows-2019 ]
-        ruby: [ 2.6, 2.7, "3.0", 3.1, head ]
+        ruby: [ 2.7, "3.0", 3.1, head ]
         include:
           - { os: windows-2019, ruby: mingw }
         exclude:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2022-03-13 04:36:07.000000000 +0100
+++ new/CHANGELOG.md    2022-05-26 02:35:34.000000000 +0200
@@ -1,6 +1,10 @@
+## 0.0.8.2 (2022-05-26)
+
+- Add x64-mingw-ucrt native gem support for RubyInstaller 3.1.
+
 ## 0.0.8.1 (2022-03-13)
 
-- Include Windows binaries for Ruby 3.1.
+- Include Windows binaries for Ruby 3.1. (FAIL)
 
 ## 0.0.8 (2021-09-14)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile        2022-03-13 04:36:07.000000000 +0100
+++ new/Rakefile        2022-05-26 02:35:34.000000000 +0200
@@ -2,10 +2,16 @@
 
 gemspec = Bundler::GemHelper.gemspec
 
+native_platforms = %w[
+  x86-mingw32
+  x64-mingw32
+  x64-mingw-ucrt
+]
+
 require 'rake/extensiontask'
 Rake::ExtensionTask.new('unf_ext', gemspec) do |ext|
   ext.cross_compile = true
-  ext.cross_platform = %w[x86-mingw32 x64-mingw32]
+  ext.cross_platform = native_platforms
   ext.cross_config_options << '--with-ldflags="-static-libgcc"' << 
'--with-static-libstdc++'
 end
 
@@ -13,10 +19,7 @@
   task :native do
     require 'rake_compiler_dock'
     sh 'bundle package --all'
-    %w[
-      x64-mingw32
-      x86-mingw32
-    ].each do |plat|
+    native_platforms.each do |plat|
       RakeCompilerDock.sh "bundle --local && rake native:#{plat} gem", 
platform: plat
     end
   end
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/unf_ext/version.rb new/lib/unf_ext/version.rb
--- old/lib/unf_ext/version.rb  2022-03-13 04:36:07.000000000 +0100
+++ new/lib/unf_ext/version.rb  2022-05-26 02:35:34.000000000 +0200
@@ -1,5 +1,5 @@
 module UNF
   class Normalizer
-    VERSION = "0.0.8.1"
+    VERSION = "0.0.8.2"
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2022-03-13 04:36:07.000000000 +0100
+++ new/metadata        2022-05-26 02:35:34.000000000 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: unf_ext
 version: !ruby/object:Gem::Version
-  version: 0.0.8.1
+  version: 0.0.8.2
 platform: ruby
 authors:
 - Takeru Ohta
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2022-03-13 00:00:00.000000000 Z
+date: 2022-05-26 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake
@@ -87,14 +87,14 @@
     requirements:
     - - ">="
       - !ruby/object:Gem::Version
-        version: 1.1.0
+        version: 1.2.1
   type: :development
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - ">="
       - !ruby/object:Gem::Version
-        version: 1.1.0
+        version: 1.2.1
 description: Unicode Normalization Form support library for CRuby
 email:
 - k...@idaemons.org
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unf_ext.gemspec new/unf_ext.gemspec
--- old/unf_ext.gemspec 2022-03-13 04:36:07.000000000 +0100
+++ new/unf_ext.gemspec 2022-05-26 02:35:34.000000000 +0200
@@ -30,5 +30,5 @@
   gem.add_development_dependency("rdoc", ["> 2.4.2"])
   gem.add_development_dependency("bundler", [">= 1.2"])
   gem.add_development_dependency("rake-compiler", [">= 1.1.1"])
-  gem.add_development_dependency("rake-compiler-dock", [">= 1.1.0"])
+  gem.add_development_dependency("rake-compiler-dock", [">= 1.2.1"])
 end

Reply via email to