diff options
| -rw-r--r-- | php-pggi.spec | 9 | 
1 files changed, 5 insertions, 4 deletions
diff --git a/php-pggi.spec b/php-pggi.spec index 42089f8..5608cba 100644 --- a/php-pggi.spec +++ b/php-pggi.spec @@ -8,7 +8,7 @@  #  %{?scl:          %scl_package         php-pggi} -%global gh_commit   ce862932b556d76851c1cd31913e64434bf3768a +%global gh_commit   daac9120e3eb3f0f07a469aee9a89923b79f8643  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner    Letargie  %global gh_project  pggi @@ -18,7 +18,7 @@  Summary:       GTK bindings  Name:          %{?scl_prefix}php-pggi  Version:       0.3.0 -Release:       1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:       BSD  Group:         Development/Languages  URL:           https://github.com/%{gh_owner}/%{gh_project} @@ -83,8 +83,6 @@ cd NTS  %patch0 -p1 -b .pr8  %patch1 -p1 -b .pr9  %patch2 -p1 -b .pr11 -# https://github.com/Letargie/pggi/issues/10 -sed -e '/PGGI_VERSION/s/0.4.0-dev/%{version}/' -i src/pggi.h  # Sanity check, really often broken  extver=$(sed -n '/#define PGGI_VERSION/{s/.* "//;s/".*$//;p}' src/pggi.h) @@ -174,6 +172,9 @@ cd ../ZTS  %changelog +* Mon Jun 18 2018 Remi Collet <remi@remirepo.net> - 0.3.0-2 +- rebuild with new sources +  * Mon Jun 11 2018 Remi Collet <remi@remirepo.net> - 0.3.0-1  - new package, version 0.3.0  - open https://github.com/Letargie/pggi/pull/8 [-Wformat=]  | 
