From 6325a55ac395b197fafeb3471c1467998e6ac56c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Aug 2020 08:28:05 +0200 Subject: update to 1.2.8 (no change) --- php-composer-ca-bundle.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'php-composer-ca-bundle.spec') diff --git a/php-composer-ca-bundle.spec b/php-composer-ca-bundle.spec index be1848c..ed5bebf 100644 --- a/php-composer-ca-bundle.spec +++ b/php-composer-ca-bundle.spec @@ -6,15 +6,17 @@ # # Please, preserve the changelog entries # -%global gh_commit 95c63ab2117a72f48f5a55da9740a3273d45b7fd + +%bcond_without tests + +%global gh_commit 8a7ecad675253e4654ea05505233285377405215 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner composer %global gh_project ca-bundle %global php_home %{_datadir}/php -%global with_tests 0%{!?_without_tests:1} Name: php-composer-ca-bundle -Version: 1.2.7 +Version: 1.2.8 Release: 1%{?dist} Summary: Lets you find a path to the system CA @@ -28,7 +30,7 @@ Source1: makesrc.sh Patch0: %{name}-rpm.patch BuildArch: noarch -%if %{with_tests} +%if %{with tests} BuildRequires: php(language) >= 5.3.2 BuildRequires: php-openssl BuildRequires: php-pcre @@ -104,7 +106,7 @@ cp -pr src %{buildroot}%{php_home}/Composer/CaBundle %check -%if %{with_tests} +%if %{with tests} mkdir vendor cat << 'EOF' | tee vendor/autoload.php - 1.2.8-1 +- update to 1.2.8 (no change) + * Wed Apr 8 2020 Remi Collet - 1.2.7-1 - update to 1.2.7 -- cgit