Changelog for
libsmi-0.4.8-150400.53.1.x86_64.rpm :
* Tue Jul 02 2024 fstrbaAATTsuse.com- Added patch:
* libsmi-c99.patch + fix build with gcc14 (boo#1225858) + Do not define _ISOC99_SOURCE in parser-sming.y, since the timegm declaration in
is wrapped by __GLIBC_USE(ISOC2X)
* Fri Mar 01 2024 pgajdosAATTsuse.com- Use %patch -P N instead of deprecated %patchN.
* Tue Jan 04 2022 dmuellerAATTsuse.com- spec file cleanup
* Fri Feb 27 2015 dimstarAATTopensuse.org- No longer apply libsmi-flex.patch on openSUSE Tumbleweed (> 13.2).
* Tue Jan 27 2015 crrodriguezAATTopensuse.org- fix missing pkgconfig buildRequires- Run make check but ignore failures.
* Tue Jan 27 2015 crrodriguezAATTopensuse.org- libsmi-exports.patch: Export only the symbols of the public API, specially hide and avoid using internal vasprintf and asnprintf implementations that will name-clash with the C library.
* Wed Jan 21 2015 dimstarAATTopensuse.org- Disable parallel build to reduce random build failures.
* Tue Jan 20 2015 dimstarAATTopensuse.org- Add libsmi-bison-3.0.patch: Fix build with bison 3.0.
* Mon Apr 15 2013 mmeisterAATTsuse.com- Added url as source. Please see http://en.opensuse.org/SourceUrls
* Tue Nov 13 2012 idonmezAATTsuse.com- Add libsmi-flex.patch: yyleng should be type of size_t