From 425f9009ca0fee226195b16f001cc3c76665731a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Aug 2016 07:37:45 +0200 Subject: php-Analog: 1.0.8 --- php-Analog.spec | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/php-Analog.spec b/php-Analog.spec index b8d9d8b..b1046c0 100644 --- a/php-Analog.spec +++ b/php-Analog.spec @@ -9,18 +9,18 @@ # %global gh_owner jbroadway %global gh_project analog -%global gh_commit 69615c0e8b4033169b45d58f778fd3ba638d1d52 +%global gh_commit 9e02358735912ed203c073d192b5e07cb6b663dd %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150213 %global real_name Analog Name: php-Analog Summary: PHP micro logging package -Version: 1.0.7 +Version: 1.0.8 %if 0%{?gh_date} Release: 5.%{gh_date}git%{gh_short}%{?dist} %else -Release: 2%{?dist} +Release: 1%{?dist} %endif License: MIT Group: Development/Libraries @@ -110,20 +110,28 @@ cp -a lib/%{real_name} %{buildroot}%{_datadir}/php/ %check -: Relax 1 test -sed -e 's/0600/%%d/' -i tests/AnalogTest.php - : Use and test our autoloader cat < - 1.0.8-1 +- update to 1.0.8 + * Thu May 5 2016 Remi Collet - 1.0.7-2 - generate a simple autoloader (and use it for test suite) -- cgit