From 1e948d748f193521c46890700fa1455100fd0363 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 30 Oct 2021 08:30:35 +0200 Subject: update to 1.3.1 --- php-composer-ca-bundle.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-composer-ca-bundle.spec b/php-composer-ca-bundle.spec index 3bc5a65..f1d85cd 100644 --- a/php-composer-ca-bundle.spec +++ b/php-composer-ca-bundle.spec @@ -9,14 +9,14 @@ %bcond_without tests -%global gh_commit 679333688725c7dd043ff35c547100ccf512f051 +%global gh_commit 4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner composer %global gh_project ca-bundle %global php_home %{_datadir}/php Name: php-composer-ca-bundle -Version: 1.3.0 +Version: 1.3.1 Release: 1%{?dist} Summary: Lets you find a path to the system CA @@ -147,6 +147,9 @@ exit $ret %changelog +* Sat Oct 30 2021 Remi Collet - 1.3.1-1 +- update to 1.3.1 + * Wed Oct 27 2021 Remi Collet - 1.3.0-1 - update to 1.3.0 -- cgit