diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | php-phpunit-PHP-Timer.spec | 5 | 
2 files changed, 5 insertions, 2 deletions
| @@ -1,4 +1,4 @@  SRCDIR := $(shell pwd)  NAME := $(shell basename $(SRCDIR)) -include ../common/Makefile +include ../../../common/Makefile diff --git a/php-phpunit-PHP-Timer.spec b/php-phpunit-PHP-Timer.spec index 75da4ab..c31731a 100644 --- a/php-phpunit-PHP-Timer.spec +++ b/php-phpunit-PHP-Timer.spec @@ -3,7 +3,7 @@  %global channel pear.phpunit.de  Name:           php-phpunit-PHP-Timer -Version:        1.0.2 +Version:        1.0.3  Release:        1%{?dist}  Summary:        PHP Utility class for timing @@ -80,6 +80,9 @@ fi  %{pear_phpdir}/PHP  %changelog +* Mon Sep 24 2012 Remi Collet <rpms@famillecollet.com> 1.0.3-1 +- update to 1.0.3 +  * Sun Oct 23 2011 Remi Collet <rpms@famillecollet.com> 1.0.2-1  - update to 1.0.2 | 
