Skip to content
This repository has been archived by the owner on Aug 8, 2021. It is now read-only.

Commit

Permalink
Latest upstream 7.2.12
Browse files Browse the repository at this point in the history
- Sync rebased patch43 from Fedora
  • Loading branch information
carlwgeorge committed Nov 8, 2018
1 parent c884164 commit 2ad4336
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
--- php-5.4.0RC5/scripts/phpize.in.orig 2012-01-18 17:13:54.018022983 +0100
+++ php-5.4.0RC5/scripts/phpize.in 2012-01-18 17:14:40.614024941 +0100
@@ -162,6 +162,15 @@
diff -up php-7.2.12RC1/scripts/phpize.in.headers php-7.2.12RC1/scripts/phpize.in
--- php-7.2.12RC1/scripts/phpize.in.headers 2018-10-23 11:47:43.000000000 +0200
+++ php-7.2.12RC1/scripts/phpize.in 2018-10-23 11:49:51.651818777 +0200
@@ -162,6 +162,15 @@ phpize_autotools()
$PHP_AUTOHEADER || exit 1
}

Expand All @@ -15,8 +16,8 @@
+
# Main script

case "$1" in
@@ -180,12 +189,15 @@
case "$1" in
@@ -180,12 +189,15 @@ case "$1" in

# Version
--version|-v)
Expand Down
8 changes: 6 additions & 2 deletions SPECS/php72u.spec
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

Summary: PHP scripting language for creating dynamic web sites
Name: php72u
Version: 7.2.11
Version: 7.2.12
Release: 1.ius%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
Expand Down Expand Up @@ -100,7 +100,7 @@ Patch8: php-7.2.0-libdb.patch
Patch40: php-7.2.4-dlopen.patch
Patch42: php-7.2.3-systzdata-v16.patch
# See http://bugs.php.net/53436
Patch43: php-5.4.0-phpize.patch
Patch43: php-7.2.12-phpize.patch
# Use -lldap_r for OpenLDAP
Patch45: php-7.2.3-ldap_r.patch
# Make php_config.h constant across builds
Expand Down Expand Up @@ -1786,6 +1786,10 @@ exit 0


%changelog
* Thu Nov 08 2018 Carl George <[email protected]> - 7.2.12-1.ius
- Latest upstream
- Sync rebased patch43 from Fedora

* Tue Oct 16 2018 Seth Ryder <[email protected]> - 7.2.11-1.ius
- Latest upstream

Expand Down

0 comments on commit 2ad4336

Please sign in to comment.