[wireshark] fix missing ws_symbol_export.h

Peter Hatina phatina at fedoraproject.org
Wed Sep 4 09:10:29 UTC 2013


commit 24e4abb7b778ba02b48b13421bc7bffc75284bc2
Author: Peter Hatina <phatina at redhat.com>
Date:   Wed Sep 4 10:17:58 2013 +0200

    fix missing ws_symbol_export.h

 wireshark.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/wireshark.spec b/wireshark.spec
index 90021ad..20ee35e 100644
--- a/wireshark.spec
+++ b/wireshark.spec
@@ -21,7 +21,7 @@
 Summary:	Network traffic analyzer
 Name:		wireshark
 Version:	1.10.0
-Release:	10%{?dist}
+Release:	11%{?dist}
 License:	GPL+
 Group:		Applications/Internet
 Source0:	http://wireshark.org/download/src/%{name}-%{version}.tar.bz2
@@ -252,6 +252,7 @@ install -m 644 epan/dfilter/*.h			"${IDIR}/epan/dfilter"
 install -m 644 epan/dissectors/*.h		"${IDIR}/epan/dissectors"
 install -m 644 wiretap/*.h			"${IDIR}/wiretap"
 install -m 644 wsutil/*.h			"${IDIR}/wsutil"
+install -m 644 ws_symbol_export.h               "${IDIR}/"
 
 #	Create pkg-config control file.
 mkdir -p "${RPM_BUILD_ROOT}%{_libdir}/pkgconfig"
@@ -374,6 +375,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/aclocal/*
 
 %changelog
+* Wed Sep 04 2013 Peter Hatina <phatina at redhat.com> - 1.10.0-11
+- fix missing ws_symbol_export.h
+
 * Wed Sep 04 2013 Peter Hatina <phatina at redhat.com> - 1.10.0-10
 - fix tap iostat overflow
 


More information about the scm-commits mailing list