diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-28 11:30:32 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-28 11:30:32 +0200 |
commit | 81616887655da240cdc0fa2bb6bca4bc9d9d58fc (patch) | |
tree | 4d29032dc0bf2f9cab5fe9845dab65fe8c29567e | |
parent | 7f12d7f6ffa755215f38709a6e61b59dfa11b291 (diff) |
test build
-rw-r--r-- | php.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -130,7 +130,7 @@ %global gh_owner php %global gh_project php-src %global rcver RC3 -%global rpmrel 26 +%global rpmrel 27 Summary: PHP scripting language for creating dynamic web sites @@ -883,7 +883,7 @@ Summary: Wrapper for the Sodium cryptographic library # All files licensed under PHP version 3.0.1 License: PHP Group: System Environment/Libraries -# Ensure libsodium-last is used +# Ensure libsodium-last is used (upstream 1.0.9) BuildRequires: pkgconfig(libsodium) >= 1.0.13 Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release} @@ -1852,6 +1852,9 @@ fi %changelog +* Thu Sep 28 2017 Remi Collet <remi@remirepo.net> - 7.2.0-0.27.RC3 +- dont obsolete php72-php-pecl-libsodium + * Tue Sep 26 2017 Remi Collet <remi@remirepo.net> - 7.2.0-0.26.RC3 - update to 7.2.0RC3 |