v1.0.2
This commit is contained in:
parent
82ef2c9657
commit
5aa1bb8a6e
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/php-sebastian-code-unit-1.0.0-8d8f09b.tar.gz
|
||||
/php-sebastian-code-unit-1.0.1-00d2094.tar.gz
|
||||
/php-sebastian-code-unit-1.0.2-ac95808.tar.gz
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
%global bootstrap 0
|
||||
# Sources
|
||||
%global gh_commit 00d2094a93573796ec6666401be467fa6efcd86a
|
||||
%global gh_commit ac958085bc19fcd1d36425c781ef4cbb5b06e2a5
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project code-unit
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
%endif
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 1.0.1
|
||||
Version: 1.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Collection of value objects that represent the PHP code units
|
||||
|
||||
|
|
@ -117,6 +117,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 30 2020 Remi Collet <remi@remirepo.net> - 1.0.2-1
|
||||
- update to 1.0.2
|
||||
|
||||
* Mon Apr 27 2020 Remi Collet <remi@remirepo.net> - 1.0.1-1
|
||||
- update to 1.0.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-code-unit-1.0.1-00d2094.tar.gz) = 3c1103c6bdb85d1e4aaf2e2ba6c0ecd91a6af3e35537cdb0254637c50b196e1a43f910a02d468f53f65568f1204dccd8713eed2936c2fedd98ddc364d9671b4c
|
||||
SHA512 (php-sebastian-code-unit-1.0.2-ac95808.tar.gz) = 3083c205f6a05f18083475e5d891167e9db401ef22e61f332a0d3af96b52a9d112e66c45caae69a6d619528facf245906f4280f544e4d87ccc2e41b0fcc0f111
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue