Author: baggins Date: Thu Sep 6 16:42:29 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2 - build now
---- Files affected: SPECS: wireshark.spec (1.175 -> 1.176) ---- Diffs: ================================================================ Index: SPECS/wireshark.spec diff -u SPECS/wireshark.spec:1.175 SPECS/wireshark.spec:1.176 --- SPECS/wireshark.spec:1.175 Tue Aug 21 13:41:03 2007 +++ SPECS/wireshark.spec Thu Sep 6 18:42:24 2007 @@ -13,7 +13,7 @@ Summary(uk.UTF-8): Аналізатор мережевого трафіку Name: wireshark Version: 0.99.6 -Release: 0.1 +Release: 2 License: GPL Group: Networking Source0: http://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2 @@ -22,6 +22,7 @@ Source2: %{name}.su-start-script Patch0: %{name}-0.99.5-hip-base05.patch Patch1: %{name}-as_needed.patch +Patch2: %{name}-Werror.patch URL: http://www.wireshark.org/ BuildRequires: adns-devel BuildRequires: autoconf >= 2.52 @@ -219,7 +220,9 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 perl -pi -e 's/lua5\.1/lua51/g' acinclude.m4 +find -name Makefile.am | xargs perl -pi -e 's/-Werror//g' %build %{__libtoolize} @@ -334,6 +337,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.176 2007/09/06 16:42:24 baggins +- rel 2 +- build now + Revision 1.175 2007/08/21 11:41:03 adamg - updated to 0.99.6 (resolves CVE-2007-3389, CVE-2007-3390, CVE-2007-3391, CVE-2007-3392, CVE-2007-3393) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/wireshark.spec?r1=1.175&r2=1.176&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
