Compare commits

..

No commits in common. 'c9' and 'i9c-stream-8.1' have entirely different histories.

2
.gitignore vendored

@ -1 +1 @@
SOURCES/apcu-5.1.20.tgz
SOURCES/apcu-5.1.21.tgz

@ -1 +1 @@
b253a175cbd7a232eae27aca53cf8d445639bd2c SOURCES/apcu-5.1.20.tgz
b27acf7e79f4682fef641216edfce0a11c85fa96 SOURCES/apcu-5.1.21.tgz

@ -3,15 +3,7 @@ Alias /apcu-panel /usr/share/apcu-panel
<Directory /usr/share/apcu-panel>
<IfModule mod_authz_core.c>
# Apache 2.4
Require local
</IfModule>
<IfModule !mod_authz_core.c>
# Apache 2.2
Order Deny,Allow
Deny from All
Allow from 127.0.0.1
Allow from ::1
</IfModule>
</Directory>

@ -1,6 +1,6 @@
# Fedora spec file for php-pecl-apcu
#
# Copyright (c) 2013-2021 Remi Collet
# Copyright (c) 2013-2022 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@ -16,8 +16,8 @@
Name: php-pecl-apcu
Summary: APC User Cache
Version: 5.1.20
Release: 5%{?dist}
Version: 5.1.21
Release: 1%{?dist}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
Source1: %{pecl_name}.ini
Source2: %{pecl_name}-panel.conf
@ -216,6 +216,12 @@ REPORT_EXIT_STATUS=1 \
%changelog
* Wed Mar 29 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 5.1.21-1
- Rebuilt for MSVSphere 9.1.
* Mon May 16 2022 Remi Collet <rcollet@redhat.com> - 5.1.21-1
- update to 5.1.21 for PHP 8.1 #2070040
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 5.1.20-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688

Loading…
Cancel
Save