summaryrefslogtreecommitdiffstats
path: root/php-phpunit-environment.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-10-25 09:54:51 +0200
committerRemi Collet <fedora@famillecollet.com>2014-10-25 09:54:51 +0200
commitb35084ddc9955e541edc5d9c9ec80027e21035cb (patch)
tree18421d7b2a56214e035fd3f71f0aaae4bf810c28 /php-phpunit-environment.spec
parent00ece9a9c05d6b56795c5bee80051b4b60200c5d (diff)
php-phpunit-environment: 1.2.0
Diffstat (limited to 'php-phpunit-environment.spec')
-rw-r--r--php-phpunit-environment.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/php-phpunit-environment.spec b/php-phpunit-environment.spec
index 5f3d5fe..de32b6e 100644
--- a/php-phpunit-environment.spec
+++ b/php-phpunit-environment.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 6288ebbf6fa3ed2b2ff2d69c356fbaaf4f0971a7
+%global gh_commit 0d9bf79554d2a999da194a60416c15cf461eb67d
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project environment
@@ -19,7 +19,7 @@
%endif
Name: php-phpunit-environment
-Version: 1.1.0
+Version: 1.2.0
Release: 1%{?dist}
Summary: Handle HHVM/PHP environments
@@ -28,6 +28,8 @@ License: BSD
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz
+Patch0: %{gh_project}-upstream.patch
+
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: php(language) >= 5.3.3
@@ -51,6 +53,8 @@ has runtime-specific (PHP / HHVM) execution paths.
%prep
%setup -q -n %{gh_project}-%{gh_commit}
+%patch0 -p1
+
%build
# Generate the Autoloader
@@ -97,6 +101,9 @@ rm -rf %{buildroot}
%changelog
+* Sat Oct 25 2014 Remi Collet <remi@fedoraproject.org> - 1.2.0-1
+- update to 1.2.0
+
* Wed Oct 8 2014 Remi Collet <remi@fedoraproject.org> - 1.1.0-1
- update to 1.1.0