Hello community,

here is the log from the commit of package rubygem-arel for openSUSE:Factory 
checked in at 2018-04-19 15:29:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-arel (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-arel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-arel"

Thu Apr 19 15:29:44 2018 rev:11 rq:597406 version:9.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-arel/rubygem-arel.changes        
2018-03-06 10:45:16.044663789 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-arel.new/rubygem-arel.changes   
2018-04-19 15:29:47.554308257 +0200
@@ -1,0 +2,5 @@
+Mon Apr 16 14:56:24 UTC 2018 - mschnit...@suse.com
+
+- fix package build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rubygem-arel.spec ++++++
--- /var/tmp/diff_new_pack.U4XUN7/_old  2018-04-19 15:29:48.506269254 +0200
+++ /var/tmp/diff_new_pack.U4XUN7/_new  2018-04-19 15:29:48.510269090 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-arel
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -28,6 +28,12 @@
 Release:        0
 %define mod_name arel
 %define mod_full_name %{mod_name}-%{version}
+# MANUAL
+%if 0%{?suse_version} && 0%{?suse_version} < 1330
+%define rb_build_versions ruby22 ruby23 ruby24 ruby25
+%define rb_default_ruby_abi ruby:2.2.0 ruby:2.3.0 ruby:2.4.0 ruby:2.5.0
+%endif
+# /MANUAL
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{ruby >= 2.2.2}
 BuildRequires:  %{rubygem gem2rpm}

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.U4XUN7/_old  2018-04-19 15:29:48.546267615 +0200
+++ /var/tmp/diff_new_pack.U4XUN7/_new  2018-04-19 15:29:48.550267451 +0200
@@ -15,9 +15,11 @@
 # ## used by gem2rpm
 # :disable_automatic_rdoc_dep: true
 # ## used by gem2rpm
-# :preamble: |-
-#   BuildRequires: foobar
-#   Requires: foobar
+:preamble: |-
+    %if 0%{?suse_version} && 0%{?suse_version} < 1330
+    %define rb_build_versions ruby22 ruby23 ruby24 ruby25
+    %define rb_default_ruby_abi ruby:2.2.0 ruby:2.3.0 ruby:2.4.0 ruby:2.5.0
+    %endif
 # ## used by gem2rpm
 # :patches:
 #   foo.patch: -p1


Reply via email to