summaryrefslogtreecommitdiffstats
path: root/php-ast.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-11-12 08:17:02 +0100
committerRemi Collet <remi@remirepo.net>2019-11-12 08:17:02 +0100
commitbc66eda91a6ee612bd099792846f25fbb4b52c98 (patch)
tree1d0936315c541817c78533d613a1ec9dba6d3dff /php-ast.spec
parent0e3e48d8cea9f57cbf2751c91f0db4d134cb35b1 (diff)
v1.0.4
Diffstat (limited to 'php-ast.spec')
-rw-r--r--php-ast.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-ast.spec b/php-ast.spec
index d688897..38d3d67 100644
--- a/php-ast.spec
+++ b/php-ast.spec
@@ -20,11 +20,11 @@
Summary: Abstract Syntax Tree
Name: %{?scl_prefix}php-ast
-Version: 1.0.3
+Version: 1.0.4
%if 0%{?gh_date:1}
Release: 0.6.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
License: BSD
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -238,6 +238,9 @@ fi
%changelog
+* Tue Nov 12 2019 Remi Collet <remi@remirepo.net> - 1.0.4-1
+- update to 1.0.4
+
* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.0.3-2
- rebuild for 7.4.0RC1