Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1074ad7500 |
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -16,3 +16,4 @@
|
|||
/php-swaggest-json-schema-0.12.37-1d7cce2.tgz
|
||||
/php-swaggest-json-schema-0.12.38-ab7cca1.tgz
|
||||
/php-swaggest-json-schema-0.12.39-193ba39.tgz
|
||||
/php-swaggest-json-schema-0.12.41-1bb9790.tgz
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
%bcond_without tests
|
||||
|
||||
# Github
|
||||
%global gh_commit 193ba39cce1ffa2d55ddd5445315e945a63298a2
|
||||
%global gh_commit 1bb97901314f828774dd8c5b21bff889ce0b34bb
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner swaggest
|
||||
%global gh_project php-json-schema
|
||||
|
|
@ -23,8 +23,8 @@
|
|||
%global major %nil
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 0.12.39
|
||||
Release: 2%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
|
||||
Version: 0.12.41
|
||||
Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
|
||||
Summary: High definition PHP structures with JSON-schema based validation
|
||||
|
||||
License: MIT
|
||||
|
|
@ -154,6 +154,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 18 2022 Remi Collet <remi@remirepo.net> - 0.12.41-1
|
||||
- update to 0.12.41
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.39-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-swaggest-json-schema-0.12.39-193ba39.tgz) = 43c1ef489583ac757dc14aee0b4bf61a52a6d4f62c82a8d255a775abad60d5868922fd4c603c47e37a38efd1d13fc1385b07afcadd230a126e3b2aa49216ea3c
|
||||
SHA512 (php-swaggest-json-schema-0.12.41-1bb9790.tgz) = 80a21c34645bd8863b84bcd485f809a1c389e118a07a7f462314b9b873b624072c99081bf93dbaa194938af95bb264e54dbc22863c8a355e99535beb2785d096
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue