From 831a4e77276d5415c99e309c5abdd08440571431 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Sep 2012 18:07:30 +0200 Subject: php-phpunit-PHP-TokenStream: update to 1.1.4 --- Makefile | 2 +- php-phpunit-PHP-TokenStream.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-TokenStream.spec b/php-phpunit-PHP-TokenStream.spec index 2ffaea4..ad62373 100644 --- a/php-phpunit-PHP-TokenStream.spec +++ b/php-phpunit-PHP-TokenStream.spec @@ -3,7 +3,7 @@ %global channel pear.phpunit.de Name: php-phpunit-PHP-TokenStream -Version: 1.1.3 +Version: 1.1.4 Release: 1%{?dist} Summary: Wrapper around PHP tokenizer extension @@ -78,6 +78,9 @@ fi %{pear_phpdir}/PHP %changelog +* Mon Sep 24 2012 Remi Collet - 1.1.4-1 +- upstream 1.1.4 + * Thu Feb 23 2012 Remi Collet - 1.1.3-1 - upstream 1.1.3 -- cgit