[wireshark/f19] fix missing ws_symbol_export.h

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


commit 4143de54d16ba2479ab985f3b5515091a47f505d
Author: Peter Hatina <phatina at redhat.com>
Date:   Wed Sep 4 09:49:37 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 d3e280c..b302710 100644
--- a/wireshark.spec
+++ b/wireshark.spec
@@ -21,7 +21,7 @@
 Summary:	Network traffic analyzer
 Name:		wireshark
 Version:	1.10.0
-Release:	4%{?dist}
+Release:	5%{?dist}
 License:	GPL+
 Group:		Applications/Internet
 Source0:	http://wireshark.org/download/src/%{name}-%{version}.tar.bz2
@@ -249,6 +249,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"
@@ -371,6 +372,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-6
+- fix missing ws_symbol_export.h
+
 * Tue Sep 03 2013 Peter Hatina <phatina at redhat.com> 1.10.0-5
 - fix tap iostat overflow
 


More information about the scm-commits mailing list