summaryrefslogtreecommitdiffstats
path: root/php-componere.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-componere.spec')
-rw-r--r--php-componere.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-componere.spec b/php-componere.spec
index 2e92b38..02306bc 100644
--- a/php-componere.spec
+++ b/php-componere.spec
@@ -12,7 +12,7 @@
%{?scl: %scl_package php-componere}
-%global gh_commit 9653769e4be011f86627461b4ae75f90fc42d324
+%global gh_commit 758a01d438d7062139fa57ae315c7f55fe4759a6
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner krakjoe
%global gh_project componere
@@ -21,11 +21,11 @@
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global ini_name 40-%{pecl_name}.ini
-Summary: Class composition at runtime
+Summary: Composing PHP classes at runtime
Name: %{?scl_prefix}php-componere
-Version: 1.3.0
+Version: 2.0.0
%if 0%{?gh_date:1}
-Release: 0.3.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
@@ -176,6 +176,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Feb 28 2018 Remi Collet <remi@remirepo.net> - 2.0.0-1
+- Update to 2.0.0
+
* Tue Feb 27 2018 Remi Collet <remi@remirepo.net> - 1.3.0-1
- new package, version 1.3.0 +2 commits:
fix build warnings + add LICENSE file