automatic version update by autodist [release 5.21.0-1mamba;Tue Mar 02 2021]
This commit is contained in:
parent
600acf39ca
commit
31a5ecdf46
@ -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 <autodist@mambasoft.it> 5.21.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.20.20-1mamba
|
||||
- update to 5.20.20
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user