[rubygem-passenger/f18: 2/2] update to 3.0.17

Brett Lentz wakko666 at fedoraproject.org
Thu Sep 6 19:48:16 UTC 2012


commit 615cdeb8338b1b6f8bedac63628ffe2636a2b65e
Author: Brett Lentz <blentz at redhat.com>
Date:   Thu Sep 6 15:12:30 2012 -0400

    update to 3.0.17

 .gitignore                  |    1 +
 passenger_boost_xtime.patch |  190 -------------------------------------------
 rubygem-passenger.spec      |   17 +---
 sources                     |    2 +-
 4 files changed, 7 insertions(+), 203 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e78a2a2..1d52f61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /passenger-3.0.14.tar.gz
+/passenger-3.0.17.tar.gz
diff --git a/rubygem-passenger.spec b/rubygem-passenger.spec
index afca10f..4810802 100644
--- a/rubygem-passenger.spec
+++ b/rubygem-passenger.spec
@@ -2,8 +2,8 @@
 
 Summary: Passenger Ruby web application server
 Name: rubygem-%{gem_name}
-Version: 3.0.14
-Release: 15%{?dist}
+Version: 3.0.17
+Release: 1%{?dist}
 Group: System Environment/Daemons
 # Passenger code uses MIT license.
 # Bundled(Boost) uses Boost Software License
@@ -35,9 +35,6 @@ Patch20:        rubygem-passenger-3.0.12-spawn-ip.patch
 # Honor CXXFLAGS in the environment.
 Patch100:       passenger_apache_fix_autofoo.patch
 
-# Bug in bundled boost. Fixed in passenger 3.0.16
-Patch101:       passenger_boost_xtime.patch
-
 # Test tries to spawn 1000 threads with 256kb stacks. Default Linux settings
 # deny allocating so much, causing test to fail. Let's use 8kb stacks instead.
 Patch102:       passenger_dynamic_thread_group.patch
@@ -164,12 +161,6 @@ rebuilding this package.
 %patch102 -p1 -b .threadtest
 %patch103 -p1 -b .rspec2
 
-%if 0%{?rhel} > 6 || 0%{?fedora} > 17
-pushd ext
-%patch101 -p2 -b .xtime
-popd
-%endif
-
 # remove fastthread checking
 %if 0%{?fedora} >= 17
 %patch104 -p1 -b .fastthread
@@ -276,7 +267,6 @@ find %{buildroot}%{gem_instdir} -type f -size 0c -delete
 # Don't install the installation scripts. That's why we have packaging.
 %{__rm} %{buildroot}%{gem_instdir}/bin/%{gem_name}-install-apache2-module
 %{__rm} %{buildroot}%{gem_instdir}/bin/%{gem_name}-install-nginx-module
-%{__rm} %{buildroot}%{gem_instdir}/bin/%{gem_name}-make-enterprisey
 
 # XXX: removing everything in bin until daemon_controller >= 1.0.0
 %{__rm} -rf %{buildroot}%{gem_instdir}/bin
@@ -354,6 +344,9 @@ rake test --trace ||:
 %{gem_extdir}/lib
 
 %changelog
+* Thu Sep 6 2012 Brett Lentz <blentz at redhat.com> - 3.0.17-1
+- update to 3.0.17
+
 * Wed Sep 5 2012 Brett Lentz <blentz at redhat.com> - 3.0.14-15
 - add support for tmpfiles.d
 
diff --git a/sources b/sources
index 67275c3..dd5d0f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-211c5da3cac012c4b9b6495f8d598762  passenger-3.0.14.tar.gz
+4ce8cac20e3c857bad621a6113d7268f  passenger-3.0.17.tar.gz


More information about the scm-commits mailing list