Hello community,

here is the log from the commit of package rubygem-passenger for 
openSUSE:Factory checked in at 2013-12-10 17:46:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-passenger (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-passenger.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-passenger"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-passenger/rubygem-passenger.changes      
2013-12-02 07:27:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-passenger.new/rubygem-passenger.changes 
2013-12-10 20:07:51.000000000 +0100
@@ -1,0 +2,13 @@
+Mon Dec  9 12:25:18 UTC 2013 - [email protected]
+
+- Update config.guess and config.sub of the gem automatically.
+
+-------------------------------------------------------------------
+Mon Dec  9 11:39:36 UTC 2013 - [email protected]
+
+- updated to version 4.0.27
+  * [Apache] Fixed a bug in the Apache module which could lock up the Apache
+    process or thread. This is a regression introduced in version 4.0.24.
+  * Node.js application processes now have friendly process titles.
+
+-------------------------------------------------------------------

Old:
----
  passenger-4.0.26.gem

New:
----
  passenger-4.0.27.gem

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

Other differences:
------------------
++++++ rubygem-passenger.spec ++++++
--- /var/tmp/diff_new_pack.FbcieW/_old  2013-12-10 20:07:52.000000000 +0100
+++ /var/tmp/diff_new_pack.FbcieW/_new  2013-12-10 20:07:52.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           rubygem-passenger
-Version:        4.0.26
+Version:        4.0.27
 Release:        0
 %define mod_name passenger
 %define mod_full_name %{mod_name}-%{version}
@@ -137,6 +137,21 @@
 %gem_install %{S:0}
 # avoid BUILDROOT leaking into the binaries
 mv %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/ .
+
+# update config.guess and config.sub with known good versions
+# from our system.  The gem could contain arbitrary old ones and
+# the normal rpm automatism (updating them on end of %build) doesn't
+# work in this package.
+ref=/usr/lib/rpm
+for s in guess sub; do
+    test -s $ref/config.$s || continue
+    for c in $(find -maxdepth 8 -name "config.$s"); do
+         grep -q config-patches@ "$c" || continue
+         grep -q aarch64 "$c" || install -m 755 $ref/config.$s "$c"
+         grep -q ppc64le "$c" || install -m 755 $ref/config.$s "$c"
+     done
+done
+
 pushd %{mod_full_name}
   export PATH="%{_sbindir}:$PATH"
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to