summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-11-20 17:21:00 +0100
committerRemi Collet <remi@remirepo.net>2017-11-20 17:21:00 +0100
commitf3abfd86fcd6d4165d1daaab8e3712d4c4bd7567 (patch)
tree0881f5f68dd7169a338f5c7bafbda628a1a4a33f
parent307db3bcac816e2d065d96e5496c8717e86bad6e (diff)
drop the experimental warning as 7.2.0 is close to GA
-rw-r--r--php72.spec9
1 files changed, 4 insertions, 5 deletions
diff --git a/php72.spec b/php72.spec
index 9de2480..0daba59 100644
--- a/php72.spec
+++ b/php72.spec
@@ -20,7 +20,7 @@
Summary: Package that installs PHP 7.2
Name: %scl_name
Version: 1.0
-Release: 0.1%{?dist}
+Release: 1%{?dist}
Group: Development/Languages
License: GPLv2+
@@ -43,9 +43,6 @@ Requires: %{?scl_name}-runtime%{?_isa} = %{version}-%{release}
This is the main package for %scl Software Collection,
that install PHP 7.2 language.
-WARNING: this an experimental collection for
-the development version of PHP 7.2.
-
%package runtime
Summary: Package that handles %scl Software Collection.
@@ -206,8 +203,10 @@ restorecon -R %{_localstatedir} &>/dev/null || :
%defattr(-,root,root)
%{macrosdir}/macros.%{scl_name_base}-scldevel
-## TODO: clean warning in description when stable
%changelog
+* Mon Nov 20 2017 Remi Collet <remi@remirepo.net> 1.0-1
+- drop the experimental warning as 7.2.0 is close to GA
+
* Wed Apr 12 2017 Remi Collet <remi@remirepo.net> 1.0-0.1
- initial packaging