Author: adamg Date: Sun Jun 12 14:26:57 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.6.0
---- Files affected: packages/wireshark: wireshark.spec (1.232 -> 1.233) packages/wireshark: wireshark-ac.patch (1.3 -> 1.4) ---- Diffs: ================================================================ Index: packages/wireshark/wireshark.spec diff -u packages/wireshark/wireshark.spec:1.232 packages/wireshark/wireshark.spec:1.233 --- packages/wireshark/wireshark.spec:1.232 Tue Dec 7 13:35:29 2010 +++ packages/wireshark/wireshark.spec Sun Jun 12 16:26:52 2011 @@ -25,12 +25,12 @@ Summary(ru.UTF-8): Анализатор сетевого траффика Summary(uk.UTF-8): Аналізатор мережевого трафіку Name: wireshark -Version: 1.4.2 -Release: 2 +Version: 1.6.0 +Release: 1 License: GPL Group: Networking/Utilities Source0: http://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2 -# Source0-md5: 5429561935ea0d1ee572793b55446918 +# Source0-md5: 9f9314c89bf1c8b440a7909884838cfd Patch0: %{name}-Werror.patch Patch1: %{name}-gcc43.patch Patch2: %{name}-ac.patch @@ -299,9 +299,9 @@ %attr(755,root,root) %{_bindir}/rawshark %attr(755,root,root) %{_bindir}/text2pcap %attr(755,root,root) %{_libdir}/libwireshark.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libwireshark.so.0 +%attr(755,root,root) %ghost %{_libdir}/libwireshark.so.1 %attr(755,root,root) %{_libdir}/libwsutil.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libwsutil.so.0 +%attr(755,root,root) %ghost %{_libdir}/libwsutil.so.1 %{_mandir}/man1/capinfos.1* %{_mandir}/man1/dftest.1* %{_mandir}/man1/dumpcap.1* @@ -322,7 +322,7 @@ %defattr(644,root,root,755) %doc wiretap/{README*,AUTHORS} %attr(755,root,root) %{_libdir}/libwiretap.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libwiretap.so.0 +%attr(755,root,root) %ghost %{_libdir}/libwiretap.so.1 %files -n libwiretap-devel %defattr(644,root,root,755) @@ -338,6 +338,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.233 2011/06/12 14:26:52 adamg +- updated to 1.6.0 + Revision 1.232 2010/12/07 12:35:29 glen - package .desktop what upstream make no longer does; rel 2 ================================================================ Index: packages/wireshark/wireshark-ac.patch diff -u packages/wireshark/wireshark-ac.patch:1.3 packages/wireshark/wireshark-ac.patch:1.4 --- packages/wireshark/wireshark-ac.patch:1.3 Tue Jun 29 13:29:38 2010 +++ packages/wireshark/wireshark-ac.patch Sun Jun 12 16:26:57 2011 @@ -17,7 +17,7 @@ - CPPFLAGS="$CPPFLAGS `\"$PCAP_CONFIG\" --cflags`" + CFLAGS="$CFLAGS `$PCAP_CONFIG --cflags`" + CPPFLAGS="$CPPFLAGS `$PCAP_CONFIG --cflags`" - else + else # # Didn't find it; we have to look for libpcap ourselves. @@ -433,9 +433,9 @@ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wireshark/wireshark.spec?r1=1.232&r2=1.233&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wireshark/wireshark-ac.patch?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
