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-05-02 16:24:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-unf_ext (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-unf_ext.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-unf_ext"

Mon May  2 16:24:47 2022 rev:8 rq:974082 version:0.0.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-unf_ext/rubygem-unf_ext.changes  
2021-10-12 21:48:57.083837197 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-unf_ext.new.1538/rubygem-unf_ext.changes    
    2022-05-02 16:24:53.468792944 +0200
@@ -1,0 +2,7 @@
+Thu Apr 28 05:53:43 UTC 2022 - Stephan Kulow <[email protected]>
+
+updated to version 0.0.8.1
+ see installed CHANGELOG.md
+
+
+-------------------------------------------------------------------

Old:
----
  unf_ext-0.0.8.gem

New:
----
  unf_ext-0.0.8.1.gem

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

Other differences:
------------------
++++++ rubygem-unf_ext.spec ++++++
--- /var/tmp/diff_new_pack.7K9fSr/_old  2022-05-02 16:24:54.036793576 +0200
+++ /var/tmp/diff_new_pack.7K9fSr/_new  2022-05-02 16:24:54.040793581 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-unf_ext
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-unf_ext
-Version:        0.0.8
+Version:        0.0.8.1
 Release:        0
 %define mod_name unf_ext
 %define mod_full_name %{mod_name}-%{version}

++++++ unf_ext-0.0.8.gem -> unf_ext-0.0.8.1.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   2021-09-14 11:53:03.000000000 +0200
+++ new/.github/workflows/unf_ext.yml   2022-03-13 04:36:07.000000000 +0100
@@ -12,12 +12,10 @@
       fail-fast: false
       matrix:
         os: [ ubuntu-20.04, macos-11.0, windows-2019 ]
-        ruby: [ 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, head ]
+        ruby: [ 2.6, 2.7, "3.0", 3.1, head ]
         include:
           - { os: windows-2019, ruby: mingw }
         exclude:
-          - { os: macos-11.0, ruby: 2.2 }
-          - { os: macos-11.0, ruby: 2.3 }
           - { os: windows-2019, ruby: head }
 
     steps:
@@ -33,10 +31,6 @@
       - name:  bundle install
         shell: pwsh
         run: |
-          # update RubyGems in Ruby 2.2, bundle install
-          if ('${{ matrix.ruby }}' -lt '2.3') {
-            gem update --system 2.7.10 --no-document
-          }
           bundle config set --local path .bundle/vendor
           bundle install --jobs 4 --retry 3
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2021-09-14 11:53:03.000000000 +0200
+++ new/CHANGELOG.md    2022-03-13 04:36:07.000000000 +0100
@@ -1,4 +1,8 @@
-## 0.0.8
+## 0.0.8.1 (2022-03-13)
+
+- Include Windows binaries for Ruby 3.1.
+
+## 0.0.8 (2021-09-14)
 
 - No functional change in the library code.
 - Include Windows binaries for Ruby 3.0.
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  2021-09-14 11:53:03.000000000 +0200
+++ new/lib/unf_ext/version.rb  2022-03-13 04:36:07.000000000 +0100
@@ -1,5 +1,5 @@
 module UNF
   class Normalizer
-    VERSION = "0.0.8"
+    VERSION = "0.0.8.1"
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2021-09-14 11:53:03.000000000 +0200
+++ new/metadata        2022-03-13 04:36:07.000000000 +0100
@@ -1,15 +1,15 @@
 --- !ruby/object:Gem::Specification
 name: unf_ext
 version: !ruby/object:Gem::Version
-  version: 0.0.8
+  version: 0.0.8.1
 platform: ruby
 authors:
 - Takeru Ohta
 - Akinori MUSHA
-autorequire:
+autorequire: 
 bindir: bin
 cert_chain: []
-date: 2021-09-14 00:00:00.000000000 Z
+date: 2022-03-13 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake
@@ -131,7 +131,7 @@
 licenses:
 - MIT
 metadata: {}
-post_install_message:
+post_install_message: 
 rdoc_options: []
 require_paths:
 - lib
@@ -146,8 +146,8 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubygems_version: 3.2.22
-signing_key:
+rubygems_version: 3.3.7
+signing_key: 
 specification_version: 4
 summary: Unicode Normalization Form support library for CRuby
 test_files:

Reply via email to