From 055e3ba8d542f094d222b479c57dcee543a87493 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Sep 2014 14:47:49 +0200 Subject: php-doctrine-annotations: 1.2.1 --- php-doctrine-annotations.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/php-doctrine-annotations.spec b/php-doctrine-annotations.spec index 292409c..496ab7f 100644 --- a/php-doctrine-annotations.spec +++ b/php-doctrine-annotations.spec @@ -11,8 +11,8 @@ %global github_owner doctrine %global github_name annotations -%global github_version 1.2.0 -%global github_commit d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd +%global github_version 1.2.1 +%global github_commit 6a6bec0670bb6e71a263b08bc1b98ea242928633 %global composer_vendor doctrine %global composer_project annotations @@ -123,11 +123,16 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc LICENSE *.md composer.json +%{!?_licensedir:%global license %%doc} +%license LICENSE +%doc *.md composer.json %{_datadir}/php/Doctrine/Common/Annotations %changelog +* Mon Sep 29 2014 Remi Collet - 1.2.1-1 +- update to 1.2.1 + * Tue Jul 15 2014 Shawn Iwinski - 1.2.0-1 - Updated to 1.2.0 (BZ #1116887) -- cgit