]> git.pld-linux.org Git - packages/php.git/commitdiff
Update to 8.0.0RC2 auto/th/php80-8.0.0-1.RC2.1
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 21 Oct 2020 22:15:51 +0000 (01:15 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Wed, 21 Oct 2020 22:16:39 +0000 (01:16 +0300)
php.spec

index fccbf4610033c24b3de8277ac23a03e6ec377ee9..7d07972358e72f6d0def090fe1759dde24a6a8b7 100644 (file)
--- a/php.spec
+++ b/php.spec
 %define                orgname php
 %define                ver_suffix 80
 %define                php_suffix %{!?with_default_php:%{ver_suffix}}
+%define                subver RC2
 Summary:       PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):     Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):     Język skryptowy PHP
@@ -150,7 +151,7 @@ Summary(ru.UTF-8):  PHP Версии 7 - язык препроцессирова
 Summary(uk.UTF-8):     PHP Версії 7 - мова препроцесування HTML-файлів, виконувана на сервері
 Name:          %{orgname}%{php_suffix}
 Version:       8.0.0
-Release:       0.rc1.1
+Release:       1.%{subver}.1
 Epoch:         4
 # All files licensed under PHP version 3.01, except
 # Zend is licensed under Zend
@@ -158,8 +159,8 @@ Epoch:              4
 License:       PHP 3.01 and Zend and BSD
 Group:         Libraries
 #Source0:      https://php.net/distributions/%{orgname}-%{version}.tar.xz
-Source0:       https://downloads.php.net/~carusogabriel/php-%{version}rc1.tar.xz
-# Source0-md5: 95923f24e336801d704d4177fcb3e0ce
+Source0:       https://downloads.php.net/~pollita/php-%{version}%{subver}.tar.xz
+# Source0-md5: 61a74b2413470f3152bd6e64a46e4dfb
 Source1:       opcache.ini
 Source2:       %{orgname}-mod_php.conf
 Source3:       %{orgname}-cgi-fcgi.ini
@@ -1848,11 +1849,7 @@ compression support to PHP.
 Moduł PHP umożliwiający używanie kompresji zlib.
 
 %prep
-%if 0
-%setup -q -n %{orgname}-%{version}
-%else
-%setup -q -n %{orgname}-%{version}rc1
-%endif
+%setup -q -n %{orgname}-%{version}%{?subver}
 
 cp -p php.ini-production php.ini
 %patch0 -p1
This page took 0.139667 seconds and 4 git commands to generate.