diff options
author | Remi Collet <remi@remirepo.net> | 2019-06-19 09:49:17 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-06-19 09:49:17 +0200 |
commit | 48c88a94d7759174faece3d0d1c5b8ce5f2ca17b (patch) | |
tree | 5d87a1ebe31dc165680139d810ea9988a3e4dd95 | |
parent | d837f3f4660fcde5647fd110ccdfe96977bfa98f (diff) |
v1.1.2
-rw-r--r-- | php-sebastian-type.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-sebastian-type.spec b/php-sebastian-type.spec index df264b4..14035ac 100644 --- a/php-sebastian-type.spec +++ b/php-sebastian-type.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 # github -%global gh_commit b2a7f9aac51ce18cd7ac8b31e37c8ce5646fc741 +%global gh_commit 251ca774d58181fe1d3eda68843264eaae7e07ef %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project type @@ -27,7 +27,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist} Summary: Collection of value objects that represent the types of the PHP type system @@ -112,6 +112,9 @@ exit $ret %changelog +* Wed Jun 19 2019 Remi Collet <remi@remirepo.net> - 1.1.2-1 +- update to 1.1.2 + * Sat Jun 8 2019 Remi Collet <remi@remirepo.net> - 1.1.1-1 - update to 1.1.1 |