comparison libpst.spec.in @ 344:aedcf979f439

fix unchecked errors found by cppcheck
author Carl Byington <carl@five-ten-sg.com>
date Mon, 09 Mar 2015 08:49:47 -0700
parents 0f3185217313
children a8577226f7a9
comparison
equal deleted inserted replaced
343:2079fc3460c2 344:aedcf979f439
38 Group: Development/Libraries 38 Group: Development/Libraries
39 Requires: python 39 Requires: python
40 Requires: %{name}-libs = %{version}-%{release} 40 Requires: %{name}-libs = %{version}-%{release}
41 41
42 %if 0%{?fedora} >= 20 42 %if 0%{?fedora} >= 20
43 %global __provides_exclude_from 43 %global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}^%{python_sitearch}/_.*\.so$
44 %{?__provides_exclude_from:%__provides_exclude_from|}^%{python_sitearch}/_.*\.so$
45 %else 44 %else
46 %{?filter_setup: 45 %{?filter_setup:
47 %filter_provides_in %{python_sitearch}/_.*\.so$ 46 %filter_provides_in %{python_sitearch}/_.*\.so$
48 %filter_setup 47 %filter_setup
49 } 48 }
159 %{_datadir}/doc/%{name}/NEWS 158 %{_datadir}/doc/%{name}/NEWS
160 %{_datadir}/doc/%{name}/README 159 %{_datadir}/doc/%{name}/README
161 160
162 161
163 %changelog 162 %changelog
163 * Mon Mar 09 2015 Carl Byington <carl@five-ten-sg.com> 0.6.64-1
164 - fix line wrap on python provides_exclude_from
165 - fix unchecked errors found by cppcheck
166
167 * Mon Jan 26 2015 Petr Machata <pmachata@redhat.com> - 0.6.63-5
168 - Rebuild for boost 1.57.0
169
170 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.63-4
171 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
172
173 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.63-3
174 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
175
176 * Fri May 23 2014 David Tardon <dtardon@redhat.com> - 0.6.63-2
177 - rebuild for boost 1.55.0
178
164 * Fri Dec 27 2013 Carl Byington <carl@five-ten-sg.com> 0.6.63-1 179 * Fri Dec 27 2013 Carl Byington <carl@five-ten-sg.com> 0.6.63-1
165 - Daniel Gryniewicz found buffer overrun in LIST_COPY_TIME 180 - Daniel Gryniewicz found buffer overrun in LIST_COPY_TIME
166 181
167 * Sun Sep 22 2013 Carl Byington <carl@five-ten-sg.com> 0.6.62-1 182 * Sun Sep 22 2013 Carl Byington <carl@five-ten-sg.com> 0.6.62-1
168 - 983596 - Old dependency filter breaks file coloring 183 - 983596 - Old dependency filter breaks file coloring