summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-11-14 08:15:07 +0100
committerRemi Collet <remi@remirepo.net>2020-11-14 08:15:07 +0100
commit9bdcad9a736c09fac814b94542537ed626aa96dc (patch)
tree2da1d0cb52cb618ad4e97f9ab4823f9becf683c3
parent5168e81f479f8bd01aa1b625dd148f8089147b5c (diff)
update to 1.10.2
-rw-r--r--php-myclabs-deep-copy.spec17
1 files changed, 10 insertions, 7 deletions
diff --git a/php-myclabs-deep-copy.spec b/php-myclabs-deep-copy.spec
index 9444842..10adb72 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-2019 Remi Collet
+# Copyright (c) 2015-2020 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global gh_commit 969b211f9a51aa1f6c01d1d2aef56d3bd91598e5
+%global gh_commit 776f831124e9c62e1a2c601ecc52e776d8bb7220
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner myclabs
%global gh_project DeepCopy
@@ -16,7 +16,7 @@
%bcond_without tests
Name: php-myclabs-deep-copy%{major}
-Version: 1.10.1
+Version: 1.10.2
Release: 1%{?dist}
Summary: Create deep copies (clones) of your objects
@@ -44,10 +44,10 @@ BuildRequires: (php-composer(doctrine/collections) >= 1.0 with php-composer(do
BuildRequires: (php-composer(doctrine/common) >= 2.6 with php-composer(doctrine/common) < 3)
# remirepo:6
%else
-BuildRequires: php-composer(doctrine/collections) < 2
-BuildRequires: php-composer(doctrine/collections) >= 1.0
-BuildRequires: php-composer(doctrine/common) < 3
-BuildRequires: php-composer(doctrine/common) >= 2.6
+BuildRequires: php-doctrine-collections < 2
+BuildRequires: php-doctrine-collections >= 1.0
+BuildRequires: php-doctrine-common < 3
+BuildRequires: php-doctrine-common >= 2.6
%endif
BuildRequires: phpunit7 >= 7.1
# Required by autoloader
@@ -126,6 +126,9 @@ exit $ret
%changelog
+* Sat Nov 14 2020 Remi Collet <remi@remirepo.net> - 1.10.2-1
+- update to 1.10.2
+
* Tue Jun 30 2020 Remi Collet <remi@remirepo.net> - 1.10.1-1
- update to 1.10.1