Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-simpleidn for 
openSUSE:Factory checked in at 2021-01-25 18:22:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-simpleidn (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-simpleidn.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-simpleidn"

Mon Jan 25 18:22:26 2021 rev:3 rq:865224 version:0.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-simpleidn/rubygem-simpleidn.changes      
2018-03-02 21:08:03.628811260 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-simpleidn.new.28504/rubygem-simpleidn.changes
   2021-01-25 18:22:26.696328147 +0100
@@ -1,0 +2,6 @@
+Wed Jan 20 13:24:08 UTC 2021 - Stephan Kulow <co...@suse.com>
+
+updated to version 0.2.1
+  no changelog found
+
+-------------------------------------------------------------------

Old:
----
  simpleidn-0.1.1.gem

New:
----
  simpleidn-0.2.1.gem

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

Other differences:
------------------
++++++ rubygem-simpleidn.spec ++++++
--- /var/tmp/diff_new_pack.b6U4iR/_old  2021-01-25 18:22:27.324329043 +0100
+++ /var/tmp/diff_new_pack.b6U4iR/_new  2021-01-25 18:22:27.328329049 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-simpleidn
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 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,15 +24,15 @@
 #
 
 Name:           rubygem-simpleidn
-Version:        0.1.1
+Version:        0.2.1
 Release:        0
 %define mod_name simpleidn
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby > 1.9}
+BuildRequires:  %{ruby >= 2.2}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
-Url:            https://github.com/mmriis/simpleidn
+URL:            https://github.com/mmriis/simpleidn
 Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml
 Summary:        Punycode ACE to unicode UTF-8 (and vice-versa) string 
conversion

++++++ simpleidn-0.1.1.gem -> simpleidn-0.2.1.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml     2018-01-24 21:22:45.000000000 +0100
+++ new/.travis.yml     2021-01-14 14:33:54.000000000 +0100
@@ -4,10 +4,10 @@
 before_install:
     - gem install bundler
 rvm:
-    - 1.9.2
     - 1.9.3
     - 2.0
     - 2.1
     - 2.2
+    - 2.3
     - jruby
 script: 'bundle exec rspec spec/idn_spec.rb'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.rdoc new/README.rdoc
--- old/README.rdoc     2018-01-24 21:22:45.000000000 +0100
+++ new/README.rdoc     2021-01-14 14:33:54.000000000 +0100
@@ -6,7 +6,7 @@
 
 The implementation is heavily based on the RFC3492 C example implementation 
but simplified since it does not preserve case.
 
-This gem works with Ruby 1.9.2, 1.9.3, 2.0, 2.1, 2.2.
+This gem works with Ruby 1.9.3, 2.0, 2.1, 2.2.
 
 * http://www.whatastruggle.com
 
@@ -24,7 +24,7 @@
   SimpleIDN.to_unicode("xn--mllerriis-l8a.com")
   => "m??llerriis.com"
 
-       SimpleIDN.to_ascii("m??llerriis.com")
+  SimpleIDN.to_ascii("m??llerriis.com")
   => "xn--mllerriis-l8a.com"
 
 == Testing / RSpec
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/simpleidn/version.rb new/lib/simpleidn/version.rb
--- old/lib/simpleidn/version.rb        2018-01-24 21:22:45.000000000 +0100
+++ new/lib/simpleidn/version.rb        2021-01-14 14:33:54.000000000 +0100
@@ -1,3 +1,3 @@
 module SimpleIDN
-  VERSION = "0.1.1"
+  VERSION = "0.2.1"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2018-01-24 21:22:45.000000000 +0100
+++ new/metadata        2021-01-14 14:33:54.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: simpleidn
 version: !ruby/object:Gem::Version
-  version: 0.1.1
+  version: 0.2.1
 platform: ruby
 authors:
 - Morten M??ller Riis
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2018-01-24 00:00:00.000000000 Z
+date: 2021-01-14 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: unf
@@ -96,17 +96,16 @@
 - lib
 required_ruby_version: !ruby/object:Gem::Requirement
   requirements:
-  - - ">"
+  - - ">="
     - !ruby/object:Gem::Version
-      version: '1.9'
+      version: '2.2'
 required_rubygems_version: !ruby/object:Gem::Requirement
   requirements:
   - - ">="
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubyforge_project: 
-rubygems_version: 2.2.2
+rubygems_version: 3.1.2
 signing_key: 
 specification_version: 4
 summary: Punycode ACE to unicode UTF-8 (and vice-versa) string conversion.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simpleidn.gemspec new/simpleidn.gemspec
--- old/simpleidn.gemspec       2018-01-24 21:22:45.000000000 +0100
+++ new/simpleidn.gemspec       2021-01-14 14:33:54.000000000 +0100
@@ -22,5 +22,5 @@
   spec.add_development_dependency "rake", "~> 10.0"
   spec.add_development_dependency "rspec", "~> 3.0"
 
-  spec.required_ruby_version = '>1.9'
+  spec.required_ruby_version = '>=2.2'
 end

Reply via email to