From c6fa194311395047a23e1b897a679fddeb651c93 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Jan 2020 12:09:42 +0100 Subject: update to 0.12.28 drop patch merged upstream --- php-swaggest-json-schema.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'php-swaggest-json-schema.spec') diff --git a/php-swaggest-json-schema.spec b/php-swaggest-json-schema.spec index b11f6e4..08cb255 100644 --- a/php-swaggest-json-schema.spec +++ b/php-swaggest-json-schema.spec @@ -9,7 +9,7 @@ %global with_tests 0%{!?_without_tests:1} # Github -%global gh_commit 9ec863a05a40e9b4547bc0c43dc6992cf17307a3 +%global gh_commit 6f57c0d80e246c2868accaab5c550cd470a5537f %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.27 +Version: 0.12.28 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: High definition PHP structures with JSON-schema based validation @@ -31,8 +31,6 @@ URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{name}-%{version}-%{?gh_short}.tgz Source1: makesrc.sh -Patch0: https://patch-diff.githubusercontent.com/raw/swaggest/php-json-schema/pull/101.patch - BuildArch: noarch %if %{with_tests} BuildRequires: php(language) >= 5.4 @@ -99,7 +97,6 @@ Autoloader: %{_datadir}/php/%{ns_vendor}/%{ns_project}%{major}/autoload.php %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 : Fix layout mkdir src/spec @@ -157,6 +154,10 @@ exit $ret %changelog +* Mon Jan 27 2020 Remi Collet - 0.12.28-1 +- update to 0.12.28 +- drop patch merged upstream + * Mon Jan 27 2020 Remi Collet - 0.12.27-1 - update to 0.12.27 - add patch for PHP 7.4 from -- cgit