From 2304af6862f168683b619ebe8e04aaab2bd10abd Mon Sep 17 00:00:00 2001 From: Peter Hatina Date: Thu, 15 Oct 2015 08:59:13 +0200 Subject: [PATCH] Ver. 1.12.8 --- .gitignore | 1 + sources | 2 +- ...010-Allow-redefining-all-ports-for-RADIUS.patch | 0 wireshark-0010-gdk.patch | 12 ------------ wireshark.spec | 14 ++++++++------ 5 files changed, 10 insertions(+), 19 deletions(-) rename wireshark-0011-Allow-redefining-all-ports-for-RADIUS.patch => wireshark-0010-Allow-redefining-all-ports-for-RADIUS.patch (100%) delete mode 100644 wireshark-0010-gdk.patch diff --git a/.gitignore b/.gitignore index 6b4a524..32d5e58 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ wireshark-1.2.10.tar.bz2 /wireshark-1.12.5.tar.bz2 /wireshark-1.12.6.tar.bz2 /wireshark-1.12.7.tar.bz2 +/wireshark-1.12.8.tar.bz2 diff --git a/sources b/sources index 8238fbd..a718333 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c8ae53f648b1dcbf6e74495401a0f1ab wireshark-1.12.7.tar.bz2 +988a4595a4a87dafb3c4870ea40e89b5 wireshark-1.12.8.tar.bz2 diff --git a/wireshark-0011-Allow-redefining-all-ports-for-RADIUS.patch b/wireshark-0010-Allow-redefining-all-ports-for-RADIUS.patch similarity index 100% rename from wireshark-0011-Allow-redefining-all-ports-for-RADIUS.patch rename to wireshark-0010-Allow-redefining-all-ports-for-RADIUS.patch diff --git a/wireshark-0010-gdk.patch b/wireshark-0010-gdk.patch deleted file mode 100644 index 8ca0329..0000000 --- a/wireshark-0010-gdk.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/configure.ac b/configure.ac -index 3ee58d9..f9af3af 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -1539,7 +1539,6 @@ fi - if test "$have_gtk" = "yes" ; then - # If we have GTK then add flags for it. - -- CPPFLAGS="-DGDK_PIXBUF_DISABLE_DEPRECATED $CPPFLAGS" - CPPFLAGS="-DGDK_DISABLE_DEPRECATED $CPPFLAGS" - if test \( $gtk_config_major_version -eq 3 -a $gtk_config_minor_version -ge 10 \) ; then - ## Allow use of deprecated & disable deprecated warnings if Gtk >= 3.10; diff --git a/wireshark.spec b/wireshark.spec index 2974eaf..d8795eb 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -20,8 +20,8 @@ Summary: Network traffic analyzer Name: wireshark -Version: 1.12.7 -Release: 2%{?dist} +Version: 1.12.8 +Release: 1%{?dist} License: GPL+ Group: Applications/Internet Source0: http://wireshark.org/download/src/%{name}-%{version}.tar.bz2 @@ -44,9 +44,8 @@ Patch7: wireshark-0007-Install-autoconf-related-file.patch Patch8: wireshark-0008-move-default-temporary-directory-to-var-tmp.patch # Fedora-specific Patch9: wireshark-0009-Fix-paths-in-a-wireshark.desktop-file.patch -Patch10: wireshark-0010-gdk.patch # Backported from upstream - https://code.wireshark.org/review/#/c/10015/ -Patch11: wireshark-0011-Allow-redefining-all-ports-for-RADIUS.patch +Patch10: wireshark-0010-Allow-redefining-all-ports-for-RADIUS.patch Url: http://www.wireshark.org/ BuildRequires: libpcap-devel >= 0.9 @@ -169,8 +168,7 @@ Cflags: -I\${includedir}" > wireshark.pc.in %patch7 -p1 -b .install_autoconf %patch8 -p1 -b .tmp_dir %patch9 -p1 -b .fix_paths -%patch10 -p1 -b .gdk -%patch11 -p1 -b .radius_ports +%patch10 -p1 -b .radius_ports %build %ifarch s390 s390x sparcv9 sparc64 @@ -411,6 +409,10 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %{_datadir}/aclocal/* %changelog +* Thu Oct 15 2015 Peter Hatina - 1.12.8-1 +- Ver. 1.12.8 +- Dropped patch no. 10 (applied upstream) + * Fri Aug 21 2015 Peter Lemenkov - 1.12.7-2 - Enable libnl3 (see rhbz#1207386, rhbz#1247566) - Remove airpcap switch (doesn't have any effect on Linux)