diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-16 17:09:01 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-16 17:09:01 +0100 |
commit | 3b201af845d98e3b1fb329868b1073b777bcf6ea (patch) | |
tree | ed8af46195a724a8cf1beb455c3961b9890ed234 /php-sebastian-object-reflector.spec | |
parent | 9ec5c974d0b30cb88139704a40e96ab7120aa9f2 (diff) |
php-sebastian-object-reflector: 1.1.0
Diffstat (limited to 'php-sebastian-object-reflector.spec')
-rw-r--r-- | php-sebastian-object-reflector.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-sebastian-object-reflector.spec b/php-sebastian-object-reflector.spec index 646ed9a..fda2af2 100644 --- a/php-sebastian-object-reflector.spec +++ b/php-sebastian-object-reflector.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 2201553542d60d25db9c5b2c54330df776648008 +%global gh_commit afd5797e7af7c9f529879ad5e8e8abe126c89dab %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project object-reflector @@ -24,7 +24,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 1.0.0 +Version: 1.1.0 Release: 1%{?dist} Summary: Allows reflection of object attributes @@ -104,5 +104,8 @@ exit $ret %changelog +* Thu Mar 16 2017 Remi Collet <remi@remirepo.net> - 1.1.0-1 +- Update to 1.1.0 + * Sun Mar 12 2017 Remi Collet <remi@remirepo.net> - 1.0.0-1 - initial package |