[php-Raven] Updated to upstream version 0.5.1

Shawn Iwinski siwinski at fedoraproject.org
Mon Feb 25 02:33:05 UTC 2013


commit ef760e3a45c379b7dc9c4d7336b225ea751abb63
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sun Feb 24 21:32:47 2013 -0500

    Updated to upstream version 0.5.1

 .gitignore     |    1 +
 php-Raven.spec |   15 +++++++++------
 sources        |    1 +
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7408373..51aa442 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /php-Raven-0.4.0-80ff1fec353834de5d6bf57ca6834eddde14aba9.tar.gz
+/php-Raven-0.5.1-cf3505369911d8f4ce3eb59dc9e1baba29cf72cf.tar.gz
diff --git a/php-Raven.spec b/php-Raven.spec
index d83f272..cecb60c 100644
--- a/php-Raven.spec
+++ b/php-Raven.spec
@@ -1,14 +1,14 @@
 %global github_owner   getsentry
 %global github_name    raven-php
-%global github_version 0.4.0
-%global github_commit  80ff1fec353834de5d6bf57ca6834eddde14aba9
+%global github_version 0.5.1
+%global github_commit  cf3505369911d8f4ce3eb59dc9e1baba29cf72cf
 
 %global lib_name       Raven
 %global php_min_ver    5.2.4
 
 Name:          php-%{lib_name}
 Version:       %{github_version}
-Release:       3%{?dist}
+Release:       1%{?dist}
 Summary:       A PHP client for Sentry
 
 Group:         Development/Libraries
@@ -17,11 +17,11 @@ URL:           https://github.com/%{github_owner}/%{github_name}
 Source0:       %{url}/archive/%{github_commit}/%{name}-%{version}-%{github_commit}.tar.gz
 
 BuildArch:     noarch
-# Test build requires
+# For tests
 BuildRequires: php-common >= %{php_min_ver}
 # composer.json lists PHPUnit version 3.7, but tests pass with 3.6+
 BuildRequires: php-pear(pear.phpunit.de/PHPUnit)
-# Test build requires: phpci
+# For tests: phpci
 BuildRequires: php-curl
 BuildRequires: php-date
 BuildRequires: php-hash
@@ -34,7 +34,7 @@ BuildRequires: php-spl
 BuildRequires: php-zlib
 
 Requires:      php-common >= %{php_min_ver}
-# phpci requires
+# phpci
 Requires:      php-curl
 Requires:      php-date
 Requires:      php-hash
@@ -106,6 +106,9 @@ cp -rp test/* %{buildroot}%{_datadir}/tests/%{name}/
 
 
 %changelog
+* Sun Feb 24 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 0.5.1-1
+- Updated to upstream version 0.5.1
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index b9bd813..4911a86 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 417be433652f9d984c97e6019a37bde2  php-Raven-0.4.0-80ff1fec353834de5d6bf57ca6834eddde14aba9.tar.gz
+3909e6ea19a43f68168c039724ddaa1f  php-Raven-0.5.1-cf3505369911d8f4ce3eb59dc9e1baba29cf72cf.tar.gz


More information about the scm-commits mailing list