Summary: Passenger Ruby web application server
Name: rubygem-%{gem_name}
-Version: 4.0.44
+Version: 4.0.45
Release: 1%{?dist}
Group: System Environment/Daemons
# Passenger code uses MIT license.
# Until rubygem-bluecloth is in Fedora, don't use it
Patch201: rubygem-passenger-4.0.18-correct_docs.patch
+# mizuho doesn't work on RHEL 6 anymore
+Patch202: rubygem-passenger-disable-mizuho.patch
+
Requires: rubygems
# XXX: Needed to run passenger standalone
Requires: rubygem(daemon_controller) >= 1.0.0
BuildRequires: ruby-devel
BuildRequires: rubygems
BuildRequires: rubygems-devel
-# for EPEL6 required special version using html4 backend from asciidoc
-BuildRequires: rubygem(mizuho)
BuildRequires: rubygem(rake) >= 0.8.1
BuildRequires: rubygem(rack)
BuildRequires: rubygem(rspec)
Summary: Apache Module for Phusion Passenger
Group: System Environment/Daemons
Requires: rubygem(%{gem_name}) = %{version}-%{release}
-Provides: bundled(boost-devel) = 1.44
+Provides: bundled(boost-devel) = 1.54
License: Boost and BSD and BSD with advertising and GPL+ and MIT and zlib
%description devel
# Until bluecloth is in Fedora, don't use it
%patch201 -p1 -b .docs
+# No mizuho on EPEL 6
+%patch202 -p0 -b .mizuho
+
# Don't use bundled libev
%{__rm} -rf ext/libev
[ ! -z "`head -n 1 $script | grep \"^#!/\"`" ] && chmod -v 755 $script
done
-# Incompatibility of nokogiri with asciidoc in EPEL 6
-# (dirty hack)
-sed -i 's/\s*=\+$//' doc/*.txt
-
%build
export USE_VENDORED_LIBEV=false
%{gem_extdir}/lib
%changelog
+* Thu Jun 19 2014 František Dvořák <valtri@civ.zcu.cz> - 4.0.45-1
+- Disable mizuho altogether
+
* Thu Jun 05 2014 František Dvořák <valtri@civ.zcu.cz> - 4.0.42-1
- Merge master to EPEL 6
- Add neccessary modifications for EPEL 6: