diff options
author | Remi Collet <remi@remirepo.net> | 2019-04-15 09:30:26 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-04-15 09:30:26 +0200 |
commit | 610934190112b0a5c83410c1a266ac141b7d25b8 (patch) | |
tree | 265bbf197a3569385c0d87787bf5179a1d481920 | |
parent | 3be1718dbe9dc6ae142bba5041d1553d3441ed51 (diff) |
v1.9.1
-rw-r--r-- | php-myclabs-deep-copy.spec | 11 |
1 files 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 <remi@remirepo.net> - 1.9.1-1 +- update to 1.9.1 + * Tue Jun 12 2018 Remi Collet <remi@remirepo.net> - 1.8.1-1 - update to 1.8.1 |