Hello community,

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

Package is "rubygem-passenger"

Fri Dec 11 20:16:29 2020 rev:9 rq:854714 version:6.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-passenger/rubygem-passenger.changes      
2020-07-16 12:20:35.775094784 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-passenger.new.2328/rubygem-passenger.changes
    2020-12-11 20:16:32.524655325 +0100
@@ -1,0 +2,39 @@
+Fri Dec 11 02:55:29 UTC 2020 - Manuel Schnitzer <[email protected]>
+
+- updated to version 6.0.7
+
+   * Addresses regression introduced in 6.0.5 when attempting to establish 
database connection after fork and activerecord is not configured in the 
expected way. Closes GH-2281.
+   * Addresses regression introduced in 5.1.5 where hook scripts would fail to 
run. As a result the PASSENGER_ERROR_PAGE and PASSENGER_CONFIG_MANIFEST env 
vars have been removed from the passenger hook script environment.
+   * Match static rails assets on 8-digit content hash. Contributed by 
@mattozinga.
+   * Allow skipping the Apache/Nginx sections of the `passenger-memory-stats` 
output, through the `--no-apache` and `--no-nginx` commandline options. Closes 
GH-2306. Contributed by Saverio Miroddi (@saveriomiroddi).
+   * Fixes an issue where `passenger-memory-stats` would throw an error if a 
process went away while it was running. Closes GH-2305.
+   * Fixes a formatting issue with apr-1 include flags on macOS.
+   * Fixes a warning about BOOST_*_ENDIAN macros being deprecated by migrating 
to new suggested macros.
+   * Fixes an occasional issue with the node loader where the startup 
handshake would fail to record progress.
+   * Adds an option for specifying the address to bind ruby apps to, for 
sending requests directly to specific app instances:
+    - Standalone: direct_instance_request_address
+    - Nginx:      passenger_direct_instance_request_address
+    - Apache:     PassengerDirectInstanceRequestAddress
+   * Updated various library versions used in precompiled binaries (used for 
e.g. gem installs):
+
+      - ccache: 4.0 (was: 3.7.10)
+      - curl: 7.73.0 (was: 7.71.1)
+      - git: 2.29.1 (was: 2.27.0)
+      - gnupg: 2.2.23 (was: 2.2.21)
+      - libgpg_error: 1.39 (was: 1.38)
+      - ruby: 2.7.2 (was: 2.7.1)
+      - libassuan 2.5.4 (was: 2.5.3)
+      - libgcrypt 1.8.7 (was 1.8.6)
+      - OpenSSL 1.1.1h (was 1.0.2u)
+
+- added apache-rpm-macros and apache2-utils to gem2rpm.yml file
+  (otherwise the dependencies are missing when generating the spec
+  file again)
+
+-------------------------------------------------------------------
+Tue Dec  1 14:40:08 UTC 2020 - [email protected]
+
+- use system apache rpm macros
+- require apache2-utils for build (apachectl)
+
+-------------------------------------------------------------------

Old:
----
  passenger-6.0.6.gem

New:
----
  passenger-6.0.7.gem

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

Other differences:
------------------
++++++ rubygem-passenger.spec ++++++
--- /var/tmp/diff_new_pack.476TEE/_old  2020-12-11 20:16:33.256655629 +0100
+++ /var/tmp/diff_new_pack.476TEE/_new  2020-12-11 20:16:33.260655631 +0100
@@ -24,15 +24,11 @@
 #
 
 Name:           rubygem-passenger
-Version:        6.0.6
+Version:        6.0.7
 Release:        0
 %define mod_name passenger
 %define mod_full_name %{mod_name}-%{version}
 # MANUAL
-%define apxs /usr/sbin/apxs2
-%define apache_libexecdir %(%{apxs} -q LIBEXECDIR)
-%define apache_sysconfdir %(%{apxs} -q SYSCONFDIR)
-%define apache_mmn        %(MMN=$(%{apxs} -q LIBEXECDIR)_MMN; test -x $MMN && 
$MMN)
 %if 0%{?suse_version} > 1220
 %bcond_without systemd
 %define passenger_tempdir /run/passenger
@@ -56,6 +52,8 @@
 #BuildRequires:  libev-devel
 %endif
 BuildRequires:  %{rubygem rake}
+BuildRequires:  apache-rpm-macros
+BuildRequires:  apache2-utils
 # TODO: move to subpackage
 Recommends:     packageand(apache2:rubygem-passenger-apache2)
 Recommends:     packageand(nginx:rubygem-passenger-nginx)
@@ -200,7 +198,7 @@
 Group:          Development/Languages/Ruby
 Supplements:    packageand(apache2:rubygem-passenger)
 
-# Requires:      rubygem-passenger = 6.0.6
+# Requires:      rubygem-passenger = 6.0.7
 %description apache2
 
 A modern web server and application server for Ruby, Python and Node.js,
@@ -220,7 +218,7 @@
 Group:          Development/Languages/Ruby
 Supplements:    packageand(nginx:rubygem-passenger)
 
-# Requires:      rubygem-passenger = 6.0.6
+# Requires:      rubygem-passenger = 6.0.7
 %description nginx
 
 A modern web server and application server for Ruby, Python and Node.js,

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.476TEE/_old  2020-12-11 20:16:33.304655649 +0100
+++ /var/tmp/diff_new_pack.476TEE/_new  2020-12-11 20:16:33.304655649 +0100
@@ -54,10 +54,6 @@
 ---
 :license: MIT and GPL-2.0
 :preamble: |-
-  %define apxs /usr/sbin/apxs2
-  %define apache_libexecdir %(%{apxs} -q LIBEXECDIR)
-  %define apache_sysconfdir %(%{apxs} -q SYSCONFDIR)
-  %define apache_mmn        %(MMN=$(%{apxs} -q LIBEXECDIR)_MMN; test -x $MMN 
&& $MMN)
   %if 0%{?suse_version} > 1220
   %bcond_without systemd
   %define passenger_tempdir /run/passenger
@@ -81,6 +77,8 @@
   #BuildRequires:  libev-devel
   %endif
   BuildRequires:  %{rubygem rake}
+  BuildRequires:  apache-rpm-macros
+  BuildRequires:  apache2-utils
   # TODO: move to subpackage
   Recommends:     packageand(apache2:rubygem-passenger-apache2)
   Recommends:     packageand(nginx:rubygem-passenger-nginx)

++++++ passenger-6.0.6.gem -> passenger-6.0.7.gem ++++++
/work/SRC/openSUSE:Factory/rubygem-passenger/passenger-6.0.6.gem 
/work/SRC/openSUSE:Factory/.rubygem-passenger.new.2328/passenger-6.0.7.gem 
differ: char 134, line 1
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to