Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php7
:
EL7
>
php-pecl-igbinary
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 3
[-]
[+]
Changed
php-pecl-igbinary-dev.spec
@@ -23,7 +23,7 @@ %global gh_commit 332a3d7ca899531f063dab38608e69e0e18f62a2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) ##lobal gh_date 20160724 -%global prever -dev +##%global prever -dev %if "%{php_version}" < "5.6" %global ini_name %{extname}.ini %else @@ -142,7 +142,7 @@ cd NTS # Check version -extver=$(sed -n '/#define PHP_IGBINARY_VERSION/{s/.* "//;s/".*$//;p}' igbinary.h) +extver=$(sed -n '/#define PHP_IGBINARY_VERSION/{s/.* "//;s/".*$//;p}' src/php7/igbinary.h) if test "x${extver}" != "x%{version}%{?prever}"; then : Error: Upstream version is ${extver}, expecting %{version}%{?prever}. exit 1