Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-liquid for openSUSE:Factory 
checked in at 2022-09-26 18:48:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-liquid (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-liquid.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-liquid"

Mon Sep 26 18:48:09 2022 rev:11 rq:1005990 version:5.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-liquid/rubygem-liquid.changes    
2022-08-09 15:26:53.369374395 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-liquid.new.2275/rubygem-liquid.changes  
2022-09-26 18:48:10.492050974 +0200
@@ -1,0 +2,5 @@
+Sat Sep 24 22:29:44 UTC 2022 - Marcus Rueckert <[email protected]>
+
+- limit to ruby 2.7 and 3.1 on leap 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rubygem-liquid.spec ++++++
--- /var/tmp/diff_new_pack.rngR4p/_old  2022-09-26 18:48:10.892051730 +0200
+++ /var/tmp/diff_new_pack.rngR4p/_new  2022-09-26 18:48:10.896051738 +0200
@@ -28,6 +28,12 @@
 Release:        0
 %define mod_name liquid
 %define mod_full_name %{mod_name}-%{version}
+# MANUAL
+%if 0%{suse_version} && 0%{suse_version} < 1550
+%define rb_build_versions       ruby31       ruby27
+%define rb_build_ruby_abis      ruby:3.1.0   ruby:2.7.0
+%endif
+# /MANUAL
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{ruby >= 2.7.0}
 BuildRequires:  %{rubygem gem2rpm}
@@ -48,6 +54,7 @@
 
 %install
 %gem_install \
+  --no-document \
   --doc-files="History.md LICENSE README.md" \
   -f
 

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.rngR4p/_old  2022-09-26 18:48:10.936051813 +0200
+++ /var/tmp/diff_new_pack.rngR4p/_new  2022-09-26 18:48:10.940051821 +0200
@@ -67,5 +67,10 @@
 #       bar
 #     :post: |-
 #       /bin/echo foo
-#
+:preamble: |-
+    %if 0%{suse_version} && 0%{suse_version} < 1550
+    %define rb_build_versions       ruby31       ruby27
+    %define rb_build_ruby_abis      ruby:3.1.0   ruby:2.7.0
+    %endif
+:disable_docs: true
 

Reply via email to