Prepare new release 0.9.0

This commit is contained in:
Stefan Wahren
2019-02-22 19:08:04 +01:00
parent 36a85d3737
commit 2dc3daaf70
3 changed files with 21 additions and 9 deletions

View File

@ -10,7 +10,7 @@ dnl ----------------------------------------------------------------------------
LT_CONFIG_LTDL_DIR([libltdl]) LT_CONFIG_LTDL_DIR([libltdl])
AC_INIT([libmbus], [0.8.0], [info@rscada.se], [libmbus], [http://www.rscada.se/libmbus/]) AC_INIT([libmbus], [0.9.0], [info@rscada.se], [libmbus], [http://www.rscada.se/libmbus/])
AC_CONFIG_AUX_DIR([libltdl/config]) AC_CONFIG_AUX_DIR([libltdl/config])
AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_INIT_AUTOMAKE([-Wall -Werror foreign])
@ -18,7 +18,7 @@ AM_PROG_LIBTOOL
# fix for automake 1.11 & 1.12 # fix for automake 1.11 & 1.12
m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
LDFLAGS="$LDFLAGS -version-info 0:8:0" LDFLAGS="$LDFLAGS -version-info 0:9:0"
dnl ---------------------- dnl ----------------------
dnl dnl

View File

@ -11,10 +11,10 @@
Summary: Open source M-bus (Meter-Bus) library Summary: Open source M-bus (Meter-Bus) library
Name: libmbus Name: libmbus
Version: 0.8.0 Version: 0.9.0
Release: 1 Release: 1
Source: http://www.rscada.se/public-dist/%{name}-%{version}.tar.gz Source: https://github.com/rscada/%{name}/archive/%{version}.tar.gz
URL: http://www.rscada.se/libmbus/ URL: https://github.com/rscada/libmbus/
License: BSD License: BSD
Vendor: Raditex Control AB Vendor: Raditex Control AB
Packager: Stefan Wahren <info@lategoodbye.de> Packager: Stefan Wahren <info@lategoodbye.de>
@ -68,9 +68,8 @@ rm -rf "%buildroot"
%{_bindir}/mbus-serial-* %{_bindir}/mbus-serial-*
%{_bindir}/mbus-tcp-* %{_bindir}/mbus-tcp-*
%{_libdir}/libmbus.so* %{_libdir}/libmbus.so*
# man pages doesn't exist in this version %{_mandir}/man1/libmbus.1
# %{_mandir}/man1/libmbus.1 %{_mandir}/man1/mbus-*
# %{_mandir}/man1/mbus-*
%files devel %files devel
%defattr (-,root,root) %defattr (-,root,root)
@ -80,5 +79,9 @@ rm -rf "%buildroot"
%{_libdir}/pkgconfig/libmbus.pc %{_libdir}/pkgconfig/libmbus.pc
%changelog %changelog
* Fri Feb 22 2019 Stefan Wahren <info@lategoodbye.de> - 0.9.0-1
- switch to github repo
- enable man pages
* Fri Mar 29 2013 Stefan Wahren <info@lategoodbye.de> - 0.8.0-1 * Fri Mar 29 2013 Stefan Wahren <info@lategoodbye.de> - 0.8.0-1
- Initial package based on the last official release - Initial package based on the last official release

View File

@ -1,5 +1,14 @@
Release notes for libmbus Release notes for libmbus
Version 0.9.0 (2019-02-22):
Added support for negative BCD numbers (type A) and date time CP48 (type I),
new program (set primary address), extended XML output (storage number,
tariff, device), echo cancelation and better retry handling. Also this version
has countless bug fixes.
Many thanks to all contributers
Version 0.8.0 (2012-06-18): Version 0.8.0 (2012-06-18):
-------------------------- --------------------------