v1.0.7
This commit is contained in:
parent
1dc2aea533
commit
1803c65a32
3 changed files with 10 additions and 9 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@
|
|||
/php-sebastian-code-unit-1.0.3-d650ef9.tgz
|
||||
/php-sebastian-code-unit-1.0.5-c1e2df3.tgz
|
||||
/php-sebastian-code-unit-1.0.6-d3a241b.tgz
|
||||
/php-sebastian-code-unit-1.0.7-59236be.tgz
|
||||
|
|
|
|||
|
|
@ -6,9 +6,11 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global bootstrap 0
|
||||
|
||||
%bcond_without tests
|
||||
|
||||
# Sources
|
||||
%global gh_commit d3a241b6028ff9d8e97d2b6ebd4090d01f92fad8
|
||||
%global gh_commit 59236be62b1bb9919e6d7f60b0b832dc05cef9ab
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project code-unit
|
||||
|
|
@ -20,14 +22,9 @@
|
|||
%global php_home %{_datadir}/php
|
||||
%global ns_vendor SebastianBergmann
|
||||
%global ns_project CodeUnit
|
||||
%if %{bootstrap}
|
||||
%bcond_with tests
|
||||
%else
|
||||
%bcond_without tests
|
||||
%endif
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 1.0.6
|
||||
Version: 1.0.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Collection of value objects that represent the PHP code units
|
||||
|
||||
|
|
@ -120,6 +117,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Oct 3 2020 Remi Collet <remi@remirepo.net> - 1.0.7-1
|
||||
- update to 1.0.7
|
||||
|
||||
* Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 1.0.6-1
|
||||
- update to 1.0.6 (no change)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-code-unit-1.0.6-d3a241b.tgz) = a9cce554762fc1f866049c8151c77bb890c6d85006eb96a161968da41b8457217267b021b7e6ef4448f5c54c45a58a45538db49aa4e8928359f03437d2c0e873
|
||||
SHA512 (php-sebastian-code-unit-1.0.7-59236be.tgz) = f44f2f863b6f99198b1103ab9de49ca6ed681a62ba1d7f075283529559466cb920d890f42d2f4df9e4b59c8aae3ec2713136a1c81c7273c8b58cbe4fb70ac789
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue