[php-Raven] Updated to latest snapshot

Shawn Iwinski siwinski at fedoraproject.org
Mon Dec 30 06:02:01 UTC 2013


commit 636b7f7d1d3db2ee7fa5e4184cec44773ab9dcd2
Author: Shawn Iwinski <siwinski at redhat.com>
Date:   Mon Dec 30 01:01:44 2013 -0500

    Updated to latest snapshot

 php-Raven.spec |   22 ++++++++++------------
 1 files changed, 10 insertions(+), 12 deletions(-)
---
diff --git a/php-Raven.spec b/php-Raven.spec
index 154bda4..af10e75 100644
--- a/php-Raven.spec
+++ b/php-Raven.spec
@@ -1,7 +1,9 @@
 %global github_owner    getsentry
 %global github_name     raven-php
 %global github_version  0.8.0
-%global github_commit   d4b741736125f2b892e07903cd40450b53479290
+%global github_commit   dac93338d1fe17d665dfdea5f529c89b3a0df7df
+# Additional commits after 0.8.0 tag
+%global github_release  20131209git%(c=%{github_commit}; echo ${c:0:7})
 
 %global lib_name        Raven
 
@@ -13,7 +15,7 @@
 
 Name:          php-%{lib_name}
 Version:       %{github_version}
-Release:       1%{?dist}
+Release:       2.%{github_release}%{?dist}
 Summary:       A PHP client for Sentry
 
 Group:         Development/Libraries
@@ -26,7 +28,7 @@ BuildArch:     noarch
 BuildRequires: php(language) >= %{php_min_ver}
 BuildRequires: php-pear(pear.phpunit.de/PHPUnit) >= %{phpunit_min_ver}
 BuildRequires: php-pear(pear.phpunit.de/PHPUnit) <  %{phpunit_max_ver}
-# For tests: phpcompatinfo (computed from v0.8.0)
+# For tests: phpcompatinfo (computed from 0.8.0)
 BuildRequires: php-curl
 BuildRequires: php-date
 BuildRequires: php-mbstring
@@ -38,7 +40,7 @@ BuildRequires: php-spl
 BuildRequires: php-zlib
 
 Requires:      php(language) >= %{php_min_ver}
-# phpcompatinfo (computed from v0.8.0)
+# phpcompatinfo (computed from 0.8.0)
 Requires:      php-curl
 Requires:      php-date
 Requires:      php-mbstring
@@ -80,10 +82,6 @@ cat phpunit.xml.dist \
     | sed 's/colors="true"/colors="false"/' \
     > phpunit.xml
 
-# Skip tests known to fail
-sed 's/function testGetAuthHeader/function SKIP_testGetAuthHeader/' \
-    -i test/Raven/Tests/ClientTest.php
-
 %{_bindir}/phpunit --include-path ./lib:./test
 
 
@@ -94,12 +92,12 @@ sed 's/function testGetAuthHeader/function SKIP_testGetAuthHeader/' \
 
 
 %changelog
+* Mon Dec 30 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 0.8.0-2.20131209gitdac9333
+- Updated to latest snapshot
+
 * Sun Dec 29 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 0.8.0-1
 - Updated to 0.8.0 (BZ #1037543)
-- php-common => php(language)
-- Removed php-hash require
-- Added PHPUnit min and max versions
-- Updated %%check to use PHPUnit's "--include-path" option
+- Spec cleanup
 
 * Wed Oct 02 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 0.7.1-1
 - Updated to 0.7.1


More information about the scm-commits mailing list