From 9679491ad8f1fa5bab61a03a7ab0d85aa248b899 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Sep 2012 18:03:35 +0200 Subject: php-phpunit-PHP-Timer: update to 1.0.3 --- Makefile | 2 +- php-phpunit-PHP-Timer.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1e65467..13af741 100644 --- a/Makefile +++ b/Makefile @@ -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 1.0.3-1 +- update to 1.0.3 + * Sun Oct 23 2011 Remi Collet 1.0.2-1 - update to 1.0.2 -- cgit