@@ -1,373 +1,376 | |||||
1 |
%global upstream_name socexplorer-0.7- |
|
1 | %global upstream_name socexplorer-0.7-1 | |
2 |
|
2 | |||
3 | Name: socexplorer |
|
3 | Name: socexplorer | |
4 | Version: 0.7 |
|
4 | Version: 0.7 | |
5 |
Release: |
|
5 | Release: 1%{?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+ | |
9 | URL: https://hephaistos.lpp.polytechnique.fr/redmine/projects/socexplorer |
|
9 | URL: https://hephaistos.lpp.polytechnique.fr/redmine/projects/socexplorer | |
10 | Source0: https://hephaistos.lpp.polytechnique.fr/redmine/attachments/download/376/%{upstream_name}.zip |
|
10 | Source0: https://hephaistos.lpp.polytechnique.fr/redmine/attachments/download/376/%{upstream_name}.zip | |
11 |
|
11 | |||
12 | BuildRequires: python2-devel |
|
12 | BuildRequires: python2-devel | |
13 | BuildRequires: qt5-qtbase-devel |
|
13 | BuildRequires: qt5-qtbase-devel | |
14 | BuildRequires: qt5-qtwebkit-devel |
|
14 | BuildRequires: qt5-qtwebkit-devel | |
15 | BuildRequires: qt5-qttools-static |
|
15 | BuildRequires: qt5-qttools-static | |
16 | BuildRequires: qt5-qttools-devel |
|
16 | BuildRequires: qt5-qttools-devel | |
17 | BuildRequires: qt5-qtsvg-devel |
|
17 | BuildRequires: qt5-qtsvg-devel | |
18 | BuildRequires: qt5-qtxmlpatterns-devel |
|
18 | BuildRequires: qt5-qtxmlpatterns-devel | |
19 | BuildRequires: qt5-qtmultimedia-devel |
|
19 | BuildRequires: qt5-qtmultimedia-devel | |
20 | BuildRequires: elfutils-libelf-devel |
|
20 | BuildRequires: elfutils-libelf-devel | |
21 | BuildRequires: qt5-pythonqt-devel |
|
21 | BuildRequires: qt5-pythonqt-devel | |
22 | BuildRequires: mercurial |
|
22 | BuildRequires: mercurial | |
23 | %if 0%{?fedora} <= 22 |
|
23 | %if 0%{?fedora} <= 22 | |
24 | BuildRequires: appdata-tools |
|
24 | BuildRequires: appdata-tools | |
25 | %endif |
|
25 | %endif | |
26 | %if 0%{?fedora} >= 23 |
|
26 | %if 0%{?fedora} >= 23 | |
27 | BuildRequires: libappstream-glib |
|
27 | BuildRequires: libappstream-glib | |
28 | %endif |
|
28 | %endif | |
29 | BuildRequires: desktop-file-utils |
|
29 | BuildRequires: desktop-file-utils | |
30 |
|
30 | |||
31 | Requires(post): python2 |
|
31 | Requires(post): python2 | |
32 | Requires(post): qt5-qtbase |
|
32 | Requires(post): qt5-qtbase | |
33 | Requires(post): qt5-qtwebkit |
|
33 | Requires(post): qt5-qtwebkit | |
34 | Requires(post): qt5-qtsvg |
|
34 | Requires(post): qt5-qtsvg | |
35 | Requires(post): qt5-qtxmlpatterns |
|
35 | Requires(post): qt5-qtxmlpatterns | |
36 | Requires(post): elfutils-libelf |
|
36 | Requires(post): elfutils-libelf | |
37 | Requires(post): qt5-pythonqt |
|
37 | Requires(post): qt5-pythonqt | |
38 |
|
38 | |||
39 | Provides: socexplorer = 0.7-0 |
|
39 | Provides: socexplorer = 0.7-0 | |
40 |
|
40 | |||
41 | %description |
|
41 | %description | |
42 | 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. |
|
42 | 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. | |
43 |
|
43 | |||
44 | %package devel |
|
44 | %package devel | |
45 | Summary: SocExplorer is an open source generic System On Chip testing software/framework. |
|
45 | Summary: SocExplorer is an open source generic System On Chip testing software/framework. | |
46 | Group: Development/Tools |
|
46 | Group: Development/Tools | |
47 | Requires: %{name}%{?_isa} = %{version}-%{release} |
|
47 | Requires: %{name}%{?_isa} = %{version}-%{release} | |
48 | Requires: python2-devel |
|
48 | Requires: python2-devel | |
49 | Requires: qt5-qtbase-devel |
|
49 | Requires: qt5-qtbase-devel | |
50 | Requires: qt5-qtwebkit-devel |
|
50 | Requires: qt5-qtwebkit-devel | |
51 | Requires: qt5-qttools-static |
|
51 | Requires: qt5-qttools-static | |
52 | Requires: qt5-qttools-devel |
|
52 | Requires: qt5-qttools-devel | |
53 | Requires: qt5-qtsvg-devel |
|
53 | Requires: qt5-qtsvg-devel | |
54 | Requires: qt5-qtxmlpatterns-devel |
|
54 | Requires: qt5-qtxmlpatterns-devel | |
55 | Requires: qt5-qtmultimedia-devel |
|
55 | Requires: qt5-qtmultimedia-devel | |
56 | Requires: elfutils-libelf-devel |
|
56 | Requires: elfutils-libelf-devel | |
57 | Requires: qt5-pythonqt-devel |
|
57 | Requires: qt5-pythonqt-devel | |
58 | Requires: mercurial |
|
58 | Requires: mercurial | |
59 | %if 0%{?fedora} <= 22 |
|
59 | %if 0%{?fedora} <= 22 | |
60 | Requires: appdata-tools |
|
60 | Requires: appdata-tools | |
61 | %endif |
|
61 | %endif | |
62 | %if 0%{?fedora} >= 23 |
|
62 | %if 0%{?fedora} >= 23 | |
63 | Requires: libappstream-glib |
|
63 | Requires: libappstream-glib | |
64 | %endif |
|
64 | %endif | |
65 | Requires: desktop-file-utils |
|
65 | Requires: desktop-file-utils | |
66 |
|
66 | |||
67 | %description devel |
|
67 | %description devel | |
68 | Header files and development libraries for SocExplorer package. SocExplorer is an open source generic System On Chip testing software/framework. |
|
68 | Header files and development libraries for SocExplorer package. SocExplorer is an open source generic System On Chip testing software/framework. | |
69 |
|
69 | |||
70 | %global debug_package %{nil} |
|
70 | %global debug_package %{nil} | |
71 | %prep |
|
71 | %prep | |
72 | %setup -q -n %{upstream_name} |
|
72 | %setup -q -n %{upstream_name} | |
73 |
|
73 | |||
74 |
|
74 | |||
75 |
|
75 | |||
76 | %build |
|
76 | %build | |
77 | %{_qt5_qmake} |
|
77 | %{_qt5_qmake} | |
78 |
|
78 | |||
79 | make %{?_smp_mflags} |
|
79 | make %{?_smp_mflags} | |
80 |
|
80 | |||
81 | %install |
|
81 | %install | |
82 | make install INSTALL_ROOT=%{buildroot} |
|
82 | make install INSTALL_ROOT=%{buildroot} | |
83 | appstream-util validate-relax %{buildroot}/%{_datadir}/appdata/socexplorer.appdata.xml |
|
83 | appstream-util validate-relax %{buildroot}/%{_datadir}/appdata/socexplorer.appdata.xml | |
84 | desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/socexplorer.desktop |
|
84 | desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/socexplorer.desktop | |
85 |
|
85 | |||
86 | %post -p /sbin/ldconfig |
|
86 | %post -p /sbin/ldconfig | |
87 |
|
87 | |||
88 | %postun -p /sbin/ldconfig |
|
88 | %postun -p /sbin/ldconfig | |
89 |
|
89 | |||
90 | %files |
|
90 | %files | |
91 | /etc/SocExplorer/python/PygmentsHighlighter.py |
|
91 | /etc/SocExplorer/python/PygmentsHighlighter.py | |
92 | /etc/SocExplorer/python/PygmentsHighlighter.pyc |
|
92 | /etc/SocExplorer/python/PygmentsHighlighter.pyc | |
93 | /etc/SocExplorer/python/PygmentsHighlighter.pyo |
|
93 | /etc/SocExplorer/python/PygmentsHighlighter.pyo | |
94 | /etc/SocExplorer/python/PythonCompleter.py |
|
94 | /etc/SocExplorer/python/PythonCompleter.py | |
95 | /etc/SocExplorer/python/PythonCompleter.pyc |
|
95 | /etc/SocExplorer/python/PythonCompleter.pyc | |
96 | /etc/SocExplorer/python/PythonCompleter.pyo |
|
96 | /etc/SocExplorer/python/PythonCompleter.pyo | |
97 | /etc/SocExplorer/python/module_completion.py |
|
97 | /etc/SocExplorer/python/module_completion.py | |
98 | /etc/SocExplorer/python/module_completion.pyc |
|
98 | /etc/SocExplorer/python/module_completion.pyc | |
99 | /etc/SocExplorer/python/module_completion.pyo |
|
99 | /etc/SocExplorer/python/module_completion.pyo | |
100 | /etc/SocExplorer/python/pygments/__init__.py |
|
100 | /etc/SocExplorer/python/pygments/__init__.py | |
101 | /etc/SocExplorer/python/pygments/__init__.pyc |
|
101 | /etc/SocExplorer/python/pygments/__init__.pyc | |
102 | /etc/SocExplorer/python/pygments/__init__.pyo |
|
102 | /etc/SocExplorer/python/pygments/__init__.pyo | |
103 | /etc/SocExplorer/python/pygments/cmdline.py |
|
103 | /etc/SocExplorer/python/pygments/cmdline.py | |
104 | /etc/SocExplorer/python/pygments/cmdline.pyc |
|
104 | /etc/SocExplorer/python/pygments/cmdline.pyc | |
105 | /etc/SocExplorer/python/pygments/cmdline.pyo |
|
105 | /etc/SocExplorer/python/pygments/cmdline.pyo | |
106 | /etc/SocExplorer/python/pygments/console.py |
|
106 | /etc/SocExplorer/python/pygments/console.py | |
107 | /etc/SocExplorer/python/pygments/console.pyc |
|
107 | /etc/SocExplorer/python/pygments/console.pyc | |
108 | /etc/SocExplorer/python/pygments/console.pyo |
|
108 | /etc/SocExplorer/python/pygments/console.pyo | |
109 | /etc/SocExplorer/python/pygments/filter.py |
|
109 | /etc/SocExplorer/python/pygments/filter.py | |
110 | /etc/SocExplorer/python/pygments/filter.pyc |
|
110 | /etc/SocExplorer/python/pygments/filter.pyc | |
111 | /etc/SocExplorer/python/pygments/filter.pyo |
|
111 | /etc/SocExplorer/python/pygments/filter.pyo | |
112 | /etc/SocExplorer/python/pygments/filters/__init__.py |
|
112 | /etc/SocExplorer/python/pygments/filters/__init__.py | |
113 | /etc/SocExplorer/python/pygments/filters/__init__.pyc |
|
113 | /etc/SocExplorer/python/pygments/filters/__init__.pyc | |
114 | /etc/SocExplorer/python/pygments/filters/__init__.pyo |
|
114 | /etc/SocExplorer/python/pygments/filters/__init__.pyo | |
115 | /etc/SocExplorer/python/pygments/formatter.py |
|
115 | /etc/SocExplorer/python/pygments/formatter.py | |
116 | /etc/SocExplorer/python/pygments/formatter.pyc |
|
116 | /etc/SocExplorer/python/pygments/formatter.pyc | |
117 | /etc/SocExplorer/python/pygments/formatter.pyo |
|
117 | /etc/SocExplorer/python/pygments/formatter.pyo | |
118 | /etc/SocExplorer/python/pygments/formatters/__init__.py |
|
118 | /etc/SocExplorer/python/pygments/formatters/__init__.py | |
119 | /etc/SocExplorer/python/pygments/formatters/__init__.pyc |
|
119 | /etc/SocExplorer/python/pygments/formatters/__init__.pyc | |
120 | /etc/SocExplorer/python/pygments/formatters/__init__.pyo |
|
120 | /etc/SocExplorer/python/pygments/formatters/__init__.pyo | |
121 | /etc/SocExplorer/python/pygments/formatters/_mapping.py |
|
121 | /etc/SocExplorer/python/pygments/formatters/_mapping.py | |
122 | /etc/SocExplorer/python/pygments/formatters/_mapping.pyc |
|
122 | /etc/SocExplorer/python/pygments/formatters/_mapping.pyc | |
123 | /etc/SocExplorer/python/pygments/formatters/_mapping.pyo |
|
123 | /etc/SocExplorer/python/pygments/formatters/_mapping.pyo | |
124 | /etc/SocExplorer/python/pygments/formatters/bbcode.py |
|
124 | /etc/SocExplorer/python/pygments/formatters/bbcode.py | |
125 | /etc/SocExplorer/python/pygments/formatters/bbcode.pyc |
|
125 | /etc/SocExplorer/python/pygments/formatters/bbcode.pyc | |
126 | /etc/SocExplorer/python/pygments/formatters/bbcode.pyo |
|
126 | /etc/SocExplorer/python/pygments/formatters/bbcode.pyo | |
127 | /etc/SocExplorer/python/pygments/formatters/html.py |
|
127 | /etc/SocExplorer/python/pygments/formatters/html.py | |
128 | /etc/SocExplorer/python/pygments/formatters/html.pyc |
|
128 | /etc/SocExplorer/python/pygments/formatters/html.pyc | |
129 | /etc/SocExplorer/python/pygments/formatters/html.pyo |
|
129 | /etc/SocExplorer/python/pygments/formatters/html.pyo | |
130 | /etc/SocExplorer/python/pygments/formatters/img.py |
|
130 | /etc/SocExplorer/python/pygments/formatters/img.py | |
131 | /etc/SocExplorer/python/pygments/formatters/img.pyc |
|
131 | /etc/SocExplorer/python/pygments/formatters/img.pyc | |
132 | /etc/SocExplorer/python/pygments/formatters/img.pyo |
|
132 | /etc/SocExplorer/python/pygments/formatters/img.pyo | |
133 | /etc/SocExplorer/python/pygments/formatters/latex.py |
|
133 | /etc/SocExplorer/python/pygments/formatters/latex.py | |
134 | /etc/SocExplorer/python/pygments/formatters/latex.pyc |
|
134 | /etc/SocExplorer/python/pygments/formatters/latex.pyc | |
135 | /etc/SocExplorer/python/pygments/formatters/latex.pyo |
|
135 | /etc/SocExplorer/python/pygments/formatters/latex.pyo | |
136 | /etc/SocExplorer/python/pygments/formatters/other.py |
|
136 | /etc/SocExplorer/python/pygments/formatters/other.py | |
137 | /etc/SocExplorer/python/pygments/formatters/other.pyc |
|
137 | /etc/SocExplorer/python/pygments/formatters/other.pyc | |
138 | /etc/SocExplorer/python/pygments/formatters/other.pyo |
|
138 | /etc/SocExplorer/python/pygments/formatters/other.pyo | |
139 | /etc/SocExplorer/python/pygments/formatters/rtf.py |
|
139 | /etc/SocExplorer/python/pygments/formatters/rtf.py | |
140 | /etc/SocExplorer/python/pygments/formatters/rtf.pyc |
|
140 | /etc/SocExplorer/python/pygments/formatters/rtf.pyc | |
141 | /etc/SocExplorer/python/pygments/formatters/rtf.pyo |
|
141 | /etc/SocExplorer/python/pygments/formatters/rtf.pyo | |
142 | /etc/SocExplorer/python/pygments/formatters/svg.py |
|
142 | /etc/SocExplorer/python/pygments/formatters/svg.py | |
143 | /etc/SocExplorer/python/pygments/formatters/svg.pyc |
|
143 | /etc/SocExplorer/python/pygments/formatters/svg.pyc | |
144 | /etc/SocExplorer/python/pygments/formatters/svg.pyo |
|
144 | /etc/SocExplorer/python/pygments/formatters/svg.pyo | |
145 | /etc/SocExplorer/python/pygments/formatters/terminal.py |
|
145 | /etc/SocExplorer/python/pygments/formatters/terminal.py | |
146 | /etc/SocExplorer/python/pygments/formatters/terminal.pyc |
|
146 | /etc/SocExplorer/python/pygments/formatters/terminal.pyc | |
147 | /etc/SocExplorer/python/pygments/formatters/terminal.pyo |
|
147 | /etc/SocExplorer/python/pygments/formatters/terminal.pyo | |
148 | /etc/SocExplorer/python/pygments/formatters/terminal256.py |
|
148 | /etc/SocExplorer/python/pygments/formatters/terminal256.py | |
149 | /etc/SocExplorer/python/pygments/formatters/terminal256.pyc |
|
149 | /etc/SocExplorer/python/pygments/formatters/terminal256.pyc | |
150 | /etc/SocExplorer/python/pygments/formatters/terminal256.pyo |
|
150 | /etc/SocExplorer/python/pygments/formatters/terminal256.pyo | |
151 | /etc/SocExplorer/python/pygments/lexer.py |
|
151 | /etc/SocExplorer/python/pygments/lexer.py | |
152 | /etc/SocExplorer/python/pygments/lexer.pyc |
|
152 | /etc/SocExplorer/python/pygments/lexer.pyc | |
153 | /etc/SocExplorer/python/pygments/lexer.pyo |
|
153 | /etc/SocExplorer/python/pygments/lexer.pyo | |
154 | /etc/SocExplorer/python/pygments/lexers/__init__.py |
|
154 | /etc/SocExplorer/python/pygments/lexers/__init__.py | |
155 | /etc/SocExplorer/python/pygments/lexers/__init__.pyc |
|
155 | /etc/SocExplorer/python/pygments/lexers/__init__.pyc | |
156 | /etc/SocExplorer/python/pygments/lexers/__init__.pyo |
|
156 | /etc/SocExplorer/python/pygments/lexers/__init__.pyo | |
157 | /etc/SocExplorer/python/pygments/lexers/_asybuiltins.py |
|
157 | /etc/SocExplorer/python/pygments/lexers/_asybuiltins.py | |
158 | /etc/SocExplorer/python/pygments/lexers/_asybuiltins.pyc |
|
158 | /etc/SocExplorer/python/pygments/lexers/_asybuiltins.pyc | |
159 | /etc/SocExplorer/python/pygments/lexers/_asybuiltins.pyo |
|
159 | /etc/SocExplorer/python/pygments/lexers/_asybuiltins.pyo | |
160 | /etc/SocExplorer/python/pygments/lexers/_clbuiltins.py |
|
160 | /etc/SocExplorer/python/pygments/lexers/_clbuiltins.py | |
161 | /etc/SocExplorer/python/pygments/lexers/_clbuiltins.pyc |
|
161 | /etc/SocExplorer/python/pygments/lexers/_clbuiltins.pyc | |
162 | /etc/SocExplorer/python/pygments/lexers/_clbuiltins.pyo |
|
162 | /etc/SocExplorer/python/pygments/lexers/_clbuiltins.pyo | |
163 | /etc/SocExplorer/python/pygments/lexers/_luabuiltins.py |
|
163 | /etc/SocExplorer/python/pygments/lexers/_luabuiltins.py | |
164 | /etc/SocExplorer/python/pygments/lexers/_luabuiltins.pyc |
|
164 | /etc/SocExplorer/python/pygments/lexers/_luabuiltins.pyc | |
165 | /etc/SocExplorer/python/pygments/lexers/_luabuiltins.pyo |
|
165 | /etc/SocExplorer/python/pygments/lexers/_luabuiltins.pyo | |
166 | /etc/SocExplorer/python/pygments/lexers/_mapping.py |
|
166 | /etc/SocExplorer/python/pygments/lexers/_mapping.py | |
167 | /etc/SocExplorer/python/pygments/lexers/_mapping.pyc |
|
167 | /etc/SocExplorer/python/pygments/lexers/_mapping.pyc | |
168 | /etc/SocExplorer/python/pygments/lexers/_mapping.pyo |
|
168 | /etc/SocExplorer/python/pygments/lexers/_mapping.pyo | |
169 | /etc/SocExplorer/python/pygments/lexers/_phpbuiltins.py |
|
169 | /etc/SocExplorer/python/pygments/lexers/_phpbuiltins.py | |
170 | /etc/SocExplorer/python/pygments/lexers/_phpbuiltins.pyc |
|
170 | /etc/SocExplorer/python/pygments/lexers/_phpbuiltins.pyc | |
171 | /etc/SocExplorer/python/pygments/lexers/_phpbuiltins.pyo |
|
171 | /etc/SocExplorer/python/pygments/lexers/_phpbuiltins.pyo | |
172 | /etc/SocExplorer/python/pygments/lexers/_postgres_builtins.py |
|
172 | /etc/SocExplorer/python/pygments/lexers/_postgres_builtins.py | |
173 | /etc/SocExplorer/python/pygments/lexers/_postgres_builtins.pyc |
|
173 | /etc/SocExplorer/python/pygments/lexers/_postgres_builtins.pyc | |
174 | /etc/SocExplorer/python/pygments/lexers/_postgres_builtins.pyo |
|
174 | /etc/SocExplorer/python/pygments/lexers/_postgres_builtins.pyo | |
175 | /etc/SocExplorer/python/pygments/lexers/_scilab_builtins.py |
|
175 | /etc/SocExplorer/python/pygments/lexers/_scilab_builtins.py | |
176 | /etc/SocExplorer/python/pygments/lexers/_scilab_builtins.pyc |
|
176 | /etc/SocExplorer/python/pygments/lexers/_scilab_builtins.pyc | |
177 | /etc/SocExplorer/python/pygments/lexers/_scilab_builtins.pyo |
|
177 | /etc/SocExplorer/python/pygments/lexers/_scilab_builtins.pyo | |
178 | /etc/SocExplorer/python/pygments/lexers/_vimbuiltins.py |
|
178 | /etc/SocExplorer/python/pygments/lexers/_vimbuiltins.py | |
179 | /etc/SocExplorer/python/pygments/lexers/_vimbuiltins.pyc |
|
179 | /etc/SocExplorer/python/pygments/lexers/_vimbuiltins.pyc | |
180 | /etc/SocExplorer/python/pygments/lexers/_vimbuiltins.pyo |
|
180 | /etc/SocExplorer/python/pygments/lexers/_vimbuiltins.pyo | |
181 | /etc/SocExplorer/python/pygments/lexers/agile.py |
|
181 | /etc/SocExplorer/python/pygments/lexers/agile.py | |
182 | /etc/SocExplorer/python/pygments/lexers/agile.pyc |
|
182 | /etc/SocExplorer/python/pygments/lexers/agile.pyc | |
183 | /etc/SocExplorer/python/pygments/lexers/agile.pyo |
|
183 | /etc/SocExplorer/python/pygments/lexers/agile.pyo | |
184 | /etc/SocExplorer/python/pygments/lexers/asm.py |
|
184 | /etc/SocExplorer/python/pygments/lexers/asm.py | |
185 | /etc/SocExplorer/python/pygments/lexers/asm.pyc |
|
185 | /etc/SocExplorer/python/pygments/lexers/asm.pyc | |
186 | /etc/SocExplorer/python/pygments/lexers/asm.pyo |
|
186 | /etc/SocExplorer/python/pygments/lexers/asm.pyo | |
187 | /etc/SocExplorer/python/pygments/lexers/compiled.py |
|
187 | /etc/SocExplorer/python/pygments/lexers/compiled.py | |
188 | /etc/SocExplorer/python/pygments/lexers/compiled.pyc |
|
188 | /etc/SocExplorer/python/pygments/lexers/compiled.pyc | |
189 | /etc/SocExplorer/python/pygments/lexers/compiled.pyo |
|
189 | /etc/SocExplorer/python/pygments/lexers/compiled.pyo | |
190 | /etc/SocExplorer/python/pygments/lexers/dotnet.py |
|
190 | /etc/SocExplorer/python/pygments/lexers/dotnet.py | |
191 | /etc/SocExplorer/python/pygments/lexers/dotnet.pyc |
|
191 | /etc/SocExplorer/python/pygments/lexers/dotnet.pyc | |
192 | /etc/SocExplorer/python/pygments/lexers/dotnet.pyo |
|
192 | /etc/SocExplorer/python/pygments/lexers/dotnet.pyo | |
193 | /etc/SocExplorer/python/pygments/lexers/functional.py |
|
193 | /etc/SocExplorer/python/pygments/lexers/functional.py | |
194 | /etc/SocExplorer/python/pygments/lexers/functional.pyc |
|
194 | /etc/SocExplorer/python/pygments/lexers/functional.pyc | |
195 | /etc/SocExplorer/python/pygments/lexers/functional.pyo |
|
195 | /etc/SocExplorer/python/pygments/lexers/functional.pyo | |
196 | /etc/SocExplorer/python/pygments/lexers/hdl.py |
|
196 | /etc/SocExplorer/python/pygments/lexers/hdl.py | |
197 | /etc/SocExplorer/python/pygments/lexers/hdl.pyc |
|
197 | /etc/SocExplorer/python/pygments/lexers/hdl.pyc | |
198 | /etc/SocExplorer/python/pygments/lexers/hdl.pyo |
|
198 | /etc/SocExplorer/python/pygments/lexers/hdl.pyo | |
199 | /etc/SocExplorer/python/pygments/lexers/jvm.py |
|
199 | /etc/SocExplorer/python/pygments/lexers/jvm.py | |
200 | /etc/SocExplorer/python/pygments/lexers/jvm.pyc |
|
200 | /etc/SocExplorer/python/pygments/lexers/jvm.pyc | |
201 | /etc/SocExplorer/python/pygments/lexers/jvm.pyo |
|
201 | /etc/SocExplorer/python/pygments/lexers/jvm.pyo | |
202 | /etc/SocExplorer/python/pygments/lexers/math.py |
|
202 | /etc/SocExplorer/python/pygments/lexers/math.py | |
203 | /etc/SocExplorer/python/pygments/lexers/math.pyc |
|
203 | /etc/SocExplorer/python/pygments/lexers/math.pyc | |
204 | /etc/SocExplorer/python/pygments/lexers/math.pyo |
|
204 | /etc/SocExplorer/python/pygments/lexers/math.pyo | |
205 | /etc/SocExplorer/python/pygments/lexers/other.py |
|
205 | /etc/SocExplorer/python/pygments/lexers/other.py | |
206 | /etc/SocExplorer/python/pygments/lexers/other.pyc |
|
206 | /etc/SocExplorer/python/pygments/lexers/other.pyc | |
207 | /etc/SocExplorer/python/pygments/lexers/other.pyo |
|
207 | /etc/SocExplorer/python/pygments/lexers/other.pyo | |
208 | /etc/SocExplorer/python/pygments/lexers/parsers.py |
|
208 | /etc/SocExplorer/python/pygments/lexers/parsers.py | |
209 | /etc/SocExplorer/python/pygments/lexers/parsers.pyc |
|
209 | /etc/SocExplorer/python/pygments/lexers/parsers.pyc | |
210 | /etc/SocExplorer/python/pygments/lexers/parsers.pyo |
|
210 | /etc/SocExplorer/python/pygments/lexers/parsers.pyo | |
211 | /etc/SocExplorer/python/pygments/lexers/shell.py |
|
211 | /etc/SocExplorer/python/pygments/lexers/shell.py | |
212 | /etc/SocExplorer/python/pygments/lexers/shell.pyc |
|
212 | /etc/SocExplorer/python/pygments/lexers/shell.pyc | |
213 | /etc/SocExplorer/python/pygments/lexers/shell.pyo |
|
213 | /etc/SocExplorer/python/pygments/lexers/shell.pyo | |
214 | /etc/SocExplorer/python/pygments/lexers/special.py |
|
214 | /etc/SocExplorer/python/pygments/lexers/special.py | |
215 | /etc/SocExplorer/python/pygments/lexers/special.pyc |
|
215 | /etc/SocExplorer/python/pygments/lexers/special.pyc | |
216 | /etc/SocExplorer/python/pygments/lexers/special.pyo |
|
216 | /etc/SocExplorer/python/pygments/lexers/special.pyo | |
217 | /etc/SocExplorer/python/pygments/lexers/sql.py |
|
217 | /etc/SocExplorer/python/pygments/lexers/sql.py | |
218 | /etc/SocExplorer/python/pygments/lexers/sql.pyc |
|
218 | /etc/SocExplorer/python/pygments/lexers/sql.pyc | |
219 | /etc/SocExplorer/python/pygments/lexers/sql.pyo |
|
219 | /etc/SocExplorer/python/pygments/lexers/sql.pyo | |
220 | /etc/SocExplorer/python/pygments/lexers/templates.py |
|
220 | /etc/SocExplorer/python/pygments/lexers/templates.py | |
221 | /etc/SocExplorer/python/pygments/lexers/templates.pyc |
|
221 | /etc/SocExplorer/python/pygments/lexers/templates.pyc | |
222 | /etc/SocExplorer/python/pygments/lexers/templates.pyo |
|
222 | /etc/SocExplorer/python/pygments/lexers/templates.pyo | |
223 | /etc/SocExplorer/python/pygments/lexers/text.py |
|
223 | /etc/SocExplorer/python/pygments/lexers/text.py | |
224 | /etc/SocExplorer/python/pygments/lexers/text.pyc |
|
224 | /etc/SocExplorer/python/pygments/lexers/text.pyc | |
225 | /etc/SocExplorer/python/pygments/lexers/text.pyo |
|
225 | /etc/SocExplorer/python/pygments/lexers/text.pyo | |
226 | /etc/SocExplorer/python/pygments/lexers/web.py |
|
226 | /etc/SocExplorer/python/pygments/lexers/web.py | |
227 | /etc/SocExplorer/python/pygments/lexers/web.pyc |
|
227 | /etc/SocExplorer/python/pygments/lexers/web.pyc | |
228 | /etc/SocExplorer/python/pygments/lexers/web.pyo |
|
228 | /etc/SocExplorer/python/pygments/lexers/web.pyo | |
229 | /etc/SocExplorer/python/pygments/plugin.py |
|
229 | /etc/SocExplorer/python/pygments/plugin.py | |
230 | /etc/SocExplorer/python/pygments/plugin.pyc |
|
230 | /etc/SocExplorer/python/pygments/plugin.pyc | |
231 | /etc/SocExplorer/python/pygments/plugin.pyo |
|
231 | /etc/SocExplorer/python/pygments/plugin.pyo | |
232 | /etc/SocExplorer/python/pygments/scanner.py |
|
232 | /etc/SocExplorer/python/pygments/scanner.py | |
233 | /etc/SocExplorer/python/pygments/scanner.pyc |
|
233 | /etc/SocExplorer/python/pygments/scanner.pyc | |
234 | /etc/SocExplorer/python/pygments/scanner.pyo |
|
234 | /etc/SocExplorer/python/pygments/scanner.pyo | |
235 | /etc/SocExplorer/python/pygments/style.py |
|
235 | /etc/SocExplorer/python/pygments/style.py | |
236 | /etc/SocExplorer/python/pygments/style.pyc |
|
236 | /etc/SocExplorer/python/pygments/style.pyc | |
237 | /etc/SocExplorer/python/pygments/style.pyo |
|
237 | /etc/SocExplorer/python/pygments/style.pyo | |
238 | /etc/SocExplorer/python/pygments/styles/__init__.py |
|
238 | /etc/SocExplorer/python/pygments/styles/__init__.py | |
239 | /etc/SocExplorer/python/pygments/styles/__init__.pyc |
|
239 | /etc/SocExplorer/python/pygments/styles/__init__.pyc | |
240 | /etc/SocExplorer/python/pygments/styles/__init__.pyo |
|
240 | /etc/SocExplorer/python/pygments/styles/__init__.pyo | |
241 | /etc/SocExplorer/python/pygments/styles/autumn.py |
|
241 | /etc/SocExplorer/python/pygments/styles/autumn.py | |
242 | /etc/SocExplorer/python/pygments/styles/autumn.pyc |
|
242 | /etc/SocExplorer/python/pygments/styles/autumn.pyc | |
243 | /etc/SocExplorer/python/pygments/styles/autumn.pyo |
|
243 | /etc/SocExplorer/python/pygments/styles/autumn.pyo | |
244 | /etc/SocExplorer/python/pygments/styles/borland.py |
|
244 | /etc/SocExplorer/python/pygments/styles/borland.py | |
245 | /etc/SocExplorer/python/pygments/styles/borland.pyc |
|
245 | /etc/SocExplorer/python/pygments/styles/borland.pyc | |
246 | /etc/SocExplorer/python/pygments/styles/borland.pyo |
|
246 | /etc/SocExplorer/python/pygments/styles/borland.pyo | |
247 | /etc/SocExplorer/python/pygments/styles/bw.py |
|
247 | /etc/SocExplorer/python/pygments/styles/bw.py | |
248 | /etc/SocExplorer/python/pygments/styles/bw.pyc |
|
248 | /etc/SocExplorer/python/pygments/styles/bw.pyc | |
249 | /etc/SocExplorer/python/pygments/styles/bw.pyo |
|
249 | /etc/SocExplorer/python/pygments/styles/bw.pyo | |
250 | /etc/SocExplorer/python/pygments/styles/colorful.py |
|
250 | /etc/SocExplorer/python/pygments/styles/colorful.py | |
251 | /etc/SocExplorer/python/pygments/styles/colorful.pyc |
|
251 | /etc/SocExplorer/python/pygments/styles/colorful.pyc | |
252 | /etc/SocExplorer/python/pygments/styles/colorful.pyo |
|
252 | /etc/SocExplorer/python/pygments/styles/colorful.pyo | |
253 | /etc/SocExplorer/python/pygments/styles/default.py |
|
253 | /etc/SocExplorer/python/pygments/styles/default.py | |
254 | /etc/SocExplorer/python/pygments/styles/default.pyc |
|
254 | /etc/SocExplorer/python/pygments/styles/default.pyc | |
255 | /etc/SocExplorer/python/pygments/styles/default.pyo |
|
255 | /etc/SocExplorer/python/pygments/styles/default.pyo | |
256 | /etc/SocExplorer/python/pygments/styles/emacs.py |
|
256 | /etc/SocExplorer/python/pygments/styles/emacs.py | |
257 | /etc/SocExplorer/python/pygments/styles/emacs.pyc |
|
257 | /etc/SocExplorer/python/pygments/styles/emacs.pyc | |
258 | /etc/SocExplorer/python/pygments/styles/emacs.pyo |
|
258 | /etc/SocExplorer/python/pygments/styles/emacs.pyo | |
259 | /etc/SocExplorer/python/pygments/styles/friendly.py |
|
259 | /etc/SocExplorer/python/pygments/styles/friendly.py | |
260 | /etc/SocExplorer/python/pygments/styles/friendly.pyc |
|
260 | /etc/SocExplorer/python/pygments/styles/friendly.pyc | |
261 | /etc/SocExplorer/python/pygments/styles/friendly.pyo |
|
261 | /etc/SocExplorer/python/pygments/styles/friendly.pyo | |
262 | /etc/SocExplorer/python/pygments/styles/fruity.py |
|
262 | /etc/SocExplorer/python/pygments/styles/fruity.py | |
263 | /etc/SocExplorer/python/pygments/styles/fruity.pyc |
|
263 | /etc/SocExplorer/python/pygments/styles/fruity.pyc | |
264 | /etc/SocExplorer/python/pygments/styles/fruity.pyo |
|
264 | /etc/SocExplorer/python/pygments/styles/fruity.pyo | |
265 | /etc/SocExplorer/python/pygments/styles/manni.py |
|
265 | /etc/SocExplorer/python/pygments/styles/manni.py | |
266 | /etc/SocExplorer/python/pygments/styles/manni.pyc |
|
266 | /etc/SocExplorer/python/pygments/styles/manni.pyc | |
267 | /etc/SocExplorer/python/pygments/styles/manni.pyo |
|
267 | /etc/SocExplorer/python/pygments/styles/manni.pyo | |
268 | /etc/SocExplorer/python/pygments/styles/monokai.py |
|
268 | /etc/SocExplorer/python/pygments/styles/monokai.py | |
269 | /etc/SocExplorer/python/pygments/styles/monokai.pyc |
|
269 | /etc/SocExplorer/python/pygments/styles/monokai.pyc | |
270 | /etc/SocExplorer/python/pygments/styles/monokai.pyo |
|
270 | /etc/SocExplorer/python/pygments/styles/monokai.pyo | |
271 | /etc/SocExplorer/python/pygments/styles/murphy.py |
|
271 | /etc/SocExplorer/python/pygments/styles/murphy.py | |
272 | /etc/SocExplorer/python/pygments/styles/murphy.pyc |
|
272 | /etc/SocExplorer/python/pygments/styles/murphy.pyc | |
273 | /etc/SocExplorer/python/pygments/styles/murphy.pyo |
|
273 | /etc/SocExplorer/python/pygments/styles/murphy.pyo | |
274 | /etc/SocExplorer/python/pygments/styles/native.py |
|
274 | /etc/SocExplorer/python/pygments/styles/native.py | |
275 | /etc/SocExplorer/python/pygments/styles/native.pyc |
|
275 | /etc/SocExplorer/python/pygments/styles/native.pyc | |
276 | /etc/SocExplorer/python/pygments/styles/native.pyo |
|
276 | /etc/SocExplorer/python/pygments/styles/native.pyo | |
277 | /etc/SocExplorer/python/pygments/styles/pastie.py |
|
277 | /etc/SocExplorer/python/pygments/styles/pastie.py | |
278 | /etc/SocExplorer/python/pygments/styles/pastie.pyc |
|
278 | /etc/SocExplorer/python/pygments/styles/pastie.pyc | |
279 | /etc/SocExplorer/python/pygments/styles/pastie.pyo |
|
279 | /etc/SocExplorer/python/pygments/styles/pastie.pyo | |
280 | /etc/SocExplorer/python/pygments/styles/perldoc.py |
|
280 | /etc/SocExplorer/python/pygments/styles/perldoc.py | |
281 | /etc/SocExplorer/python/pygments/styles/perldoc.pyc |
|
281 | /etc/SocExplorer/python/pygments/styles/perldoc.pyc | |
282 | /etc/SocExplorer/python/pygments/styles/perldoc.pyo |
|
282 | /etc/SocExplorer/python/pygments/styles/perldoc.pyo | |
283 | /etc/SocExplorer/python/pygments/styles/rrt.py |
|
283 | /etc/SocExplorer/python/pygments/styles/rrt.py | |
284 | /etc/SocExplorer/python/pygments/styles/rrt.pyc |
|
284 | /etc/SocExplorer/python/pygments/styles/rrt.pyc | |
285 | /etc/SocExplorer/python/pygments/styles/rrt.pyo |
|
285 | /etc/SocExplorer/python/pygments/styles/rrt.pyo | |
286 | /etc/SocExplorer/python/pygments/styles/tango.py |
|
286 | /etc/SocExplorer/python/pygments/styles/tango.py | |
287 | /etc/SocExplorer/python/pygments/styles/tango.pyc |
|
287 | /etc/SocExplorer/python/pygments/styles/tango.pyc | |
288 | /etc/SocExplorer/python/pygments/styles/tango.pyo |
|
288 | /etc/SocExplorer/python/pygments/styles/tango.pyo | |
289 | /etc/SocExplorer/python/pygments/styles/trac.py |
|
289 | /etc/SocExplorer/python/pygments/styles/trac.py | |
290 | /etc/SocExplorer/python/pygments/styles/trac.pyc |
|
290 | /etc/SocExplorer/python/pygments/styles/trac.pyc | |
291 | /etc/SocExplorer/python/pygments/styles/trac.pyo |
|
291 | /etc/SocExplorer/python/pygments/styles/trac.pyo | |
292 | /etc/SocExplorer/python/pygments/styles/vim.py |
|
292 | /etc/SocExplorer/python/pygments/styles/vim.py | |
293 | /etc/SocExplorer/python/pygments/styles/vim.pyc |
|
293 | /etc/SocExplorer/python/pygments/styles/vim.pyc | |
294 | /etc/SocExplorer/python/pygments/styles/vim.pyo |
|
294 | /etc/SocExplorer/python/pygments/styles/vim.pyo | |
295 | /etc/SocExplorer/python/pygments/styles/vs.py |
|
295 | /etc/SocExplorer/python/pygments/styles/vs.py | |
296 | /etc/SocExplorer/python/pygments/styles/vs.pyc |
|
296 | /etc/SocExplorer/python/pygments/styles/vs.pyc | |
297 | /etc/SocExplorer/python/pygments/styles/vs.pyo |
|
297 | /etc/SocExplorer/python/pygments/styles/vs.pyo | |
298 | /etc/SocExplorer/python/pygments/token.py |
|
298 | /etc/SocExplorer/python/pygments/token.py | |
299 | /etc/SocExplorer/python/pygments/token.pyc |
|
299 | /etc/SocExplorer/python/pygments/token.pyc | |
300 | /etc/SocExplorer/python/pygments/token.pyo |
|
300 | /etc/SocExplorer/python/pygments/token.pyo | |
301 | /etc/SocExplorer/python/pygments/unistring.py |
|
301 | /etc/SocExplorer/python/pygments/unistring.py | |
302 | /etc/SocExplorer/python/pygments/unistring.pyc |
|
302 | /etc/SocExplorer/python/pygments/unistring.pyc | |
303 | /etc/SocExplorer/python/pygments/unistring.pyo |
|
303 | /etc/SocExplorer/python/pygments/unistring.pyo | |
304 | /etc/SocExplorer/python/pygments/util.py |
|
304 | /etc/SocExplorer/python/pygments/util.py | |
305 | /etc/SocExplorer/python/pygments/util.pyc |
|
305 | /etc/SocExplorer/python/pygments/util.pyc | |
306 | /etc/SocExplorer/python/pygments/util.pyo |
|
306 | /etc/SocExplorer/python/pygments/util.pyo | |
307 | /etc/SocExplorer/plugin.conf.d/plugins.conf |
|
307 | /etc/SocExplorer/plugin.conf.d/plugins.conf | |
308 | %{_bindir}/SocExplorer_TCP_Terminal |
|
308 | %{_bindir}/SocExplorer_TCP_Terminal | |
309 | %{_bindir}/socexplorer |
|
309 | %{_bindir}/socexplorer | |
310 | %{_datadir}/SocExplorer/icon.png |
|
310 | %{_datadir}/SocExplorer/icon.png | |
311 | %{_datadir}/SocExplorer/Grlib.xml |
|
311 | %{_datadir}/SocExplorer/Grlib.xml | |
312 | %{_datadir}/SocExplorer/LPP.xml |
|
312 | %{_datadir}/SocExplorer/LPP.xml | |
313 | %{_datadir}/SocExplorer/IAP.xml |
|
313 | %{_datadir}/SocExplorer/IAP.xml | |
314 | %{_datadir}/applications/socexplorer.desktop |
|
314 | %{_datadir}/applications/socexplorer.desktop | |
315 | %{_datadir}/appdata/socexplorer.appdata.xml |
|
315 | %{_datadir}/appdata/socexplorer.appdata.xml | |
316 | %{_qt5_libdir}/libsocexplorercommon.so* |
|
316 | %{_qt5_libdir}/libsocexplorercommon.so* | |
317 | %{_qt5_libdir}/libsocexplorerengine.so* |
|
317 | %{_qt5_libdir}/libsocexplorerengine.so* | |
318 |
|
318 | |||
319 |
|
319 | |||
320 | %files devel |
|
320 | %files devel | |
321 | %{_qt5_headerdir}/SocExplorer/ |
|
321 | %{_qt5_headerdir}/SocExplorer/ | |
322 | %{_qt5_archdatadir}/mkspecs/features/socexplorerplugin.prf |
|
322 | %{_qt5_archdatadir}/mkspecs/features/socexplorerplugin.prf | |
323 | /usr/share/qtcreator/templates/wizards/SocExplorerPlugin/plugin.cpp |
|
323 | /usr/share/qtcreator/templates/wizards/SocExplorerPlugin/plugin.cpp | |
324 | /usr/share/qtcreator/templates/wizards/SocExplorerPlugin/plugin.h |
|
324 | /usr/share/qtcreator/templates/wizards/SocExplorerPlugin/plugin.h | |
325 | /usr/share/qtcreator/templates/wizards/SocExplorerPlugin/project.pro |
|
325 | /usr/share/qtcreator/templates/wizards/SocExplorerPlugin/project.pro | |
326 | /usr/share/qtcreator/templates/wizards/SocExplorerPlugin/wizard.xml |
|
326 | /usr/share/qtcreator/templates/wizards/SocExplorerPlugin/wizard.xml | |
327 |
|
327 | |||
328 |
|
328 | |||
329 | %changelog |
|
329 | %changelog | |
|
330 | * Mon Jun 04 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.7 | |||
|
331 | - -1 Fixed bugs. | |||
|
332 | ||||
330 | * Tue Apr 19 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.7 |
|
333 | * Tue Apr 19 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.7 | |
331 | - Updated to 0.7 version. |
|
334 | - Updated to 0.7 version. | |
332 |
|
335 | |||
333 | * Fri Jan 22 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6 |
|
336 | * Fri Jan 22 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6 | |
334 | - Added Fedora 23 support. |
|
337 | - Added Fedora 23 support. | |
335 |
|
338 | |||
336 | * Mon Oct 26 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6 |
|
339 | * Mon Oct 26 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6 | |
337 | - Updated LPP IPs registers definition list(LPP.xml). |
|
340 | - Updated LPP IPs registers definition list(LPP.xml). | |
338 |
|
341 | |||
339 | * Fri Apr 17 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6 |
|
342 | * Fri Apr 17 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6 | |
340 | - Updated abstractbinary file lib to expose new feature. |
|
343 | - Updated abstractbinary file lib to expose new feature. | |
341 |
|
344 | |||
342 | * Fri Apr 3 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6 |
|
345 | * Fri Apr 3 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6 | |
343 | - Fix some remaining mistakes. |
|
346 | - Fix some remaining mistakes. | |
344 |
|
347 | |||
345 | * Thu Apr 2 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6 |
|
348 | * Thu Apr 2 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6 | |
346 | -Uses r80 as source. |
|
349 | -Uses r80 as source. | |
347 | -Removed GenericPySysdriver interface, now socexplorer plugins can be subclassed in python. |
|
350 | -Removed GenericPySysdriver interface, now socexplorer plugins can be subclassed in python. | |
348 |
|
351 | |||
349 | * Thu Mar 26 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.5 |
|
352 | * Thu Mar 26 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.5 | |
350 | -Uses r77 as source. |
|
353 | -Uses r77 as source. | |
351 |
|
354 | |||
352 | * Mon Mar 9 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 |
|
355 | * Mon Mar 9 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 | |
353 | - Uses r75 as source. |
|
356 | - Uses r75 as source. | |
354 |
|
357 | |||
355 | * Tue Feb 10 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 |
|
358 | * Tue Feb 10 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 | |
356 | - Uses r74 as source. |
|
359 | - Uses r74 as source. | |
357 |
|
360 | |||
358 | * Fri Feb 6 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 |
|
361 | * Fri Feb 6 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 | |
359 | - Reseted patches uses r73 as source. |
|
362 | - Reseted patches uses r73 as source. | |
360 |
|
363 | |||
361 | * Tue Dec 30 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 |
|
364 | * Tue Dec 30 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 | |
362 | - Reseted patches uses r72 as source. |
|
365 | - Reseted patches uses r72 as source. | |
363 |
|
366 | |||
364 | * Sun Jun 29 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 |
|
367 | * Sun Jun 29 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 | |
365 | - Reseted patches uses r69 as source. |
|
368 | - Reseted patches uses r69 as source. | |
366 |
|
369 | |||
367 | * Sat Jun 28 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 |
|
370 | * Sat Jun 28 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 | |
368 | - Applied patch r65 to install also plugin as RPM |
|
371 | - Applied patch r65 to install also plugin as RPM | |
369 | - Applied patch r66 to install xml soc descriptions in /usr/share/SocExplorer |
|
372 | - Applied patch r66 to install xml soc descriptions in /usr/share/SocExplorer | |
370 | - Applied patch r67 to add appdata for gnome-software visibility |
|
373 | - Applied patch r67 to add appdata for gnome-software visibility | |
371 |
|
374 | |||
372 | * Tue Jun 24 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 |
|
375 | * Tue Jun 24 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 | |
373 | - Initial Fedora packaging |
|
376 | - Initial Fedora packaging |
General Comments 0
You need to be logged in to leave comments.
Login now