diff --git a/SocExplorer-plugins.spec b/SocExplorer-plugins.spec --- a/SocExplorer-plugins.spec +++ b/SocExplorer-plugins.spec @@ -1,8 +1,8 @@ -%global upstream_name socexplorer-plugins-0.7-4 +%global upstream_name socexplorer-plugins-0.7-5 Name: socexplorer-plugins Version: 0.7 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Base plugins for SocExplorer. Group: Development/Tools License: GPLv2 @@ -66,6 +66,10 @@ make install INSTALL_ROOT=%{buildroot} %{_qt5_libdir}/SocExplorer/plugins/libspwplugin.so* %changelog +* Fri Dec 9 2016 Alexis Jeandet - 0.7-5 +- SpwPlugin: + Try to fix thread terminaison. + * Fri Dec 9 2016 Alexis Jeandet - 0.7-4 - dsu3plugin: Added automatic Stack Pointer setting. diff --git a/spwplugin/spwplugin.pro b/spwplugin/spwplugin.pro --- a/spwplugin/spwplugin.pro +++ b/spwplugin/spwplugin.pro @@ -12,7 +12,7 @@ QMAKE_CFLAGS += -std=c++11 win32:CONFIG += dll win32:CONFIG -= static -VERSION=0.6.2 +VERSION=0.6.3 TARGET = spwplugin DEFINES += PLUGIN=spwplugin DEFINES += PLUGINHEADER="\"\\\"spwplugin.h"\\\"\"