Browse Source

upgrading package: apache-php 8.0.0 -> 8.0.1

master
parent
commit
43529c7325
  1. 17
      apache-php/apache-php.patch
  2. 7
      apache-php/apache-php.spec

17
apache-php/apache-php.patch

@ -1,20 +1,3 @@
Index: ext/intl/msgformat/msgformat_helpers.cpp
--- ext/intl/msgformat/msgformat_helpers.cpp.orig 2015-12-01 14:36:42.000000000 +0100
+++ ext/intl/msgformat/msgformat_helpers.cpp 2015-12-02 20:17:51.198927871 +0100
@@ -62,11 +62,13 @@
#endif
};
+#if 0
const Formattable::Type*
MessageFormatAdapter::getArgTypeList(const MessageFormat& m,
int32_t& count) {
return m.getArgTypeList(count);
}
+#endif
#ifdef HAS_MESSAGE_PATTERN
const MessagePattern
Index: ext/pdo_mysql/mysql_driver.c
--- ext/pdo_mysql/mysql_driver.c.orig 2015-12-01 14:36:34.000000000 +0100
+++ ext/pdo_mysql/mysql_driver.c 2015-12-02 20:17:51.198927871 +0100

7
apache-php/apache-php.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: BASE
Group: Web
License: PHP
Version: 8.0.0
Release: 20201126
Version: 8.0.1
Release: 20210108
# package options
%option with_bc no
@ -277,9 +277,6 @@ PreReq: gmp
%prep
%setup -q -n php-%{version}
%patch -p0
%{l_shtool} subst \
-e 's;-i -a -n php7;-i -n php7;' \
configure
%build
# configure package

Loading…
Cancel
Save