Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-gettext for openSUSE:Factory 
checked in at 2021-01-21 21:54:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-gettext (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-gettext.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-gettext"

Thu Jan 21 21:54:29 2021 rev:34 rq:864605 version:3.3.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-gettext/rubygem-gettext.changes  
2020-05-11 13:41:09.581094763 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-gettext.new.28504/rubygem-gettext.changes   
    2021-01-21 21:54:29.569773375 +0100
@@ -1,0 +2,40 @@
+Wed Jan 20 09:11:44 UTC 2021 - Stephan Kulow <[email protected]>
+
+updated to version 3.3.7
+ see installed news.md
+
+  ## 3.3.7: 2021-01-18 {#version-3-3-7}
+  
+  ### Improvements
+  
+    * msgmerge: Added `--no-report-warning` option.
+      [GitHub#81][Reported by Akim Demaille]
+  
+  ### Thanks
+  
+    * Akim Demaille
+  
+-------------------------------------------------------------------
+Mon Sep 21 12:33:01 UTC 2020 - Marcus Rueckert <[email protected]>
+
+- update to 3.3.6
+  see installed news.md
+
+  ### Improvements
+
+    * erb: Added support for `-%>`.
+      [GitHub#77][Reported by lremes]
+
+    * Removed ChangeLog.
+      [GitHub#76][Reported by Will Stephenson]
+
+    * Don't assume `RbConfig::CONFIG["datadir"]` is available. For
+      example, TruffleRuby doesn't provide it.
+
+  ### Thanks
+
+    * lremes
+
+    * Will Stephenson
+
+-------------------------------------------------------------------

Old:
----
  gettext-3.3.5.gem

New:
----
  gettext-3.3.7.gem

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

Other differences:
------------------
++++++ rubygem-gettext.spec ++++++
--- /var/tmp/diff_new_pack.EU1vK6/_old  2021-01-21 21:54:30.113773581 +0100
+++ /var/tmp/diff_new_pack.EU1vK6/_new  2021-01-21 21:54:30.113773581 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-gettext
 #
-# Copyright (c) 2020 SUSE LLC
+# 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
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-gettext
-Version:        3.3.5
+Version:        3.3.7
 Release:        0
 %define mod_name gettext
 %define mod_full_name %{mod_name}-%{version}
@@ -55,6 +55,10 @@
   --symlink-binaries \
   --doc-files="README.md" \
   -f
+# MANUAL
+echo "HALLO"
+rm -v 
%{buildroot}%{_libdir}/ruby/gems/*/gems/%{mod_name}-%{version}/test/fixtures/gtk_builder_ui_definitions.ui~
+# /MANUAL
 
 %gem_packages
 

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.EU1vK6/_old  2021-01-21 21:54:30.141773592 +0100
+++ /var/tmp/diff_new_pack.EU1vK6/_new  2021-01-21 21:54:30.141773592 +0100
@@ -1,70 +1,3 @@
-# ---
-# ## used by gem2rpm
-# :summary: this is a custom summary
-# ## used by gem2rpm
-# :description: |-
-#   this is a custom description
-#
-#   it can be multiline
-# ## used by gem2rpm
-# :license: MIT or Ruby
-# ## used by gem2rpm and gem_packages
-# :version_suffix: -x_y
-# ## used by gem2rpm and gem_packages
-# :disable_docs: true
-# ## used by gem2rpm
-# :disable_automatic_rdoc_dep: true
-# ## used by gem2rpm
-# :preamble: |-
-#   BuildRequires: foobar
-#   Requires: foobar
-# ## used by gem2rpm
-# :patches:
-#   foo.patch: -p1
-#   bar.patch: 
-# ## used by gem2rpm
-:sources:
-# - foo.desktop
-# - bar.desktop
-# :gem_install_args: '....'
-# ## used by gem2rpm
-# :pre_install: |-
-#   %if 0%{?use_system_libev}
-#   export USE_VENDORED_LIBEV="no"
-#   %endif
-# ## used by gem2rpm
-# :post_install: |-
-#   # delete custom files here or do other fancy stuff
-#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
-# ## used by gem2rpm
-# :testsuite_command: |-
-#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
-# ## used by gem2rpm
-# :filelist: |-
-#   /usr/bin/gem2rpm-opensuse
-# ## used by gem2rpm
-# :scripts:
-#   :post: |-
-#     /bin/echo foo
-# ## used by gem_packages
-# :main:
-#   :preamble: |-
-#     Requires: util-linux
-#     Recommends: pwgen
-#   :filelist: |-
-#     /usr/bin/gem2rpm-opensuse
-# ## used by gem_packages
-# :custom:
-#   apache:
-#     :preamble: |-
-#       Requires: .....
-#     :filelist: |-
-#       /etc/apache2/conf.d/passenger.conf
-#     :summary: Custom summary is optional
-#     :description: |-
-#       Custom description is optional
-#
-#       bar
-#     :post: |-
-#       /bin/echo foo
-#
+:post_install: |-
+   echo "HALLO"
+   rm -v 
%{buildroot}%{_libdir}/ruby/gems/*/gems/%{mod_name}-%{version}/test/fixtures/gtk_builder_ui_definitions.ui~

++++++ gettext-3.3.5.gem -> gettext-3.3.7.gem ++++++
++++ 3930 lines of diff (skipped)

Reply via email to