##// END OF EJS Templates
Ready for packaging.
jeandet -
r88:3d3f7f120ffa socexplorer-0.6-2 default
parent child
Show More
@@ -1,8 +1,8
1 %global upstream_name socexplorer-0.6-1
1 %global upstream_name socexplorer-0.6-2
2
2
3 Name: socexplorer
3 Name: socexplorer
4 Version: 0.6
4 Version: 0.6
5 Release: 1%{?dist}
5 Release: 2%{?dist}
6 Summary: SocExplorer is an open source generic System On Chip testing software/framework.
6 Summary: SocExplorer is an open source generic System On Chip testing software/framework.
7 Group: Development/Tools
7 Group: Development/Tools
8 License: GPLv2+
8 License: GPLv2+
@@ -31,8 +31,8 Requires(post): qt5-qtxmlpatterns
31 Requires(post): elfutils-libelf
31 Requires(post): elfutils-libelf
32 Requires(post): qt5-pythonqt
32 Requires(post): qt5-pythonqt
33
33
34 Provides: socexplorer = 0.6-1
34 Provides: socexplorer = 0.6-2
35 Obsoletes: socexplorer < 0.6-0
35 Obsoletes: socexplorer < 0.6-1
36
36
37 %description
37 %description
38 SocExplorer is an open source generic System On Chip testing software/framework. We write this software for the development and the validation of our instrument, the Low Frequency Receiver(LFR) for the Solar Orbiter mission. This instrument is based on an actel FPGA hosting a LEON3FT processor and some peripherals. To make it more collaborative, we use a plugin based system, the main executable is SocExplorer then all the functionality are provided by plugins. Like this everybody can provide his set of plugins to handle a new SOC or just a new peripheral. SocExplorer uses PythonQt to allow user to automate some tasks such as loading some plugins, configuring them and talking with his device.
38 SocExplorer is an open source generic System On Chip testing software/framework. We write this software for the development and the validation of our instrument, the Low Frequency Receiver(LFR) for the Solar Orbiter mission. This instrument is based on an actel FPGA hosting a LEON3FT processor and some peripherals. To make it more collaborative, we use a plugin based system, the main executable is SocExplorer then all the functionality are provided by plugins. Like this everybody can provide his set of plugins to handle a new SOC or just a new peripheral. SocExplorer uses PythonQt to allow user to automate some tasks such as loading some plugins, configuring them and talking with his device.
@@ -317,8 +317,12 desktop-file-validate $RPM_BUILD_ROOT%{_
317
317
318
318
319 %changelog
319 %changelog
320 * Fri Apr 17 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6
321 - Updated abstractbinary file lib to expose new feature.
322
320 * Fri Apr 3 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6
323 * Fri Apr 3 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6
321 - Fix some remaining mistakes.
324 - Fix some remaining mistakes.
325
322 * Thu Apr 2 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6
326 * Thu Apr 2 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6
323 -Uses r80 as source.
327 -Uses r80 as source.
324 -Removed GenericPySysdriver interface, now socexplorer plugins can be subclassed in python.
328 -Removed GenericPySysdriver interface, now socexplorer plugins can be subclassed in python.
General Comments 0
You need to be logged in to leave comments. Login now