diff --git a/wireshark.changes b/wireshark.changes index 90f647b..3ff14d6 100644 --- a/wireshark.changes +++ b/wireshark.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 19 00:46:02 UTC 2013 - opensuse@sukimashita.com + +- add missing ws_symbol_export.h and frame_data_sequence.h includes + to -devel package to allow building of external plugins again + ------------------------------------------------------------------- Wed Sep 11 20:34:17 UTC 2013 - andreas.stieger@gmx.de diff --git a/wireshark.spec b/wireshark.spec index 346d9d1..1be1a34 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -172,6 +172,7 @@ mkdir -p "${IDIR}/wiretap" mkdir -p "${IDIR}/wsutil" install -m 644 color.h config.h register.h "${IDIR}/" install -m 644 cfile.h file.h "${IDIR}/" +install -m 644 frame_data_sequence.h "${IDIR}/" install -m 644 packet-range.h print.h "${IDIR}/" install -m 644 epan/*.h "${IDIR}/epan/" install -m 644 epan/crypt/*.h "${IDIR}/epan/crypt" @@ -180,6 +181,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}/" install -D -m 0644 image/wsicon48.png %{buildroot}%{_datadir}/pixmaps/wireshark.png install -D -m 0644 wireshark.desktop %{buildroot}%{_datadir}/applications/wireshark.desktop