diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-03 07:39:40 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-03 07:39:40 +0200 |
commit | bae6a4ab469496c91f9b69ca96a2ba3969523283 (patch) | |
tree | 66b2db4a4ea36e48dfb17d50dfa7fbdad799692a | |
parent | a1ca838d02b87b4775599bebb3e6718508a592d3 (diff) |
php-Raven: 0.7.1 (backport)
-rw-r--r-- | php-Raven.spec | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/php-Raven.spec b/php-Raven.spec index 84d5cbd..8b1555e 100644 --- a/php-Raven.spec +++ b/php-Raven.spec @@ -1,7 +1,7 @@ %global github_owner getsentry %global github_name raven-php -%global github_version 0.6.1 -%global github_commit e4aeba24578795bdc0ff41fddcd81b9ecb54c5c4 +%global github_version 0.7.1 +%global github_commit 5e5cb95beeb95b4065e7bffe719a588015dff50f %global lib_name Raven %global php_min_ver 5.2.4 @@ -22,7 +22,7 @@ BuildArch: noarch BuildRequires: php(language) >= %{php_min_ver} # composer.json lists PHPUnit version 3.7, but tests pass with 3.6+ BuildRequires: php-pear(pear.phpunit.de/PHPUnit) -# For tests: phpci +# For tests: phpcompatinfo BuildRequires: php-curl BuildRequires: php-date BuildRequires: php-hash @@ -35,7 +35,7 @@ BuildRequires: php-spl BuildRequires: php-zlib Requires: php(language) >= %{php_min_ver} -# phpci +# phpcompatinfo Requires: php-curl Requires: php-date Requires: php-hash @@ -92,6 +92,12 @@ install -pm 755 bin/raven %{buildroot}%{_bindir}/ %changelog +* Thu Oct 3 2013 Remi Collet <remi@fedoraproject.org> 0.7.1-1 +- backport 0.7.1 for remi repo. + +* Wed Oct 02 2013 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.7.1-1 +- Updated to 0.7.1 + * Mon Jul 8 2013 Remi Collet <remi@fedoraproject.org> 0.6.1-1 - backport 0.6.1 for remi repo. |