diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-09-24 18:07:30 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-09-24 18:07:30 +0200 |
commit | 831a4e77276d5415c99e309c5abdd08440571431 (patch) | |
tree | 142ccfb1307d773815281e90f316b09d45c6d475 | |
parent | bd1a34f7bcd9773bddcd8e1b60c359f366091a14 (diff) |
php-phpunit-PHP-TokenStream: update to 1.1.4
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | php-phpunit-PHP-TokenStream.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-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 <RPMS@FamilleCollet.com> - 1.1.4-1 +- upstream 1.1.4 + * Thu Feb 23 2012 Remi Collet <RPMS@FamilleCollet.com> - 1.1.3-1 - upstream 1.1.3 |