Author: glen Date: Fri Dec 9 20:29:34 2011 GMT Module: packages Tag: HEAD ---- Log message: - fix version_string in src/version.c
---- Files affected: packages/wget: wget.spec (1.158 -> 1.159) ---- Diffs: ================================================================ Index: packages/wget/wget.spec diff -u packages/wget/wget.spec:1.158 packages/wget/wget.spec:1.159 --- packages/wget/wget.spec:1.158 Fri Dec 9 21:12:04 2011 +++ packages/wget/wget.spec Fri Dec 9 21:29:29 2011 @@ -18,7 +18,7 @@ Summary(zh_CN.UTF-8): [通讯]功能强大的下载程序,支持断点续传 Name: wget Version: 1.13.4 -Release: 1 +Release: 2 License: GPL v3+ with OpenSSL exception Group: Networking/Utilities Source0: http://ftp.gnu.org/gnu/wget/%{name}-%{version}.tar.xz @@ -125,6 +125,13 @@ %patch4 -p1 %{__rm} doc/wget.info doc/sample.wgetrc.munged_for_texi_inclusion po/stamp-po +# temp hack for 1.13.4 +test -e build-aux/bzr-version-gen || cat <<EOF > build-aux/bzr-version-gen +#!/bin/sh +echo -n %{version} +EOF +chmod +x build-aux/bzr-version-gen + %build %{__gettextize} %{__aclocal} -I m4 @@ -182,6 +189,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.159 2011/12/09 20:29:29 glen +- fix version_string in src/version.c + Revision 1.158 2011/12/09 20:12:04 glen - block builds that generate empty versions, reported upstream via irc, hopefully gets needed attention ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wget/wget.spec?r1=1.158&r2=1.159&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
