Hello community,

here is the log from the commit of package rubygem-passenger for 
openSUSE:Factory checked in at 2012-08-31 09:59:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-23 10:38:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-passenger.new/rubygem-passenger.changes 
2012-08-31 09:59:48.000000000 +0200
@@ -1,0 +2,26 @@
+Thu Aug 30 05:50:18 UTC 2012 - [email protected]
+
+- update to 3.0.17
+   * Fixed a Ruby 1.9 encoding-related bug in the memory measurer.
+     (Phusion Passenger Enterprise)
+   * Fixed OOM adjustment bugs on Linux.
+   * Fixed compilation problems on Fedora 18 and 19.
+   * Fixed compilation problems on SunOS.
+   * Fixed compilation problems on AIX. Contribution by Perry Smith.
+   * Fixed various compilation warnings.
+   * Upgraded preferred Nginx version to 1.2.3.
+   * Updated documentation.
+   * Updated website links.
+
+-------------------------------------------------------------------
+Tue Aug 28 12:23:11 UTC 2012 - [email protected]
+
+- apply boost changes for new glibc to copy
+
+-------------------------------------------------------------------
+Fri Aug  3 18:28:47 UTC 2012 - [email protected]
+
+- updated to version 3.0.15
+  * updated docu
+
+-------------------------------------------------------------------

Old:
----
  passenger-3.0.14.gem

New:
----
  passenger-3.0.17.gem

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

Other differences:
------------------
++++++ rubygem-passenger.spec ++++++
--- /var/tmp/diff_new_pack.n0kGrt/_old  2012-08-31 09:59:49.000000000 +0200
+++ /var/tmp/diff_new_pack.n0kGrt/_new  2012-08-31 09:59:49.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           rubygem-passenger
-Version:        3.0.14
+Version:        3.0.17
 Release:        0
 %define mod_name passenger
 %define mod_full_name %{mod_name}-%{version}
@@ -36,20 +36,16 @@
 %rubygems_requires
 # rake >= 0.8.1
 BuildRequires:  rubygem-rake >= 0.8.1
-Requires:       rubygem-rake >= 0.8.1
 # fastthread >= 1.0.1
 BuildRequires:  rubygem-fastthread >= 1.0.1
-Requires:       rubygem-fastthread >= 1.0.1
 # daemon_controller >= 0.2.5
-BuildRequires:  rubygem-daemon_controller >= 0.2.5
-Requires:       rubygem-daemon_controller >= 0.2.5
+BuildRequires:  rubygem-daemon_controller >= 1.0.0
 # rack >= 0
-BuildRequires:  rubygem-rack-1 > 1.0
-Requires:       rubygem-rack-1 > 1.0
 BuildRequires:  apache2-devel
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
 BuildRequires:  ruby-devel
+BuildRequires:  rubygem-rack-1 > 1.0
 %if 0%{?suse_version} >= 1110
 BuildRequires:  libcurl-devel
 %else
@@ -193,7 +189,7 @@
 %{_bindir}/passenger-config
 %{_bindir}/passenger-status
 %{_bindir}/passenger-memory-stats
-%{_bindir}/passenger-make-enterprisey
+#%{_bindir}/passenger-make-enterprisey
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 # doc and testsuite subpackage

++++++ arm-avoid-long-double.patch ++++++
--- /var/tmp/diff_new_pack.n0kGrt/_old  2012-08-31 09:59:49.000000000 +0200
+++ /var/tmp/diff_new_pack.n0kGrt/_new  2012-08-31 09:59:49.000000000 +0200
@@ -1,21 +1,19 @@
-Index: ext/common/MessageChannel.h
-===================================================================
---- ext/common/MessageChannel.h.orig   2012-05-12 10:13:30.472345723 +0200
-+++ ext/common/MessageChannel.h        2012-05-12 11:17:49.684601697 +0200
-@@ -389,14 +389,14 @@ public:
+--- ext/common/MessageChannel.h        2012-08-30 07:52:38.318842774 +0200
++++ ext/common/MessageChannel.h        2012-08-30 10:16:01.379945864 +0200
+@@ -389,14 +389,14 @@
                        unsigned int ret;
                        try {
                                ret = Passenger::readExact(fd, buf, size, &t);
--                              #if defined(__NetBSD__) || defined(__OpenBSD__)
-+                              #if defined(__arm__) || defined(__NetBSD__) || 
defined(__OpenBSD__)
+-                              #if defined(__NetBSD__) || defined(__OpenBSD__) 
|| defined(_AIX)
++                              #if defined(__arm__) || defined(__NetBSD__) || 
defined(__OpenBSD__) || defined(_AIX)
                                        *timeout = llround((double) t / 1000);
                                #else
                                        *timeout = llroundl((long double) t / 
1000);
                                #endif
                                return ret == size;
                        } catch (...) {
--                              #if defined(__NetBSD__) || defined(__OpenBSD__)
-+                              #if defined(__arm__) || defined(__NetBSD__) || 
defined(__OpenBSD__)
+-                              #if defined(__NetBSD__) || defined(__OpenBSD__) 
|| defined(_AIX)
++                              #if defined(__arm__) || defined(__NetBSD__) || 
defined(__OpenBSD__) || defined(_AIX)
                                        *timeout = llround((double) t / 1000);
                                #else
                                        *timeout = llroundl((long double) t / 
1000);

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

Reply via email to