diff options
| author | Remi Collet <fedora@famillecollet.com> | 2012-09-24 18:03:35 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2012-09-24 18:03:35 +0200 | 
| commit | 9679491ad8f1fa5bab61a03a7ab0d85aa248b899 (patch) | |
| tree | 7a8b143ddca99fc2e497f2f956d1f8208bb63c1d | |
| parent | eef79751165c3f44169c419dbc4658df34f577d8 (diff) | |
php-phpunit-PHP-Timer: update to 1.0.3
| -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 | 
