automatic version update by autodist [release 7.4.13-1mamba;Tue Nov 24 2020]
This commit is contained in:
parent
ccfe49b386
commit
c3f81a3c7f
16
php.spec
16
php.spec
@ -6,7 +6,7 @@
|
||||
%define with_hardening_patch 0
|
||||
|
||||
Name: php
|
||||
Version: 7.4.12
|
||||
Version: 7.4.13
|
||||
Release: 1mamba
|
||||
Summary: The PHP HTML-embedded scripting language
|
||||
Group: Applications/Development
|
||||
@ -36,6 +36,7 @@ BuildRequires: libe2fs-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgss-devel
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: libidn2-devel
|
||||
BuildRequires: libimap-c-client-devel
|
||||
BuildRequires: libkrb5-devel
|
||||
BuildRequires: liblzma-devel
|
||||
@ -51,17 +52,17 @@ BuildRequires: libsasl2-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libssh2-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libunistring-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzstd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: apache-devel
|
||||
BuildRequires: libapr-devel
|
||||
BuildRequires: libaprutil-devel
|
||||
BuildRequires: libimap-c-client-devel
|
||||
BuildRequires: libmcal-devel
|
||||
BuildRequires: libsablotron-devel
|
||||
BuildRequires: libsqlite3-devel
|
||||
#BuildRequires: libmcal-devel
|
||||
#BuildRequires: libsablotron-devel
|
||||
BuildRequires: gettext-devel
|
||||
#BuildRequires: pear-PHP_Archive
|
||||
BuildRequires: pkgconfig
|
||||
@ -69,7 +70,6 @@ BuildRequires: /usr/sbin/sendmail
|
||||
BuildRequires: flex, bison
|
||||
BuildRequires: re2c
|
||||
BuildRequires: libmariadb-devel >= 10.4.13
|
||||
BuildRequires: libonig-devel
|
||||
Requires(pre): libapr >= 1.2.2
|
||||
Requires(pre): libaprutil >= 1.2.2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -239,7 +239,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
PHP is an HTML-embeddable scripting language.
|
||||
PHP offers built-in database integration for several commercial and non-commercial database management systems, so writing a database-enabled script with PHP is fairly simple.
|
||||
The most common use of PHP coding is probably as a replacement for CGI scripts.
|
||||
|
||||
This package adds PHP support to the Apache Web Server.
|
||||
|
||||
%debug_package
|
||||
@ -480,6 +479,9 @@ exit 0
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Tue Nov 24 2020 Automatic Build System <autodist@mambasoft.it> 7.4.13-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 28 2020 Automatic Build System <autodist@mambasoft.it> 7.4.12-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user