From ea81cee7abcc0ce54c9866b77f9ed52fd0f6c22f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 May 2019 08:51:58 +0200 Subject: v1.0.1 --- php-psr-http-factory.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-psr-http-factory.spec') diff --git a/php-psr-http-factory.spec b/php-psr-http-factory.spec index 919eca2..adbd7c4 100644 --- a/php-psr-http-factory.spec +++ b/php-psr-http-factory.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for php-psr-http-factory # -# Copyright (c) 2018 Remi Collet +# Copyright (c) 2018-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 378bfe27931ecc54ff824a20d6f6bfc303bbd04c +%global gh_commit 12ac7fcd07e5b077433f5f2bee95b3a771bf61be %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner php-fig %global gh_project http-factory @@ -16,7 +16,7 @@ %global pk_project %{gh_project} Name: php-%{pk_vendor}-%{pk_project} -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist} Summary: Common interfaces for PSR-7 HTTP message factories @@ -106,6 +106,9 @@ exit (interface_exists("Psr\\Http\\Message\\RequestFactoryInterface") ? 0 : 1); %changelog +* Thu May 2 2019 Remi Collet - 1.0.1-1 +- update to 1.0.1 + * Thu Dec 13 2018 Remi Collet - 1.0.0-1 - Initial package, version 1.0.0 -- cgit