From 655637e1d5dc3b8de860461190db5a708d1d3853 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Sep 2015 09:50:30 +0200 Subject: php-pdepend-PHP-Depend: 2.2.0 --- makesrc.sh | 1 + php-pdepend-PHP-Depend.spec | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/makesrc.sh b/makesrc.sh index 05a6054..bde65fc 100755 --- a/makesrc.sh +++ b/makesrc.sh @@ -15,6 +15,7 @@ git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT echo "Getting commit..." pushd $PROJECT-$COMMIT git checkout $COMMIT +cp composer.json ../composer-$VERSION.json popd echo "Archiving..." diff --git a/php-pdepend-PHP-Depend.spec b/php-pdepend-PHP-Depend.spec index 682cbbf..485c13e 100644 --- a/php-pdepend-PHP-Depend.spec +++ b/php-pdepend-PHP-Depend.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit f58902a774449f73f1a1d9cd1a07aeac8fbee367 +%global gh_commit eceacb580af64e9039b274a1e9c6997fc69756c7 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner pdepend %global gh_project pdepend @@ -19,7 +19,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-pdepend-PHP-Depend -Version: 2.1.0 +Version: 2.2.0 Release: 1%{?dist} Summary: PHP_Depend design quality metrics for PHP package @@ -163,6 +163,8 @@ rm -rf %{buildroot} %changelog +* Mon Sep 21 2015 Remi Collet - 2.2.0-1 +- update to 2.2.0 * Thu Jul 2 2015 Remi Collet - 2.1.0-1 - update to 2.1.0 - switch from pear channel to git snapshot sources -- cgit