diff --git a/wireshark.changes b/wireshark.changes index a564cc5..1fc5b15 100644 --- a/wireshark.changes +++ b/wireshark.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 17 23:27:49 UTC 2014 - andreas.stieger@gmx.de + +- install epan/wmem/*.h + ------------------------------------------------------------------- Wed Sep 17 22:22:18 UTC 2014 - andreas.stieger@gmx.de @@ -20,7 +25,7 @@ Wed Sep 17 22:22:18 UTC 2014 - andreas.stieger@gmx.de CVE-2014-6432 - drop wireshark-1.12.0-qt-QFont-stylename.patch, upstream - only build with --enable-gnutls where it has a compatible licence - as configure check was changes from a warning to an error + as configure check was changed from a warning to an error openSUSE 13.1 and up and SLE 11 - add a desktop file for the QT user interface - Further bug fixes and updated protocol support as listed in: diff --git a/wireshark.spec b/wireshark.spec index 973883b..407258e 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -231,6 +231,7 @@ mkdir -p "${IDIR}/epan/crypt" mkdir -p "${IDIR}/epan/ftypes" mkdir -p "${IDIR}/epan/dfilter" mkdir -p "${IDIR}/epan/dissectors" +mkdir -p "${IDIR}/epan/wmem" mkdir -p "${IDIR}/wiretap" mkdir -p "${IDIR}/wsutil" install -m 644 color.h config.h register.h "${IDIR}/" @@ -240,6 +241,7 @@ install -m 644 epan/crypt/*.h "${IDIR}/epan/crypt" install -m 644 epan/ftypes/*.h "${IDIR}/epan/ftypes" install -m 644 epan/dfilter/*.h "${IDIR}/epan/dfilter" install -m 644 epan/dissectors/*.h "${IDIR}/epan/dissectors" +install -m 644 epan/wmem/*.h "${IDIR}/epan/wmem" install -m 644 wiretap/*.h "${IDIR}/wiretap" install -m 644 wsutil/*.h "${IDIR}/wsutil" install -m 644 ws_symbol_export.h "${IDIR}/"