##// END OF EJS Templates
Ready for packaging.
Jeandet Alexis -
r92:7f21c0e03b63 socexplorer-plugins-0.7-5 default draft
parent child
Show More
@@ -1,8 +1,8
1 %global upstream_name socexplorer-plugins-0.7-4
1 %global upstream_name socexplorer-plugins-0.7-5
2 2
3 3 Name: socexplorer-plugins
4 4 Version: 0.7
5 Release: 4%{?dist}
5 Release: 5%{?dist}
6 6 Summary: Base plugins for SocExplorer.
7 7 Group: Development/Tools
8 8 License: GPLv2
@@ -66,6 +66,10 make install INSTALL_ROOT=%{buildroot}
66 66 %{_qt5_libdir}/SocExplorer/plugins/libspwplugin.so*
67 67
68 68 %changelog
69 * Fri Dec 9 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.7-5
70 - SpwPlugin:
71 Try to fix thread terminaison.
72
69 73 * Fri Dec 9 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.7-4
70 74 - dsu3plugin:
71 75 Added automatic Stack Pointer setting.
@@ -12,7 +12,7 QMAKE_CFLAGS += -std=c++11
12 12
13 13 win32:CONFIG += dll
14 14 win32:CONFIG -= static
15 VERSION=0.6.2
15 VERSION=0.6.3
16 16 TARGET = spwplugin
17 17 DEFINES += PLUGIN=spwplugin
18 18 DEFINES += PLUGINHEADER="\"\\\"spwplugin.h"\\\"\"
General Comments 0
You need to be logged in to leave comments. Login now