diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | php-pear-PHP-CodeSniffer.spec | 8 | 
2 files changed, 8 insertions, 2 deletions
| @@ -1,4 +1,4 @@  SRCDIR := $(shell pwd)  NAME := $(shell basename $(SRCDIR)) -include ../common/Makefile +include ../../../common/Makefile diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index 440aeda..0292e0f 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -2,7 +2,7 @@  %global pear_name     PHP_CodeSniffer  Name:           php-pear-PHP-CodeSniffer -Version:        1.3.4 +Version:        1.3.5  Release:        1%{?dist}  Summary:        PHP coding standards enforcement tool @@ -89,6 +89,12 @@ fi  %changelog +* Tue Jul 17 2012 Remi Collet <RPMS@FamilleCollet.com> - 1.3.5-1 +- upstream 1.3.5, backport for remi repo + +* Fri Jul 13 2012 Christof Damian <christof@damian.net> - 1.3.5-1 +- upstream 1.3.5 +  * Sun May 20 2012 Remi Collet <RPMS@FamilleCollet.com> - 1.3.4-1  - upstream 1.3.4 | 
