]> git.pld-linux.org Git - packages/php.git/commitdiff
- updated to 7.3.0 final auto/th/php73-7.3.0-2
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 6 Dec 2018 12:43:16 +0000 (13:43 +0100)
committerAdam Gołębiowski <adamg@pld-linux.org>
Thu, 6 Dec 2018 12:43:16 +0000 (13:43 +0100)
php.spec

index 89637a78c1fd13a053bf14c6d8d5c94c0b295306..2216e12c37334278463c57eeb77c6ec2f81e0ff6 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -1,5 +1,7 @@
 # NOTES
 # - mysqlnd driver doesn't support reconnect: https://bugs.php.net/bug.php?id=52561
+# TODO 7.3:
+# - branch php-7.2 and merge dev-7.3 into head once official announcement ready
 # TODO 7.2:
 # - https://github.com/php/php-src/blob/php-7.2.0/UPGRADING
 # TODO 5.6:
 %undefine      with_filter
 %endif
 
-%define                subver RC6
+%define                subver %{nil}
 %define                orgname php
 %define                ver_suffix 73
 %define                php_suffix %{!?with_default_php:%{ver_suffix}}
@@ -156,16 +158,16 @@ Summary(ru.UTF-8):        PHP Версии 7 - язык препроцессирова
 Summary(uk.UTF-8):     PHP Версії 7 - мова препроцесування HTML-файлів, виконувана на сервері
 Name:          %{orgname}%{php_suffix}
 Version:       7.3.0
-Release:       1.%{subver}.1
+Release:       2
 Epoch:         4
 # All files licensed under PHP version 3.01, except
 # Zend is licensed under Zend
 # 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:       https://downloads.php.net/~cmb/php-%{version}%{subver}.tar.xz
-# Source0-md5: 2d2e6e1a0faaa9275db519e031b4288c
+#Source0:      https://downloads.php.net/~cmb/php-%{version}%{subver}.tar.xz
+Source0:       https://php.net/distributions/%{orgname}-%{version}.tar.xz
+# Source0-md5: 6b58a59106b0da4fdcba3bcf12cc3ca5
 Source1:       opcache.ini
 Source2:       %{orgname}-mod_php.conf
 Source3:       %{orgname}-cgi-fcgi.ini
This page took 1.518755 seconds and 4 git commands to generate.