summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec14
1 files changed, 9 insertions, 5 deletions
diff --git a/php.spec b/php.spec
index 2edfac2..a7d60eb 100644
--- a/php.spec
+++ b/php.spec
@@ -124,13 +124,13 @@
%global db_devel libdb-devel
%endif
-%global gh_commit cc577749a8c95e6f15f5a859961a995a82828c8e
+%global gh_commit c22cda5999eaaaa50df0b7977f51853cbf1988a3
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
-%global gh_date 20170827
+%global gh_date 20170828
%global gh_owner php
%global gh_project php-src
#global rcver beta3
-%global rpmrel 18
+%global rpmrel 19
Summary: PHP scripting language for creating dynamic web sites
@@ -1548,7 +1548,7 @@ do
else
cat > $RPM_BUILD_ROOT%{_sysconfdir}/php.d/${ini} <<EOF
; Enable ${mod} extension module
-extension=${mod}.so
+extension=${mod}
EOF
fi
cat > files.${mod} <<EOF
@@ -1839,7 +1839,11 @@ fi
%changelog
-* Tue Aug 22 2017 Remi Collet <remi@remirepo.net> - 7.2.0-0.18.20170827.cc57774
+* Mon Aug 28 2017 Remi Collet <remi@remirepo.net> - 7.2.0-0.19.20170827.c22cda5
+- test build from git snapshot
+- refresh configuration files, sync with upstream, drop .so suffix
+
+* Sun Aug 27 2017 Remi Collet <remi@remirepo.net> - 7.2.0-0.18.20170828.cc57774
- test build from git snapshot
* Tue Aug 22 2017 Remi Collet <remi@remirepo.net> - 7.2.0-0.17.20170822.3fff74a