Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8f1bb47754 |
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@
|
|||
/php-swaggest-json-schema-0.12.24-395a9f6.tgz
|
||||
/php-swaggest-json-schema-0.12.25-0f50979.tgz
|
||||
/php-swaggest-json-schema-0.12.28-6f57c0d.tgz
|
||||
/php-swaggest-json-schema-0.12.29-7564d4a.tgz
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
%global with_tests 0%{!?_without_tests:1}
|
||||
# Github
|
||||
%global gh_commit 6f57c0d80e246c2868accaab5c550cd470a5537f
|
||||
%global gh_commit 7564d4a5fc8c068479698a30e5a7c589ea32a9c6
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner swaggest
|
||||
%global gh_project php-json-schema
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
%global major %nil
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 0.12.28
|
||||
Version: 0.12.29
|
||||
Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
|
||||
Summary: High definition PHP structures with JSON-schema based validation
|
||||
|
||||
|
|
@ -152,6 +152,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Mar 19 2020 Remi Collet <remi@remirepo.net> - 0.12.29-1
|
||||
- update to 0.12.29
|
||||
|
||||
* Mon Jan 27 2020 Remi Collet <remi@remirepo.net> - 0.12.28-1
|
||||
- update to 0.12.28
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-swaggest-json-schema-0.12.28-6f57c0d.tgz) = 24ef1b9cf3aec751ac26bcf87e3e32d501bf99f0eb35d294ceb4a94c0ad90badd4b803dc131b8cbc73e022caab78e5fdac4ecf79aa4c871e6f67d04457ee1fbb
|
||||
SHA512 (php-swaggest-json-schema-0.12.29-7564d4a.tgz) = ad757232c7ec8be7bd6cd488a77c3fac70a6140e6fc0e915cee4393265c22eae6c8d72ad067e8af6a1181aa049caa5c1d1e9b1359abc739e7a3680357d48d566
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue