Hello community,

here is the log from the commit of package rubygem-passenger for openSUSE:13.1 
checked in at 2013-09-25 15:20:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/rubygem-passenger (Old)
 and      /work/SRC/openSUSE:13.1/.rubygem-passenger.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-passenger"

Changes:
--------
--- /work/SRC/openSUSE:13.1/rubygem-passenger/rubygem-passenger.changes 
2013-09-23 11:08:21.000000000 +0200
+++ /work/SRC/openSUSE:13.1/.rubygem-passenger.new/rubygem-passenger.changes    
2013-09-25 15:20:08.000000000 +0200
@@ -1,0 +2,54 @@
+Wed Sep 25 05:35:33 UTC 2013 - co...@suse.com
+
+- update to version 4.0.18
+  * The Enterprise variant of Phusion Passenger Standalone now supports
+    customizing the concurrency model and thread count from the command line.
+  * On Nginx, the Enterprise license is now only checked if Phusion Passenger
+    is enabled in Nginx. This allows you to deploy Nginx binaries, that have
+    Phusion Passenger Enterprise compiled in, to servers that are not
+    actually running Phusion Passenger Enterprise.
+  * Fixed a performance bug in the Union Station support code. In certain cases
+    where a lot of data must be sent to Union Station, the code is now over
+    100 times faster.
+  * `passenger-status --show=union_station` now displays all clients that
+    are connected to the LoggingAgent.
+  * Added a workaround for Heroku so that exited processes are properly 
detected
+    as such.
+  * When using Phusion Passenger Standalone with Foreman, pressing Ctrl-C
+    in Foreman no longer results in runaway Nginx processes.
+  * Fixed backtraces in the Apache module.
+
+-------------------------------------------------------------------
+Tue Sep 17 08:28:05 UTC 2013 - adr...@suse.de
+
+- restore build of apache2 and ngnix modules
+
+-------------------------------------------------------------------
+Fri Sep 13 11:06:24 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.17
+ * Fixed compilation problems on GCC 4.8 systems, such as Arch Linux 2013.04.
+   Fixes issue #941.
+ * Fixed some deprecation warnings when compiling the Ruby native extension
+   on Ruby 2.0.0.
+ * Fixed some Union Station-related stability issues.
+
+-------------------------------------------------------------------
+Sat Sep  7 05:20:03 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.16, see
+  http://blog.phusion.nl/category/passenger/phusion-passenger-4/
+
+-------------------------------------------------------------------
+Tue Aug 27 11:33:24 UTC 2013 - co...@suse.com
+
+- add rubygem-passenger-4.0.14_missing_includes.patch to fix
+  build
+
+-------------------------------------------------------------------
+Mon Aug 26 05:05:51 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.14, see
+  http://blog.phusion.nl/category/passenger/phusion-passenger-4/
+
+-------------------------------------------------------------------

Old:
----
  passenger-4.0.10.gem

New:
----
  passenger-4.0.18.gem
  rubygem-passenger-4.0.14_missing_includes.patch

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

Other differences:
------------------
++++++ rubygem-passenger.spec ++++++
--- /var/tmp/diff_new_pack.59AO93/_old  2013-09-25 15:20:08.000000000 +0200
+++ /var/tmp/diff_new_pack.59AO93/_new  2013-09-25 15:20:08.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           rubygem-passenger
-Version:        4.0.10
+Version:        4.0.18
 Release:        0
 %define mod_name passenger
 %define mod_full_name %{mod_name}-%{version}
@@ -70,6 +70,7 @@
 Source6:        nginx_passenger.conf
 Source7:        nginx_passenger_root.include
 Source11:       rubygem-passenger-3.0.12_boost_threads.patch
+Source12:       rubygem-passenger-4.0.14_missing_includes.patch
 #
 Summary:        Easy and robust Ruby web application deployment
 License:        MIT and GPL-2.0
@@ -140,6 +141,7 @@
   export PATH="%{_sbindir}:$PATH"
 
   patch --no-backup-if-mismatch -p0 --fuzz=0 -i %{S:11}
+  patch --no-backup-if-mismatch -p1 --fuzz=0 -i %{S:12}
   #compiling nginx stuff
   rake nginx:clean nginx CACHING=no
 
@@ -166,7 +168,7 @@
 %{__install} -D -m 0644 %{S:7} 
%{buildroot}/etc/nginx/conf.d/passenger_root.include
 %{__sed} -i -e 
"s,@PassengerRoot@,%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}," 
%{buildroot}/etc/nginx/conf.d/passenger_root.include
 %{__rm} -v %{buildroot}%{_bindir}/passenger-install-*-module
-find %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/ext 
-type f -print0 | xargs -r0 chmod a-x
+find 
%{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/{ext,test} 
-type f -print0 | xargs -r0 chmod a-x
 
 %files nginx
 %defattr(-,root,root)
@@ -176,9 +178,6 @@
 %config(noreplace) /etc/nginx/conf.d/passenger.conf
 %config            /etc/nginx/conf.d/passenger_root.include
 
-%clean
-echo "NADA"
-
 %files apache2
 %defattr(-,root,root)
 %{apache_libexecdir}/mod_passenger.so

++++++ rubygem-passenger-4.0.14_missing_includes.patch ++++++
diff -ru passenger-4.0.14.orig/ext/common/Utils/MD5.h 
passenger-4.0.14/ext/common/Utils/MD5.h
--- passenger-4.0.14.orig/ext/common/Utils/MD5.h        2013-08-27 
13:10:40.733001818 +0200
+++ passenger-4.0.14/ext/common/Utils/MD5.h     2013-08-27 13:18:26.359798155 
+0200
@@ -55,9 +55,8 @@
     #include <string>
     #include <StaticString.h>
     namespace Passenger {
-#else
-    #include <stdint.h>
 #endif
+#include <stdint.h>
 
 /*
  * This package supports both compile-time and run-time determination of CPU
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to