|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
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 03:00:02 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