From a1996130c51ecf512bcea8735a90b5ebb3e2fe9b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Sep 2015 08:19:38 +0200 Subject: php-Raven: 1.13.0 (backported from Fedora) --- php-Raven.spec | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/php-Raven.spec b/php-Raven.spec index 2251d5b..9b7b505 100644 --- a/php-Raven.spec +++ b/php-Raven.spec @@ -1,4 +1,4 @@ -# Fedora spec file for php-Raven, from: +# remirepo spec file for php-Raven, from: # # Fedora spec file for php-Raven # @@ -17,8 +17,8 @@ %global github_owner getsentry %global github_name raven-php -%global github_version 0.12.1 -%global github_commit b325984c792ff89f985b73da9a3ad8ed8b520bca +%global github_version 0.13.0 +%global github_commit 1d5be07afc001df98a3528d1f928eeb2241afce6 %global composer_vendor raven %global composer_project raven @@ -45,12 +45,14 @@ Source0: %{url}/archive/%{github_commit}/%{name}-%{version}-%{github_commi BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +# Library version value check +BuildRequires: php-cli # Tests %if %{with_tests} ## composer.json BuildRequires: %{_bindir}/phpunit BuildRequires: php(language) >= %{php_min_ver} -## phpcompatinfo (computed from version 0.12.1) +## phpcompatinfo (computed from version 0.13.0) BuildRequires: php-curl BuildRequires: php-date BuildRequires: php-hash @@ -60,8 +62,6 @@ BuildRequires: php-reflection BuildRequires: php-session BuildRequires: php-spl BuildRequires: php-zlib -## Library version value check -BuildRequires: php-cli %endif %if %{with_cacert} @@ -69,7 +69,7 @@ Requires: ca-certificates %endif # composer.json Requires: php(language) >= %{php_min_ver} -# phpcompatinfo (computed from version 0.12.1) +# phpcompatinfo (computed from version 0.13.0) Requires: php-curl Requires: php-date Requires: php-hash @@ -104,7 +104,9 @@ sed "/return.*cacert\.pem/s#.*# return '%{_sysconfdir}/pki/tls/cert.pem'; cat <<'AUTOLOAD' | tee lib/Raven/autoload.php - 0.13.0-1 +- Updated to 0.13.0 (RHBZ #1261679) +- Always run library version value check + * Fri Aug 28 2015 Shawn Iwinski - 0.12.1-1 - Updated to 0.12.1 (RHBZ #1256982) - Added standard "php-{COMPOSER_VENDOR}-{COMPOSER_PROJECT}" naming provides -- cgit