summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-09-21 09:50:30 +0200
committerRemi Collet <fedora@famillecollet.com>2015-09-21 09:50:30 +0200
commit655637e1d5dc3b8de860461190db5a708d1d3853 (patch)
tree9ed799a5e221d235491837c6c69c5926320d01e1
parent5f629fdc5f8bbe0f5b86e9b0da2e804e27371f9a (diff)
php-pdepend-PHP-Depend: 2.2.0
-rwxr-xr-xmakesrc.sh1
-rw-r--r--php-pdepend-PHP-Depend.spec6
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 <remi@fedoraproject.org> - 2.2.0-1
+- update to 2.2.0
* Thu Jul 2 2015 Remi Collet <remi@fedoraproject.org> - 2.1.0-1
- update to 2.1.0
- switch from pear channel to git snapshot sources