From 31a5ecdf46487905a9f7818dbd2978b20b39bab7 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 20:12:34 +0100 Subject: [PATCH] automatic version update by autodist [release 5.21.0-1mamba;Tue Mar 02 2021] --- adodb.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/adodb.spec b/adodb.spec index 5aa0c36..3138366 100644 --- a/adodb.spec +++ b/adodb.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f1) %define minver %(echo %version | cut -d. -f2) Name: adodb -Version: 5.20.20 +Version: 5.21.0 Release: 1mamba Summary: Active Data Objects Data Base PHP standard class library Group: System/Kernel and Hardware @@ -15,7 +15,6 @@ License: GPL ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END Requires: php -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description PHP is a wonderful language for building dynamic web pages. Unfortunately, PHP's database access functions are not standardised. Every database extension uses a different and incompatibile API. This creates a need for a database class library to hide the differences between the different databases (encapsulate the differences) so we can easily switch databases. @@ -42,6 +41,9 @@ touch %{buildroot}/var/www/html/adodb/index.html %{_localstatedir}/www/html/adodb/* %changelog +* Tue Mar 02 2021 Automatic Build System 5.21.0-1mamba +- automatic version update by autodist + * Thu Feb 04 2021 Silvan Calarco 5.20.20-1mamba - update to 5.20.20