Hello community,

here is the log from the commit of package rubygem-nokogiri for 
openSUSE:Factory checked in at 2020-06-18 10:18:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-nokogiri (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-nokogiri.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-nokogiri"

Thu Jun 18 10:18:43 2020 rev:49 rq:815292 version:1.10.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-nokogiri/rubygem-nokogiri.changes        
2020-06-11 14:45:09.685462806 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-nokogiri.new.3606/rubygem-nokogiri.changes  
    2020-06-18 10:18:48.831087822 +0200
@@ -1,0 +2,6 @@
+Mon Jun  8 23:10:55 UTC 2020 - Marcus Rueckert <mrueck...@suse.de>
+
+- Switch to the proper directory so it actually finds the patched
+  gem.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rubygem-nokogiri.spec ++++++
--- /var/tmp/diff_new_pack.vYLMxA/_old  2020-06-18 10:18:49.587090214 +0200
+++ /var/tmp/diff_new_pack.vYLMxA/_new  2020-06-18 10:18:49.591090228 +0200
@@ -59,25 +59,15 @@
 
 %prep
 
-
 %build
 
 %install
 # MANUAL
 %gem_unpack
-#########################################################################
-#
-# IMPORTANT!
-#
-# This is not covered by our gem2rpm automation yet. If you see it removed
-# in the diff please add it back
-#
-# IMPORTANT!
-#
-#########################################################################
 sed -i -e 's/.*mini_portile.*//g' %{mod_full_name}.gemspec
 find -type f -print0 | xargs -0 touch -r %{S:0}
 %gem_build
+cd ..
 export NOKOGIRI_USE_SYSTEM_LIBRARIES=1
 # /MANUAL
 %gem_install \

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.vYLMxA/_old  2020-06-18 10:18:49.611090291 +0200
+++ /var/tmp/diff_new_pack.vYLMxA/_new  2020-06-18 10:18:49.611090291 +0200
@@ -36,19 +36,10 @@
 # ## used by gem2rpm
 :pre_install: |-
   %gem_unpack
-  #########################################################################
-  #
-  # IMPORTANT!
-  #
-  # This is not covered by our gem2rpm automation yet. If you see it removed
-  # in the diff please add it back
-  #
-  # IMPORTANT!
-  #
-  #########################################################################
   sed -i -e 's/.*mini_portile.*//g' %{mod_full_name}.gemspec
   find -type f -print0 | xargs -0 touch -r %{S:0}
   %gem_build
+  cd ..
   export NOKOGIRI_USE_SYSTEM_LIBRARIES=1
 :post_install: |-
   rm -rvf %{buildroot}%{_libdir}/ruby/gems/*/gems/%{mod_full_name}/ports


Reply via email to