From 839eb0af57dd42d61b853e2eef79e88b72e0771c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 May 2015 17:14:08 +0200 Subject: php-pear-phing: 2.11.0 --- php-pear-phing.spec | 7 +++++-- strip.sh | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/php-pear-phing.spec b/php-pear-phing.spec index 8d96445..83b5b0a 100644 --- a/php-pear-phing.spec +++ b/php-pear-phing.spec @@ -1,4 +1,4 @@ -# spec file for php-pear-phing +# remirepo/fedora spec file for php-pear-phing # # Copyright (c) 2013-2015 Remi Collet # Copyright (c) 2010-2013 Christof Damian @@ -15,7 +15,7 @@ Summary: A project build system based on Apache Ant Name: php-pear-phing -Version: 2.10.1 +Version: 2.11.0 Release: 1%{?dist} License: LGPLv2 @@ -120,6 +120,9 @@ fi %changelog +* Wed May 20 2015 Remi Collet - 2.11.0-1 +- Update to 2.11.0 + * Fri Feb 20 2015 Remi Collet - 2.10.1-1 - Update to 2.10.1 diff --git a/strip.sh b/strip.sh index 55f1cf7..3ff40da 100755 --- a/strip.sh +++ b/strip.sh @@ -23,7 +23,7 @@ if [ -f $name-$1.tgz ]; then tar czf $name-$1-strip.tgz package.xml $name-$1 tar tf $name-$1-strip.tgz | grep -v '/$' | sort >$list.new - diff -u $list.old $list.new + colordiff -u $list.old $list.new rm -rf $name-$1 package.xml else echo "usage $0 " -- cgit