diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-07 16:16:56 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-07 16:16:56 +0100 |
commit | 8b0f60b5617f2b87a0d7c903d72a7340d0688cec (patch) | |
tree | 2bf09a26755be3d88a1dde123af54df65f4868f8 | |
parent | 3ba823023c3c6328c75ebc5324cc79ab9df02fdd (diff) |
normal build
-rw-r--r-- | php-sebastian-diff3.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 3.0.0-1 +- normal build + * Fri Feb 2 2018 Remi Collet <remi@remirepo.net> - 3.0.0-0 - update to 3.0.0 - renamed to php-sebastian-diff3 |