From 81ac0b3c2fc6fefa719b7e78670f86b6e3645ea7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Nov 2018 14:42:12 +0100 Subject: v1.1.3 --- php-fig-http-message-util.spec | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'php-fig-http-message-util.spec') diff --git a/php-fig-http-message-util.spec b/php-fig-http-message-util.spec index 0187998..1c23874 100644 --- a/php-fig-http-message-util.spec +++ b/php-fig-http-message-util.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for php-fig-http-message-util # -# Copyright (c) 2016-2017 Remi Collet +# Copyright (c) 2016-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 20b2c280cb6914b7b83089720df44e490f4b42f0 +%global gh_commit 35b19404371b31b3a43823c755398c48c9966db4 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner php-fig %global gh_project http-message-util @@ -15,16 +15,14 @@ %global pk_project %{gh_project} Name: php-%{pk_owner}-%{pk_project} -Version: 1.1.2 +Version: 1.1.3 Release: 1%{?dist} Summary: PSR Http Message Util -Group: Development/Libraries License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-cli BuildRequires: php-composer(psr/http-message) >= 1.0 @@ -71,7 +69,6 @@ AUTOLOAD %install -rm -rf %{buildroot} mkdir -p %{buildroot}%{_datadir}/php/Fig/Http cp -pr src %{buildroot}%{_datadir}/php/Fig/Http/Message @@ -85,12 +82,7 @@ exit ($ok ? 0 : 1); ' -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license LICENSE %doc *.md @@ -101,6 +93,9 @@ rm -rf %{buildroot} %changelog +* Mon Nov 26 2018 Remi Collet - 1.1.3-1 +- update to 1.1.3 + * Thu Feb 9 2017 Remi Collet - 1.1.2-1 - update to 1.1.2 -- cgit