summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-04-12 07:26:19 +0200
committerRemi Collet <remi@remirepo.net>2018-04-12 07:26:19 +0200
commitbc9fdf60641961189f8179d0b08498c51a288f4b (patch)
treeb20a57b08e2b56d9332e3802dfbb4f4e425999d2
parent88d429c6fe0220db8941e2008896c2c6113045d8 (diff)
v1.1.0
-rw-r--r--php-composer-xdebug-handler.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-composer-xdebug-handler.spec b/php-composer-xdebug-handler.spec
index 48925ce..068aac3 100644
--- a/php-composer-xdebug-handler.spec
+++ b/php-composer-xdebug-handler.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 1852e549ad0d6f2910f89c27fec833dda1b25b4a
+%global gh_commit c919dc6c62e221fc6406f861ea13433c0aa24f08
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20150717
%global gh_owner composer
@@ -19,7 +19,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_owner}-%{gh_project}
-Version: 1.0.0
+Version: 1.1.0
Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
Summary: Restarts a process without xdebug
@@ -138,5 +138,8 @@ exit $ret
%changelog
+* Thu Apr 12 2018 Remi Collet <remi@remirepo.net> - 1.1.0-1
+- update to 1.1.0
+
* Mon Mar 26 2018 Remi Collet <remi@remirepo.net> - 1.0.0-1
- initial package, version 1.0.0