Hello community,

here is the log from the commit of package rubygem-gettext for openSUSE:Factory 
checked in at 2020-05-11 13:41:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-gettext (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-gettext.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-gettext"

Mon May 11 13:41:05 2020 rev:33 rq:802335 version:3.3.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-gettext/rubygem-gettext.changes  
2018-03-09 10:44:31.007171587 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-gettext.new.2738/rubygem-gettext.changes    
    2020-05-11 13:41:09.581094763 +0200
@@ -1,0 +2,122 @@
+Thu May  7 20:45:20 UTC 2020 - Stephan Kulow <co...@suse.com>
+
+- updated to version 3.3.5
+ see installed news.md
+
+  ## 3.3.5: 2020-02-15 {#version-3-3-5}
+  
+  ### Improvements
+  
+    * Added support for `|` method.
+      [GitHub#73][Reported by dorle-o]
+  
+  ### Thanks
+  
+    * dorle-o
+  
+  ## 3.3.4: 2020-02-12 {#version-3-3-4}
+  
+  ### Improvements
+  
+    * Added support for `%W`.
+      [GitHub#72][Reported by Michaël Hoste]
+  
+  ### Thanks
+  
+    * Michaël Hoste
+
+-------------------------------------------------------------------
+Mon Feb 10 14:39:59 UTC 2020 - Stephan Kulow <co...@suse.com>
+
+- updated to version 3.3.3
+ see installed news.md
+
+  ## 3.3.3: 2020-02-05 {#version-3-3-3}
+  
+  ### Improvements
+  
+    * Added support for `%I`.
+      [GitHub#71][Reported by Kai Ramuenke]
+  
+  ### Thanks
+  
+    * Kai Ramuenke
+  
+  ## 3.3.2: 2020-01-13 {#version-3-3-2}
+  
+  ### Fixes
+  
+    * Fixed a bug that `rake gettext:po:add]` raises an error.
+      [GitHub#70][Patch by KITAITI Makoto]
+  
+  ### Thanks
+  
+    * KITAITI Makoto
+  
+  ## 3.3.1: 2020-01-12 {#version-3-3-1}
+  
+  ### Improvements
+  
+    * Stopped detecting string interpolation literal.
+      [GitHub#21][Reported by Remo]
+  
+    * `rxgettext`: Added support for adding a new parser by `--require`.
+  
+    * Added support for GtkBuilder UI definitions file.
+      [GitHub#63][Reported by Alex]
+  
+    * Improved percent literal parsing.
+      [GitHub#67][Patch by KITAITI Makoto]
+  
+  ### Thanks
+  
+    * Remo
+  
+    * Alex
+  
+    * KITAITI Makoto
+  
+  ## 3.3.0: 2020-01-08 {#version-3-3-0}
+  
+  ### Improvements
+  
+    * Fixed README markup.
+      [GitHub#57][Patch by Alexander Paukste]
+  
+    * Suppressed warnings.
+      [GitHub#58][Patch by 284km]
+  
+    * Improved README.
+      [GitHub#62][Patch by Robert Graff]
+  
+    * Added support for finding `racc` of Ruby 2.7.
+      [GitHub#65][Patch by KITAITI Makoto]
+  
+    * Added support for Ruby 2.7.
+      [GitHub#64][Reported by Anatol Pomozov]
+  
+    * Dropped support for Ruby 2.4.
+  
+  ### Fixes
+  
+    * Fixed a bug that `n_` may return nil.
+      [GitHub#60][Patch by Michaël Hoste]
+  
+    * Fixed a sort by msgid bug.
+      [GitHub#61][Patch by Robert Graff]
+  
+  ### Thanks
+  
+    * Alexander Paukste
+  
+    * 284km
+  
+    * Michaël Hoste
+  
+    * Robert Graff
+  
+    * KITAITI Makoto
+  
+    * Anatol Pomozov
+
+-------------------------------------------------------------------

Old:
----
  gettext-3.2.9.gem

New:
----
  gettext-3.3.5.gem

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

Other differences:
------------------
++++++ rubygem-gettext.spec ++++++
--- /var/tmp/diff_new_pack.J6ZHsv/_old  2020-05-11 13:41:10.013095680 +0200
+++ /var/tmp/diff_new_pack.J6ZHsv/_new  2020-05-11 13:41:10.017095689 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-gettext
 #
-# 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,16 +24,16 @@
 #
 
 Name:           rubygem-gettext
-Version:        3.2.9
+Version:        3.3.5
 Release:        0
 %define mod_name gettext
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby >= 2.5.0}
 BuildRequires:  %{rubygem gem2rpm}
-BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-Url:            http://ruby-gettext.github.com/
+URL:            https://ruby-gettext.github.io/
 Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml
 Summary:        Gettext is a pure Ruby libary and tools to localize messages

++++++ gettext-3.2.9.gem -> gettext-3.3.5.gem ++++++
++++ 8136 lines of diff (skipped)


Reply via email to