Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-passenger for 
openSUSE:Factory checked in at 2021-12-25 20:16:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-passenger (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-passenger.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-passenger"

Sat Dec 25 20:16:47 2021 rev:13 rq:942446 version:6.0.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-passenger/rubygem-passenger.changes      
2021-07-02 13:28:16.896381395 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-passenger.new.2520/rubygem-passenger.changes
    2021-12-25 20:17:14.985279105 +0100
@@ -1,0 +2,37 @@
+Wed Dec 22 00:13:27 UTC 2021 - Manuel Schnitzer <mschnit...@suse.com>
+
+- updated to version 6.0.12
+
+   * [Debian] Fix compilation on 32 bit arm. Contributed by Antonio Terceiro.
+   * [Debian] Add Bullseye Debian packages.
+   * Add formatted error messages to responses. Contributed by Mohammad 
Aboelnour.
+   * Fixes for running under WSL 1. Contributed by Luke Pearce. Closes GH-2036.
+   * Upgrades Boost to 1.77. To go along with 32 bit arm fix.
+   * [MacOS] Fixes autodetection of openssl lib on apple silicon. Contributed 
by Taketo Takashima. Closes GH-2389.
+   * Reconnect to mongoid databases after fork, like we do for ActiveRecord. 
Contributed by Mohammad Aboelnour.
+   * [Ubuntu] add missing apache name in instance registry dir detection.
+   * [Ubuntu] replace hirsute apt packages with impish.
+   * [Nginx] add new config option to choose the status code returned when 
application spawning fails. (passenger_spawn_exception_status_code).
+   * Updated various library versions used in precompiled binaries (used for 
e.g. gem installs):
+
+   - ccache: 4.4.1 ??? 4.4.2
+   - cmake: 3.21.2 ??? 3.21.4
+   - curl: 7.78.0 ??? 7.79.1
+   - git: 2.33.0 ??? 2.33.1
+   - gnupg: 2.3.2 ??? 2.3.3
+   - rubygems: 3.2.27 ??? 3.2.30
+   - s3cmd: 2.1.0 ??? 2.2.0
+
+- Updated 0001-suse.patch to let it apply again
+
+-------------------------------------------------------------------
+Thu Oct 21 14:10:19 UTC 2021 - Manuel Schnitzer <mschnit...@suse.com>
+
+- updated to version 6.0.11
+
+  * Fix compilation on GCC 4.4, fixes a regression in 6.0.8 where
+    Passenger would no longer compiler without a C++11 compiler.
+
+  * [CentOS] Fix version detection on CentOS Stream. Contributed by Taketo???
+
+-------------------------------------------------------------------

Old:
----
  passenger-6.0.8.gem

New:
----
  passenger-6.0.12.gem

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

Other differences:
------------------
++++++ rubygem-passenger.spec ++++++
--- /var/tmp/diff_new_pack.VGBgyk/_old  2021-12-25 20:17:15.537279554 +0100
+++ /var/tmp/diff_new_pack.VGBgyk/_new  2021-12-25 20:17:15.541279557 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-passenger
-Version:        6.0.8
+Version:        6.0.12
 Release:        0
 %define mod_name passenger
 %define mod_full_name %{mod_name}-%{version}
@@ -80,7 +80,7 @@
 Patch1:         0002-fix-shebangs.patch
 # /MANUAL
 Summary:        A fast and robust web server and application server for Ruby, 
Python
-License:        GPL-2.0-only AND MIT
+License:        MIT AND GPL-2.0-only
 Group:          Development/Languages/Ruby
 PreReq:         update-alternatives
 
@@ -103,8 +103,6 @@
 # because of those files being missing.
 sed -i 
's/"src\/cxx_supportlib\/vendor-modified\/boost\/thread\/detail\/thread.hpp.orig".freeze,
 //g' passenger-*.gemspec
 sed -i 
's/"src\/cxx_supportlib\/vendor-modified\/boost\/thread\/once.hpp.orig".freeze, 
//g' passenger-*.gemspec
-rm src/cxx_supportlib/vendor-modified/boost/thread/detail/thread.hpp.orig
-rm src/cxx_supportlib/vendor-modified/boost/thread/once.hpp.orig
 # Do not install a Python script with +x
 chmod a-x src/cxx_supportlib/vendor-copy/libuv/gyp_uv.py
 # /MANUAL
@@ -214,14 +212,13 @@
 Group:          Development/Languages/Ruby
 Supplements:    packageand(apache2:rubygem-passenger)
 
-# Requires:      rubygem-passenger = 6.0.8
+# Requires:      rubygem-passenger = 6.0.12
 %description apache2
 
 A modern web server and application server for Ruby, Python and Node.js,
 optimized for performance, low memory usage and ease of use.
 
 This package holds the apache2 sub package for passenger
-
 %files apache2
 %defattr(-,root,root,-)
 %config(noreplace) %{apache_sysconfdir}/conf.d/mod_passenger.conf
@@ -235,14 +232,13 @@
 Group:          Development/Languages/Ruby
 Supplements:    packageand(nginx:rubygem-passenger)
 
-# Requires:      rubygem-passenger = 6.0.8
+# Requires:      rubygem-passenger = 6.0.12
 %description nginx
 
 A modern web server and application server for Ruby, Python and Node.js,
 optimized for performance, low memory usage and ease of use.
 
 This package holds the nginx sub package for passenger
-
 %files nginx
 %defattr(-,root,root,-)
 %dir /etc/nginx/

++++++ 0001-suse.patch ++++++
--- /var/tmp/diff_new_pack.VGBgyk/_old  2021-12-25 20:17:15.561279574 +0100
+++ /var/tmp/diff_new_pack.VGBgyk/_new  2021-12-25 20:17:15.561279574 +0100
@@ -138,16 +138,16 @@
      end
 
      def self.process_is_alive?(pid)
-Index: 
passenger-6.0.8/src/ruby_supportlib/phusion_passenger/admin_tools/instance_registry.rb
+Index: 
passenger-6.0.12/src/ruby_supportlib/phusion_passenger/admin_tools/instance_registry.rb
 ===================================================================
---- 
passenger-6.0.8.orig/src/ruby_supportlib/phusion_passenger/admin_tools/instance_registry.rb
        2021-04-20 17:08:10.314555766 +0200
-+++ 
passenger-6.0.8/src/ruby_supportlib/phusion_passenger/admin_tools/instance_registry.rb
     2021-04-20 17:17:11.349831019 +0200
-@@ -105,7 +105,7 @@
-         #
+--- 
passenger-6.0.12.orig/src/ruby_supportlib/phusion_passenger/admin_tools/instance_registry.rb
       2021-12-25 10:51:01.284679312 +0100
++++ 
passenger-6.0.12/src/ruby_supportlib/phusion_passenger/admin_tools/instance_registry.rb
    2021-12-25 10:51:44.492963010 +0100
+@@ -106,7 +106,7 @@
          # systemd's PrivateTmp feature works like an inverted OSX, apache 
gets its own
-         # TMPDIR and users use /tmp
--        [string_env("TMPDIR"), "/tmp", 
"/var/run/passenger-instreg",*Dir['/tmp/systemd-private-*-{httpd,nginx}.service-*/tmp']].compact
-+        [string_env("TMPDIR"), "/var/run/passenger", 
"/var/run/passenger-instreg",*Dir['/tmp/systemd-private-*-{httpd,nginx}.service-*/tmp']].compact
+         # TMPDIR and users use /tmp, however the path is often too long 
because socket paths can
+         # only be up to 108 characters long.
+-        [string_env("TMPDIR"), "/tmp", 
"/var/run/passenger-instreg",*Dir['/tmp/systemd-private-*-{httpd,nginx,apache2}.service-*/tmp']].compact
++        [string_env("TMPDIR"), "/var/run/passenger", 
"/var/run/passenger-instreg",*Dir['/tmp/systemd-private-*-{httpd,nginx,apache2}.service-*/tmp']].compact
        end
 
        def string_env(name)

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.VGBgyk/_old  2021-12-25 20:17:15.593279599 +0100
+++ /var/tmp/diff_new_pack.VGBgyk/_new  2021-12-25 20:17:15.597279603 +0100
@@ -106,8 +106,6 @@
   # because of those files being missing.
   sed -i 
's/"src\/cxx_supportlib\/vendor-modified\/boost\/thread\/detail\/thread.hpp.orig".freeze,
 //g' passenger-*.gemspec
   sed -i 
's/"src\/cxx_supportlib\/vendor-modified\/boost\/thread\/once.hpp.orig".freeze, 
//g' passenger-*.gemspec
-  rm src/cxx_supportlib/vendor-modified/boost/thread/detail/thread.hpp.orig
-  rm src/cxx_supportlib/vendor-modified/boost/thread/once.hpp.orig
   # Do not install a Python script with +x
   chmod a-x src/cxx_supportlib/vendor-copy/libuv/gyp_uv.py
 :pre_install: |-

++++++ passenger-6.0.8.gem -> passenger-6.0.12.gem ++++++
/work/SRC/openSUSE:Factory/rubygem-passenger/passenger-6.0.8.gem 
/work/SRC/openSUSE:Factory/.rubygem-passenger.new.2520/passenger-6.0.12.gem 
differ: char 131, line 1

Reply via email to