diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-09-22 15:04:17 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-09-22 15:05:09 +0200 |
commit | ca3b97e55c5e836a4b0b1606af7f0fb89a2f3254 (patch) | |
tree | 9d3807765916d1c376d26cf9f8c812c9c9b856f6 | |
parent | 4b7f0b3f68cf870f557c440b4b221506496233fc (diff) |
php-phpmd-PHP-PMD: 2.3.1
php-JsonSchema: 1.5.0
-rw-r--r-- | php-phpmd-PHP-PMD.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/php-phpmd-PHP-PMD.spec b/php-phpmd-PHP-PMD.spec index d437924..fdf1332 100644 --- a/php-phpmd-PHP-PMD.spec +++ b/php-phpmd-PHP-PMD.spec @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 246b254505951508bea08db5dde44322264f75fe +%global gh_commit 241bc5f8d140419a8d981ec11063e009b05fd4c5 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpmd %global gh_project phpmd @@ -18,7 +18,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-phpmd-PHP-PMD -Version: 2.3.0 +Version: 2.3.1 Release: 1%{?dist} Summary: PHPMD - PHP Mess Detector @@ -151,13 +151,15 @@ rm -rf %{buildroot} %license LICENSE %doc composer.json %doc CONTRIBUTING.md README.rst AUTHORS.rst +%doc CHANGELOG %{php_home} %{_datadir}/%{name} %{_bindir}/phpmd %changelog -#TODO add CHANGELOG +* Tue Sep 22 2015 Remi Collet <remi@fedoraproject.org> - 2.3.1-1 +- update to 2.3.1 * Tue Sep 22 2015 Remi Collet <remi@fedoraproject.org> - 2.3.0-1 - update to 2.3.0 |