From ca3b97e55c5e836a4b0b1606af7f0fb89a2f3254 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Sep 2015 15:04:17 +0200 Subject: php-phpmd-PHP-PMD: 2.3.1 php-JsonSchema: 1.5.0 --- php-phpmd-PHP-PMD.spec | 8 +++++--- 1 file 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 - 2.3.1-1 +- update to 2.3.1 * Tue Sep 22 2015 Remi Collet - 2.3.0-1 - update to 2.3.0 -- cgit