Hello community, here is the log from the commit of package rubygem-passenger for openSUSE:Factory checked in at 2012-07-23 10:38:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-passenger (Old) and /work/SRC/openSUSE:Factory/.rubygem-passenger.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-passenger", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-passenger/rubygem-passenger.changes 2012-05-16 15:04:38.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-passenger.new/rubygem-passenger.changes 2012-07-23 10:38:28.000000000 +0200 @@ -1,0 +2,32 @@ +Sun Jul 22 15:29:35 UTC 2012 - [email protected] + +- update to 3.0.14 + * [Apache] Fixed a long-standing mod_rewrite-related problem. + Some mod_rewrite rules would not work, but it depends on the exact + mod_rewrite configuration so it would work for some people but not + for others. Issue #563. Thanks a lot to cedricmaion for providing + information on the nature of the bug and to peter.nash55 for + providing a VM that allowed us to reproduce the problem. + * [Nginx] Preferred Nginx version to 1.2.2. + The previously preferred version was 1.2.1. + * Cleared some confusing terminology in the documentation. + * Fixed some Ruby 1.9 encoding problems. + +------------------------------------------------------------------- +Sun Jul 15 06:43:12 UTC 2012 - [email protected] + +- update to 3.0.13 + * [Nginx] Preferred Nginx version upgraded to 1.2.1. + * Fixed compilation problems on FreeBSD 6.4. Fixes issue #766. + * Fixed compilation problems on GCC >= 4.6. + * Fixed compilation problems on OpenIndiana and Solaris 11. Fixes issue #742. + * Union Station-related bug fixes. + * Sending the soft termination signal twice to application processes no longer makes them crash. Patch contributed by Ian Ehlert. + +------------------------------------------------------------------- +Fri Jun 29 12:13:51 UTC 2012 - [email protected] + +- do not require package names but generic provides for easier update + of those + +------------------------------------------------------------------- Old: ---- passenger-3.0.12.gem New: ---- passenger-3.0.14.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-passenger.spec ++++++ --- /var/tmp/diff_new_pack.Fann28/_old 2012-07-23 10:38:30.000000000 +0200 +++ /var/tmp/diff_new_pack.Fann28/_new 2012-07-23 10:38:30.000000000 +0200 @@ -17,7 +17,7 @@ Name: rubygem-passenger -Version: 3.0.12 +Version: 3.0.14 Release: 0 %define mod_name passenger %define mod_full_name %{mod_name}-%{version} @@ -44,8 +44,8 @@ BuildRequires: rubygem-daemon_controller >= 0.2.5 Requires: rubygem-daemon_controller >= 0.2.5 # rack >= 0 -BuildRequires: rubygem-rack-1_1 -Requires: rubygem-rack-1_1 +BuildRequires: rubygem-rack-1 > 1.0 +Requires: rubygem-rack-1 > 1.0 BuildRequires: apache2-devel BuildRequires: boost-devel BuildRequires: gcc-c++ @@ -154,8 +154,7 @@ make -C ext/libev distclean %endif find ext/apache2 -name \*.a -print -delete - rm -v test/stub/wsgi/passenger_wsgi.pyc \ - ext/apache2/mod_passenger.so + rm -v ext/apache2/mod_passenger.so mv -v ext/ruby/*/passenger_native_support.so lib/ rm -rv ext/ruby/ruby-*-linux popd ++++++ rubygem-passenger-3.0.12_boost_threads.patch ++++++ --- /var/tmp/diff_new_pack.Fann28/_old 2012-07-23 10:38:30.000000000 +0200 +++ /var/tmp/diff_new_pack.Fann28/_new 2012-07-23 10:38:30.000000000 +0200 @@ -1,8 +1,8 @@ Index: ext/boost/config/stdlib/libstdcpp3.hpp =================================================================== ---- ext/boost/config/stdlib/libstdcpp3.hpp.orig 2012-05-12 10:47:25.914516381 +0200 -+++ ext/boost/config/stdlib/libstdcpp3.hpp 2012-05-12 10:47:51.902291762 +0200 -@@ -38,17 +38,14 @@ +--- ext/boost/config/stdlib/libstdcpp3.hpp.orig ++++ ext/boost/config/stdlib/libstdcpp3.hpp +@@ -39,17 +39,14 @@ // while others do not... // # define BOOST_HAS_THREADS @@ -23,8 +23,8 @@ # define BOOST_HAS_THREADS Index: ext/boost/config/compiler/gcc.hpp =================================================================== ---- ext/boost/config/compiler/gcc.hpp.orig 2012-05-12 10:13:30.000000000 +0200 -+++ ext/boost/config/compiler/gcc.hpp 2012-05-12 10:52:36.465881661 +0200 +--- ext/boost/config/compiler/gcc.hpp.orig ++++ ext/boost/config/compiler/gcc.hpp @@ -93,7 +93,7 @@ // those platforms where we can know for sure). It will get turned off again // later if no threading API is detected. @@ -36,9 +36,9 @@ Index: ext/common/StaticString.h =================================================================== ---- ext/common/StaticString.h.orig 2012-05-12 10:13:30.000000000 +0200 -+++ ext/common/StaticString.h 2012-05-12 10:55:25.214930327 +0200 -@@ -30,6 +30,7 @@ +--- ext/common/StaticString.h.orig ++++ ext/common/StaticString.h +@@ -31,6 +31,7 @@ #include <cstddef> #include <ostream> #include <stdexcept> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
