Hello community,

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

Package is "rubygem-strptime"

Mon Oct  5 19:34:02 2020 rev:4 rq:838087 version:0.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-strptime/rubygem-strptime.changes        
2018-03-06 10:46:09.690725660 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-strptime.new.4249/rubygem-strptime.changes  
    2020-10-05 19:34:04.841256201 +0200
@@ -1,0 +2,6 @@
+Fri Sep 25 15:00:39 UTC 2020 - Stephan Kulow <[email protected]>
+
+updated to version 0.2.4
+  no changelog found
+
+-------------------------------------------------------------------

Old:
----
  strptime-0.2.3.gem

New:
----
  strptime-0.2.4.gem

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

Other differences:
------------------
++++++ rubygem-strptime.spec ++++++
--- /var/tmp/diff_new_pack.nNz31X/_old  2020-10-05 19:34:06.597257916 +0200
+++ /var/tmp/diff_new_pack.nNz31X/_new  2020-10-05 19:34:06.601257920 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-strptime
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-strptime
-Version:        0.2.3
+Version:        0.2.4
 Release:        0
 %define mod_name strptime
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{rubydevel => 2.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
-Url:            https://github.com/nurse/strptime
+URL:            https://github.com/nurse/strptime
 Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml
 Summary:        a fast strptime/strftime engine

++++++ strptime-0.2.3.gem -> strptime-0.2.4.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml     2018-01-04 09:54:03.000000000 +0100
+++ new/.travis.yml     2020-05-11 03:39:30.000000000 +0200
@@ -12,10 +12,13 @@
   - 2.4.2
   - 2.4.2-clang
   - 2.5.0
+  - 2.6.5
+  - 2.7.0
   - ruby-head
 matrix:
   allow_failures:
     - rvm: ruby-head
 before_install:
-  - gem install bundler
+  # install bundler 1.17.3 is for ruby 2.0.0 - 2.2.4
+  - gem install bundler || gem install bundler -v 1.17.3
 cache: bundler
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ext/strptime/strptime.c new/ext/strptime/strptime.c
--- old/ext/strptime/strptime.c 2018-01-04 09:54:03.000000000 +0100
+++ new/ext/strptime/strptime.c 2020-05-11 03:39:30.000000000 +0200
@@ -366,7 +366,7 @@
        int r;
        size_t len;
        if (*p0 == 'z' || *p0 == 'Z') {
-           gmtoff = 0;
+           gmtoff = INT_MAX-1;
            ADD_PC(1);
            END_INSN(z)
        }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/strptime/version.rb new/lib/strptime/version.rb
--- old/lib/strptime/version.rb 2018-01-04 09:54:03.000000000 +0100
+++ new/lib/strptime/version.rb 2020-05-11 03:39:30.000000000 +0200
@@ -1,3 +1,3 @@
 class Strptime
-  VERSION = "0.2.3"
+  VERSION = "0.2.4"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2018-01-04 09:54:03.000000000 +0100
+++ new/metadata        2020-05-11 03:39:30.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: strptime
 version: !ruby/object:Gem::Version
-  version: 0.2.3
+  version: 0.2.4
 platform: ruby
 authors:
 - NARUSE, Yui
 autorequire: 
 bindir: exe
 cert_chain: []
-date: 2018-01-04 00:00:00.000000000 Z
+date: 2020-05-11 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: bundler
@@ -140,8 +140,7 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubyforge_project: 
-rubygems_version: 2.6.13
+rubygems_version: 3.1.2
 signing_key: 
 specification_version: 4
 summary: a fast strptime/strftime engine.


Reply via email to