From fbe541ae3ba5e3f1a823ac44abca0485de7dc4c5 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Wed, 7 Feb 2018 16:23:06 +0100
Subject: normal build

---
 php-phpunit-php-timer2.spec | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/php-phpunit-php-timer2.spec b/php-phpunit-php-timer2.spec
index 6315355..016a17c 100644
--- a/php-phpunit-php-timer2.spec
+++ b/php-phpunit-php-timer2.spec
@@ -7,7 +7,7 @@
 #
 # Please, preserve the changelog entries
 #
-%global bootstrap    1
+%global bootstrap    0
 %global gh_commit    8b8454ea6958c3dee38453d3bd571e023108c91f
 %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner     sebastianbergmann
@@ -29,7 +29,7 @@
 
 Name:           php-%{pk_vendor}-%{pk_project}%{major}
 Version:        2.0.0
-Release:        0%{?dist}
+Release:        1%{?dist}
 Summary:        PHP Utility class for timing
 
 Group:          Development/Libraries
@@ -96,6 +96,7 @@ exit $ret
 
 
 %files
+# remirepo:1
 %{!?_licensedir:%global license %%doc}
 %license LICENSE
 %doc README.md
@@ -105,6 +106,9 @@ exit $ret
 
 
 %changelog
+* Wed Feb  7 2018 Remi Collet <remi@remirepo.net> - 2.0.0-1
+- normal build
+
 * Fri Feb  2 2018 Remi Collet <remi@remirepo.net> - 2.0.0-0
 - update to 2.0.0
 - rename to php-phpunit-php-timer2
-- 
cgit