diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-09-29 14:47:49 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-09-29 14:47:49 +0200 |
commit | 055e3ba8d542f094d222b479c57dcee543a87493 (patch) | |
tree | deaedbab87514ae8799f294f851c2ae24604126b /php-doctrine-annotations.spec | |
parent | 32a4c6ef486a51b59358396659e838c04bae771b (diff) |
php-doctrine-annotations: 1.2.1
Diffstat (limited to 'php-doctrine-annotations.spec')
-rw-r--r-- | php-doctrine-annotations.spec | 11 |
1 files 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 <remi@fedoraproject.org> - 1.2.1-1 +- update to 1.2.1 + * Tue Jul 15 2014 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.2.0-1 - Updated to 1.2.0 (BZ #1116887) |