|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
|
Thank you for your help!
If the status of the bug report you submitted changes, you will be notified.
You may return here and check the status or update your report at any time. The URL for your bug report is: https://bugs.php.net/bug.php?id=65076.
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-06-21 08:55 UTC] andrey@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: andrey
[2013-06-21 08:55 UTC] andrey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 00:00:01 2025 UTC |
Description: ------------ Hello, I get getting the following when attempting to create a rpm: Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.zfd5w3 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf php54-pecl-mysqlnd-ms-1.5.1 + /bin/mkdir -p php54-pecl-mysqlnd-ms-1.5.1 + cd php54-pecl-mysqlnd-ms-1.5.1 + /bin/tar -xf - + /usr/bin/gzip -dc /builddir/build/SOURCES/mysqlnd_ms-1.5.1.tgz + STATUS=0 + '[' 0 -ne 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp /builddir/build/SOURCES/mysqlnd_ms.ini mysqlnd_ms.ini ++ sed -n '/#define MYSQLND_MS_VERSION /{s/.* "//;s/".*$//;p}' mysqlnd_ms- 1.5.1/mysqlnd_ms.h + extver=1.5.0-alpha + test x1.5.0-alpha '!=' x1.5.1 + : Error: Upstream version is 1.5.0-alpha, expecting 1.5.1. + exit 1 Looks like 1.5.0-alpha is still hard coded: $ grep 1.5.0-alpha php54-pecl-mysqlnd-ms-1.5.1/* -R php54-pecl-mysqlnd-ms-1.5.1/mysqlnd_ms- 1.5.1/tests/mysqlnd_ms_reflection_extension.phpt:Version: 1.5.0-alpha php54-pecl-mysqlnd-ms-1.5.1/mysqlnd_ms- 1.5.1/tests/mysqlnd_ms_constants.phpt:MYSQLND_MS_VERSION = '1.5.0-alpha' php54-pecl-mysqlnd-ms-1.5.1/mysqlnd_ms-1.5.1/mysqlnd_ms.h:#define MYSQLND_MS_VERSION "1.5.0-alpha" The spec file can be found here: https://github.com/iuscommunity-pkg/php54-pecl-mysqlnd_ms Let me know if you need any additional information. -Ben