Browse Source

* httperf: added a patch to handle bigger cookies

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7760 ec354946-7b23-47d6-9f5a-488ba84defc7
shaolin 10 years ago
parent
commit
5709cb69c9
1 changed files with 6 additions and 1 deletions
  1. 6 1
      h/httperf/httperf-vl.spec

+ 6 - 1
h/httperf/httperf-vl.spec

@@ -1,6 +1,6 @@
 Name:		httperf
 Version:	0.9.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Summary:	Web server benchmarking tool
 Summary(ja):	Web サーバのベンチマークツール
 License:	GPLv2+ with exceptions
@@ -12,6 +12,7 @@ Vendor:		Project Vine
 Distribution:	Vine Linux
 
 Source:		ftp://ftp.hpl.hp.com/pub/httperf/httperf-%{version}.tar.gz
+Patch1:		httperf-0.9.0_big_cookies.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires:	openssl-devel
@@ -42,6 +43,7 @@ httperf は web サーバのパフォーマンス計測に使われる、有名
 %prep
 
 %setup -q
+%patch1 -p1
 
 
 %build
@@ -67,5 +69,8 @@ httperf は web サーバのパフォーマンス計測に使われる、有名
 
 
 %changelog
+* Fri Aug 16 2013 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.9.0-2
+- added Patch1 to handle bigger cookies
+
 * Thu Aug 15 2013 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.9.0-1
 - initial build for Vine Linux