2014-04-03 Mauro Carvalho Chehab <m.chehab@samsung.com>
- Version 0.5.2
* Some fixes for ABRT report support
+2014-08-10 Mauro Carvalho Chehab <m.chehab@samsung.com>
+ - Version 0.5.3
+ * Add support for extlog trace events
+ * Some fixes affecting sqlite handling
+ * Handle failures of snprintf()
+ * Fix mce numfield decoded error
rpmlint misc/@PACKAGE@.spec `rpm --eval %{_topdir}`/SRPMS/@PACKAGE@-@PACKAGE_VERSION@*.src.rpm `rpm --eval %{_topdir}`/RPMS/*/@PACKAGE@-@PACKAGE_VERSION@*.rpm
upload:
- scp @PACKAGE@-@PACKAGE_VERSION@*.src.rpm @PACKAGE@-@PACKAGE_VERSION@.tar.bz2 misc/rasdaemon.spec fedorapeople.org:public_html
+ scp `rpm --eval %{_topdir}`/SRPMS/@PACKAGE@-@PACKAGE_VERSION@*.src.rpm @PACKAGE@-@PACKAGE_VERSION@.tar.bz2 misc/rasdaemon.spec fedorapeople.org:public_html
# custom target
install-data-local:
-AC_INIT([RASdaemon], 0.5.2)
+AC_INIT([RASdaemon], 0.5.3)
AM_SILENT_RULES([yes])
AC_CANONICAL_SYSTEM
AC_CONFIG_MACRO_DIR([m4])
%build
autoreconf -vfi
-%configure --enable-mce --enable-aer --enable-sqlite3
+%configure --enable-mce --enable-aer --enable-sqlite3 --enable-extlog --enable-abrt-report
make %{?_smp_mflags}
%install
%changelog
+* Sun Aug 10 2014 Mauro Carvalho Chehab <m.chehab@samsung.com> 0.5.3-1
+- Bump to version 0.5.3 and enable ABRT and ExtLog
+
* Tue Sep 10 2013 Mauro Carvalho Chehab <m.chehab@samsung.com> 0.4.2-1
- Fix ras-mc-ctl layout filling
#!/bin/bash
-autoreconf && ./configure
+autoreconf && ./configure --enable-sqlite3 --enable-aer --enable-mce --enable-extlog --enable-abrt-report
VER="`perl -ne 'print "$1\n" if (/Version:\s*(.*)/);' misc/rasdaemon.spec`"
if [ "x$VER" == "x" ]; then
echo "Building RPM files for version: $VER"
echo "************************************************************************"
echo
-make -j1 dist-bzip2 && make -j1 dist-rpm && git tag v$VER -f && git push --tags fedorahosted && make upload && git push --tags
+git tag v$VER -f && make mock && make upload && git push --tags master