From 8b0f60b5617f2b87a0d7c903d72a7340d0688cec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Feb 2018 16:16:56 +0100 Subject: normal build --- php-sebastian-diff3.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-sebastian-diff3.spec') diff --git a/php-sebastian-diff3.spec b/php-sebastian-diff3.spec index 53fc4a2..430ad61 100644 --- a/php-sebastian-diff3.spec +++ b/php-sebastian-diff3.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global bootstrap 1 +%global bootstrap 0 %global gh_commit e09160918c66281713f1c324c1f4c4c3037ba1e8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -28,10 +28,9 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.0.0 -Release: 0%{?dist} +Release: 1%{?dist} Summary: Diff implementation -Group: Development/Libraries License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz @@ -104,6 +103,7 @@ exit $ret %files +# remirepo:1 %{!?_licensedir:%global license %%doc} %license LICENSE %doc composer.json @@ -113,6 +113,9 @@ exit $ret %changelog +* Wed Feb 7 2018 Remi Collet - 3.0.0-1 +- normal build + * Fri Feb 2 2018 Remi Collet - 3.0.0-0 - update to 3.0.0 - renamed to php-sebastian-diff3 -- cgit