Author: duddits Date: Thu Mar 11 22:59:10 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 1.4.1 - strndup.patch added, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552901 for details
---- Files affected: packages/httping: httping.spec (1.24 -> 1.25) ---- Diffs: ================================================================ Index: packages/httping/httping.spec diff -u packages/httping/httping.spec:1.24 packages/httping/httping.spec:1.25 --- packages/httping/httping.spec:1.24 Mon Aug 3 23:39:23 2009 +++ packages/httping/httping.spec Thu Mar 11 23:59:04 2010 @@ -2,12 +2,13 @@ Summary: Ping-like tool for HTTP requests Summary(pl.UTF-8): Narzędzie do "pingowania" poprzez protokół HTTP Name: httping -Version: 1.3.1 +Version: 1.4.1 Release: 1 License: GPL Group: Networking/Utilities Source0: http://www.vanheusden.com/httping/%{name}-%{version}.tgz -# Source0-md5: fb742d577d3e7a8ea75cf97f7eb802f2 +# Source0-md5: bde1ff3c01343d2371d8f34fbf8a1d9a +Patch0: %{name}-strndup.patch URL: http://www.vanheusden.com/httping/ BuildRequires: openssl-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -27,6 +28,7 @@ %prep %setup -q +%patch0 -p1 %build %{__make} \ @@ -56,6 +58,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25 2010/03/11 22:59:04 duddits +- up to 1.4.1 +- strndup.patch added, see + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552901 for details + Revision 1.24 2009/08/03 21:39:23 charles - up to 1.3.1 - rm Patch0 (not needed anymore) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/httping/httping.spec?r1=1.24&r2=1.25&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
