From 610934190112b0a5c83410c1a266ac141b7d25b8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Apr 2019 09:30:26 +0200 Subject: v1.9.1 --- php-myclabs-deep-copy.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-myclabs-deep-copy.spec b/php-myclabs-deep-copy.spec index 0973348..68bf8ad 100644 --- a/php-myclabs-deep-copy.spec +++ b/php-myclabs-deep-copy.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-myclabs-deep-copy # -# Copyright (c) 2015-2017 Remi Collet +# Copyright (c) 2015-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8 +%global gh_commit e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner myclabs %global gh_project DeepCopy @@ -15,11 +15,10 @@ %global with_tests 0%{!?_without_tests:1} Name: php-myclabs-deep-copy -Version: 1.8.1 +Version: 1.9.1 Release: 1%{?dist} Summary: Create deep copies (clones) of your objects -Group: Development/Libraries License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} # git snashop to get upstream test suite @@ -113,6 +112,7 @@ exit $ret %files +# remirepo:1 %{!?_licensedir:%global license %%doc} %license LICENSE %doc composer.json @@ -121,6 +121,9 @@ exit $ret %changelog +* Mon Apr 15 2019 Remi Collet - 1.9.1-1 +- update to 1.9.1 + * Tue Jun 12 2018 Remi Collet - 1.8.1-1 - update to 1.8.1 -- cgit