]> git.pld-linux.org Git - packages/wireshark.git/commitdiff
- updated to 1.8.4
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 31 Jan 2013 17:42:33 +0000 (18:42 +0100)
committerAdam Gołębiowski <adamg@pld-linux.org>
Thu, 31 Jan 2013 17:42:33 +0000 (18:42 +0100)
wireshark-ac.patch
wireshark.spec

index 4470c1337a4540921488111de99c7da919044f98..eb53a853565c224ca00ed0a1a3869a2b4033fb13 100644 (file)
@@ -9,13 +9,11 @@
  
            "-L "*)
              #
-@@ -361,8 +361,8 @@
+@@ -361,7 +361,7 @@
            # Found it, and it's usable; use it to get the include flags
            # for libpcap.
            #
--          CFLAGS="$CFLAGS `\"$PCAP_CONFIG\" --cflags`"
 -          CPPFLAGS="$CPPFLAGS `\"$PCAP_CONFIG\" --cflags`"
-+          CFLAGS="$CFLAGS `$PCAP_CONFIG --cflags`"
 +          CPPFLAGS="$CPPFLAGS `$PCAP_CONFIG --cflags`"
          else
            #
index 528e1412ce3ff2455783ac18e699450eab5b71ac..433c8beb53a17781b20e68b54781dced3ef18ff7 100644 (file)
@@ -25,12 +25,12 @@ Summary(pt_BR.UTF-8):       Analisador de tráfego de rede
 Summary(ru.UTF-8):     Анализатор сетевого траффика
 Summary(uk.UTF-8):     Аналізатор мережевого трафіку
 Name:          wireshark
-Version:       1.6.7
-Release:       2
+Version:       1.8.4
+Release:       1
 License:       GPL
 Group:         Networking/Utilities
 Source0:       http://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2
-# Source0-md5: 7e39f1c0ea4abd8bffa5122df800ca5d
+# Source0-md5: ce22aa0fe7ecb5af39c93ff905c7d026
 Patch0:                %{name}-Werror.patch
 Patch1:                %{name}-gcc43.patch
 Patch2:                %{name}-ac.patch
@@ -236,8 +236,7 @@ find -name Makefile.am | xargs sed -i -e 's/-Werror//g'
 %configure \
        --enable-randpkt \
        --enable-dftest \
-       --enable-threads \
-       --with-pcre \
+       --enable-packet-editor \
 %if %{with kerberos5}
        --with-krb5 \
        --with-ssl \
@@ -304,20 +303,18 @@ fi
 %attr(755,root,root) %{_bindir}/dftest
 %attr(750,root,wireshark) %{_bindir}/dumpcap
 %attr(755,root,root) %{_bindir}/editcap
-%attr(755,root,root) %{_bindir}/idl2wrs
 %attr(755,root,root) %{_bindir}/mergecap
 %attr(755,root,root) %{_bindir}/randpkt
 %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.1
+%attr(755,root,root) %ghost %{_libdir}/libwireshark.so.2
 %attr(755,root,root) %{_libdir}/libwsutil.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libwsutil.so.1
+%attr(755,root,root) %ghost %{_libdir}/libwsutil.so.2
 %{_mandir}/man1/capinfos.1*
 %{_mandir}/man1/dftest.1*
 %{_mandir}/man1/dumpcap.1*
 %{_mandir}/man1/editcap.1*
-%{_mandir}/man1/idl2wrs.1*
 %{_mandir}/man1/mergecap.1*
 %{_mandir}/man1/rawshark.1*
 %{_mandir}/man1/randpkt.1*
@@ -333,7 +330,7 @@ fi
 %defattr(644,root,root,755)
 %doc wiretap/{README*,AUTHORS}
 %attr(755,root,root) %{_libdir}/libwiretap.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libwiretap.so.1
+%attr(755,root,root) %ghost %{_libdir}/libwiretap.so.2
 
 %files -n libwiretap-devel
 %defattr(644,root,root,755)
This page took 0.033084 seconds and 4 git commands to generate.