Mercurial > hg > monetdb-perl
diff perl-DBD-monetdb.spec @ 8:82175280837a
Fix blocksize for Mapi protocol: it's 8190 bytes and always has been.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Mon, 19 Aug 2019 21:37:30 +0200 (2019-08-19) |
parents | 123c55ac6ba3 |
children | 80269099517d |
line wrap: on
line diff
--- a/perl-DBD-monetdb.spec +++ b/perl-DBD-monetdb.spec @@ -1,6 +1,6 @@ Name: perl-DBD-monetdb -Version: 1.0 -Release: 2%{?dist} +Version: 1.1 +Release: 1%{?dist} Summary: MonetDB perl interface License: MPLv2.0 @@ -54,5 +54,8 @@ find $RPM_BUILD_ROOT -depth -type d -exe %changelog +* Mon Aug 19 2019 Sjoerd Mullender <sjoerd@acm.org> - 1.1-1 +- Fixed the blocksize in the Mapi protocol. + * Mon Sep 19 2016 Sjoerd Mullender <sjoerd@mullender.nl> - The Perl interface to MonetDB is now a separate package.