Script 'mail_helper' called by obssrc
Hello community,

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

Package is "rubygem-cri"

Wed Jan 20 18:24:09 2021 rev:12 rq:864612 version:2.15.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-cri/rubygem-cri.changes  2020-03-07 
21:37:44.904252292 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-cri.new.28504/rubygem-cri.changes       
2021-01-20 18:24:54.843374831 +0100
@@ -1,0 +2,5 @@
+Wed Dec 30 04:07:31 UTC 2020 - Marcus Rueckert <[email protected]>
+
+- limit to ruby 2.7 on TW
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rubygem-cri.spec ++++++
--- /var/tmp/diff_new_pack.fddNBY/_old  2021-01-20 18:24:55.663375438 +0100
+++ /var/tmp/diff_new_pack.fddNBY/_new  2021-01-20 18:24:55.667375441 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-cri
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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 https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
@@ -28,13 +28,19 @@
 Release:        0
 %define mod_name cri
 %define mod_full_name %{mod_name}-%{version}
+# MANUAL
+%if 0%{?suse_version} == 1550
+%define rb_build_versions     ruby27
+%define rb_build_ruby_abis    ruby:2.7.0
+%endif
+# /MANUAL
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby < 3}
+BuildRequires:  ruby-macros >= 5
 BuildRequires:  %{ruby => 2.3}
+BuildRequires:  %{ruby < 3}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
-BuildRequires:  ruby-macros >= 5
-URL:            https://github.com/ddfreyne/cri
+Url:            https://github.com/ddfreyne/cri
 Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml
 Summary:        a library for building easy-to-use command-line tools

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.fddNBY/_old  2021-01-20 18:24:55.695375462 +0100
+++ /var/tmp/diff_new_pack.fddNBY/_new  2021-01-20 18:24:55.699375465 +0100
@@ -1,70 +1,5 @@
-# ---
-# ## 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
-#
+:preamble: |-
+    %if 0%{?suse_version} == 1550
+    %define rb_build_versions     ruby27
+    %define rb_build_ruby_abis    ruby:2.7.0
+    %endif

Reply via email to