From c08bf103793c900f0abf2b7b8162426e0a3d2ff2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 12 Mar 2016 13:16:50 +0100 Subject: php-paragonie-random-compat: 1.2.2 --- php-paragonie-random-compat.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-paragonie-random-compat.spec b/php-paragonie-random-compat.spec index 20011c9..1f0c497 100644 --- a/php-paragonie-random-compat.spec +++ b/php-paragonie-random-compat.spec @@ -12,7 +12,7 @@ %global github_owner paragonie %global github_name random_compat -%global github_commit f078eba3bcf140fd69b5fcc3ea5ac809abf729dc +%global github_commit b3313b618f4edd76523572531d5d7e22fe747430 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor paragonie @@ -27,7 +27,7 @@ %{!?phpdir: %global phpdir %{_datadir}/php} Name: php-%{composer_vendor}-random-compat -Version: 1.2.1 +Version: 1.2.2 Release: 1%{?github_release}%{?dist} Summary: PHP 5.x polyfill for random_bytes() and random_int() from PHP 7 @@ -120,6 +120,9 @@ rm -rf %{buildroot} %changelog +* Sat Mar 12 2016 Remi Collet - 1.2.2-1 +- update to 1.2.2 + * Fri Mar 11 2016 Shawn Iwinski - 1.2.1-1 - Updated to 1.2.1 (RHBZ #1296738) -- cgit