From 630e4e43b2c6b17cfa7d879a1e74723ace8c0998 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Feb 2017 12:55:37 +0100 Subject: php-phpunit-git: 2.1.4 --- php-phpunit-git.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'php-phpunit-git.spec') diff --git a/php-phpunit-git.spec b/php-phpunit-git.spec index 8beab9b..87be9de 100644 --- a/php-phpunit-git.spec +++ b/php-phpunit-git.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 5100bc50cd9e70f424c643618e142214225024f3 +%global gh_commit 815bbbc963cf35e5413df195aa29df58243ecd24 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project git @@ -16,7 +16,7 @@ %global with_tests %{?_without_tests:1}%{!?_without_tests:0} Name: php-phpunit-git -Version: 2.1.3 +Version: 2.1.4 Release: 1%{?dist} Summary: Simple wrapper for Git @@ -28,7 +28,7 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php(language) >= 5.3.3 -BuildRequires: %{_bindir}/phpab +BuildRequires: php-fedora-autoloader-devel Requires: git # From composer.json @@ -37,6 +37,8 @@ Requires: php(language) >= 5.3.3 # From phpcompatinfo report for 2.1.2 Requires: php-date Requires: php-spl +# Autoloader +Requires: php-composer(fedora/autoloader) Provides: php-composer(sebastian/git) = %{version} @@ -57,6 +59,7 @@ Simple PHP wrapper for Git. %build %{_bindir}/phpab \ + --template fedora \ --output src/autoload.php \ src @@ -89,6 +92,9 @@ fi %changelog +* Mon Feb 6 2017 Remi Collet - 2.1.4-1 +- update to 2.1.4 + * Wed Jun 15 2016 Remi Collet - 2.1.3-1 - update to 2.1.3 -- cgit