Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/php-pecl-apcu.git#6366226e23a6ba6b5d7d2404a35483d621f733a1
This commit is contained in:
parent
7d47847bab
commit
ad928fb937
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@ clog
|
|||||||
/apcu-5.1.17.tgz
|
/apcu-5.1.17.tgz
|
||||||
/apcu-5.1.18.tgz
|
/apcu-5.1.18.tgz
|
||||||
/apcu-5.1.19.tgz
|
/apcu-5.1.19.tgz
|
||||||
|
/apcu-5.1.20.tgz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Fedora spec file for php-pecl-apcu
|
# Fedora spec file for php-pecl-apcu
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013-2020 Remi Collet
|
# Copyright (c) 2013-2021 Remi Collet
|
||||||
# License: CC-BY-SA
|
# License: CC-BY-SA
|
||||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||||
#
|
#
|
||||||
@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
Name: php-pecl-apcu
|
Name: php-pecl-apcu
|
||||||
Summary: APC User Cache
|
Summary: APC User Cache
|
||||||
Version: 5.1.19
|
Version: 5.1.20
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
|
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
|
||||||
Source1: %{pecl_name}.ini
|
Source1: %{pecl_name}.ini
|
||||||
Source2: %{pecl_name}-panel.conf
|
Source2: %{pecl_name}-panel.conf
|
||||||
@ -26,8 +26,9 @@ Source3: %{pecl_name}.conf.php
|
|||||||
License: PHP
|
License: PHP
|
||||||
URL: https://pecl.php.net/package/APCu
|
URL: https://pecl.php.net/package/APCu
|
||||||
|
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: php-devel > 7
|
BuildRequires: php-devel
|
||||||
BuildRequires: php-pear
|
BuildRequires: php-pear
|
||||||
BuildRequires: pcre-devel
|
BuildRequires: pcre-devel
|
||||||
|
|
||||||
@ -215,6 +216,9 @@ REPORT_EXIT_STATUS=1 \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 4 2021 Remi Collet <remi@remirepo.net> - 5.1.20-1
|
||||||
|
- update to 5.1.20
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.19-2
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.19-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (apcu-5.1.19.tgz) = 45077e3bd0eac207539e2eafe21968c71f49b8c8920168dbafa87961b041f1d348b6bf1c130104744bc541e1f690854f0a29062e9520db81c04edeee3ef2ed99
|
SHA512 (apcu-5.1.20.tgz) = 3e10b7e5dc7481b1250610ef83954875f427b9114d6b232bad9064fc33d8c8906bcc317f94a6cfc9f76c720fa06a44270d259cf2ceef6c1ec9dcadc49254ee1b
|
||||||
|
Loading…
Reference in New Issue
Block a user