summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-11-29 17:21:30 +0100
committerRemi Collet <fedora@famillecollet.com>2016-11-29 17:21:30 +0100
commit7adb040f1df345e835800096be139c7f84bd493f (patch)
tree945bb1463afb9ca60b4f088db190f49beac3b9a2
parent8202f60bb547dda86c4ad9eb42cc71bfc48e0bf7 (diff)
php71: drop experimental warning
-rw-r--r--php71.spec9
1 files changed, 4 insertions, 5 deletions
diff --git a/php71.spec b/php71.spec
index 52d889e..a2958af 100644
--- a/php71.spec
+++ b/php71.spec
@@ -20,7 +20,7 @@
Summary: Package that installs PHP 7.1
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.1 language.
-WARNING: this an experimental collection for
-the development version of PHP 7.1.
-
%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
+* Tue Nov 29 2016 Remi Collet <remi@fedoraproject.org> 1.0-1
+- drop experimental warning
+
* Wed Jun 8 2016 Remi Collet <remi@fedoraproject.org> 1.0-0.1
- initial packaging