]> git.pld-linux.org Git - packages/php.git/commitdiff
- updated to 8.1.10 auto/th/php81-8.1.10-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 25 Sep 2022 19:42:17 +0000 (21:42 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 25 Sep 2022 19:42:17 +0000 (21:42 +0200)
fix-test-run.patch
php.spec

index cde2b04855fbe168e1cc149a7921119d0069950d..7601cc1d321311654a16bd348a426987c7a59e4d 100644 (file)
@@ -10,9 +10,9 @@
  PHP_SUBST_OLD(PHP_INSTALLED_SAPIS)
  
  PHP_SUBST(PHP_FASTCGI_OBJS)
---- php-5.5.11/build/Makefile.global   2014-04-27 15:05:38.963814051 +0300
-+++ php-5.5.11/build/Makefile.global   2014-04-27 15:09:54.438443707 +0300
-@@ -81,8 +81,15 @@
+--- php-8.1.10/build/Makefile.global.orig      2022-09-25 19:52:15.520810107 +0200
++++ php-8.1.10/build/Makefile.global   2022-09-25 19:54:52.676625388 +0200
+@@ -81,8 +81,15 @@ install-headers:
                done; \
        fi
  
@@ -28,8 +28,8 @@
 +      fi; \
        if test "x$(PHP_MODULES)" != "x"; then \
                for i in $(PHP_MODULES)""; do \
-                       . $$i; $(top_srcdir)/build/shtool echo -n -- " -d extension=$$dlname"; \
-@@ -111,7 +118,9 @@
+                       . $$i; \
+@@ -114,7 +121,9 @@ test: all
                TEST_PHP_EXECUTABLE=$(PHP_EXECUTABLE) \
                TEST_PHP_SRCDIR=$(top_srcdir) \
                CC="$(CC)" \
index bde9ee6ce1454afb9f1054cdf7c39ce276b3269c..d10d4fefa0cd9a809f4ca07ec63a44c8bd3a2a44 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -148,7 +148,7 @@ Summary(pt_BR.UTF-8):       A linguagem de script PHP
 Summary(ru.UTF-8):     PHP - язык препроцессирования HTML-файлов, выполняемый на сервере
 Summary(uk.UTF-8):     PHP - мова препроцесування HTML-файлів, виконувана на сервері
 Name:          %{orgname}%{php_suffix}
-Version:       8.1.7
+Version:       8.1.10
 Release:       1
 Epoch:         4
 # All files licensed under PHP version 3.01, except
@@ -156,8 +156,8 @@ Epoch:              4
 # TSRM is licensed under BSD
 License:       PHP 3.01 and Zend and BSD
 Group:         Libraries
-Source0:       https://php.net/distributions/%{orgname}-%{version}.tar.xz
-# Source0-md5: f8be7dfca5c241e780f75f3f3ce83b76
+Source0:       https://www.php.net/distributions/%{orgname}-%{version}.tar.xz
+# Source0-md5: 5f14b7827d825f4c698402b111735edb
 Source1:       opcache.ini
 Source2:       %{orgname}-mod_php.conf
 Source3:       %{orgname}-cgi-fcgi.ini
@@ -3011,7 +3011,7 @@ fi
 %if %{with pdo_oci}
 %files oci8
 %defattr(644,root,root,755)
-%doc ext/oci8/{CREDITS,README}
+%doc ext/oci8/{CREDITS,README.md}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/??_oci8.ini
 %attr(755,root,root) %{php_extensiondir}/oci8.so
 %endif
This page took 0.394024 seconds and 4 git commands to generate.