fix gtk3 layout issues
NOTE: there may be some windows with broken layouts left
This commit is contained in:
parent
80f31242ee
commit
78d02153f7
1648
wireshark-1.8.x-gtk3-layouts.patch
Normal file
1648
wireshark-1.8.x-gtk3-layouts.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -21,7 +21,7 @@
|
|||||||
Summary: Network traffic analyzer
|
Summary: Network traffic analyzer
|
||||||
Name: wireshark
|
Name: wireshark
|
||||||
Version: 1.8.5
|
Version: 1.8.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source0: http://wireshark.org/download/src/%{name}-%{version}.tar.bz2
|
Source0: http://wireshark.org/download/src/%{name}-%{version}.tar.bz2
|
||||||
@ -40,6 +40,7 @@ Patch3: wireshark-libtool-pie.patch
|
|||||||
Patch4: wireshark-1.6.1-group-msg.patch
|
Patch4: wireshark-1.6.1-group-msg.patch
|
||||||
Patch5: wireshark-1.6.0-soname.patch
|
Patch5: wireshark-1.6.0-soname.patch
|
||||||
Patch6: wireshark-1.8.2-python-symbols.patch
|
Patch6: wireshark-1.8.2-python-symbols.patch
|
||||||
|
Patch7: wireshark-1.8.x-gtk3-layouts.patch
|
||||||
|
|
||||||
Url: http://www.wireshark.org/
|
Url: http://www.wireshark.org/
|
||||||
BuildRequires: libpcap-devel >= 0.9
|
BuildRequires: libpcap-devel >= 0.9
|
||||||
@ -138,6 +139,7 @@ and plugins.
|
|||||||
%patch4 -p1 -b .group-msg
|
%patch4 -p1 -b .group-msg
|
||||||
%patch5 -p1 -b .soname
|
%patch5 -p1 -b .soname
|
||||||
%patch6 -p1 -b .python-symbols
|
%patch6 -p1 -b .python-symbols
|
||||||
|
%patch7 -p1 -b .gtk3-layoyts
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch s390 s390x sparcv9 sparc64
|
%ifarch s390 s390x sparcv9 sparc64
|
||||||
@ -363,6 +365,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%{_datadir}/aclocal/*
|
%{_datadir}/aclocal/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 05 2013 Peter Hatina <phatina@redhat.com> - 1.8.5-2
|
||||||
|
- fix gtk3 layout issues
|
||||||
|
- NOTE: there may be some windows with broken layouts left
|
||||||
|
|
||||||
* Thu Jan 31 2013 Peter Hatina <phatina@redhat.com> - 1.8.5-1
|
* Thu Jan 31 2013 Peter Hatina <phatina@redhat.com> - 1.8.5-1
|
||||||
- upgrade to 1.8.5
|
- upgrade to 1.8.5
|
||||||
- see http://www.wireshark.org/docs/relnotes/wireshark-1.8.5.html
|
- see http://www.wireshark.org/docs/relnotes/wireshark-1.8.5.html
|
||||||
|
Loading…
Reference in New Issue
Block a user