diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-03-31 20:13:18 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-03-31 20:13:18 +0200 | 
| commit | 3ddf8a8b869e4ef10c93e1e02b554a655ca5ed40 (patch) | |
| tree | 32dd5a2dd6de25224f266e7f9fd69f90c20b9ab2 | |
| parent | 8f12e8fff4fb9bae6ac22227e04e0055c60b0158 (diff) | |
php-bartlett-umlwriter: git snapshot
| -rw-r--r-- | php-bartlett-umlwriter.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
| diff --git a/php-bartlett-umlwriter.spec b/php-bartlett-umlwriter.spec index 12cc033..bc8af88 100644 --- a/php-bartlett-umlwriter.spec +++ b/php-bartlett-umlwriter.spec @@ -7,12 +7,12 @@  # Please, preserve the changelog entries  #  %global bootstrap    1 -%global gh_commit    48f1e73fd3716824830185342319e8217e87cc3e +%global gh_commit    dd58a0b71894693250839ad7c7538a7510758a3b  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7}) -#global gh_date      20150303 +%global gh_date      20150331  %global gh_owner     llaville  %global gh_project   umlwriter -%global prever       RC2 +#global prever       RC2  %if %{bootstrap}  %global with_tests   %{?_with_tests:1}%{!?_with_tests:0}  %else @@ -21,7 +21,7 @@  Name:           php-bartlett-umlwriter  Version:        1.0.0 -%global specrel 2 +%global specrel 3  Release:        %{?gh_short:0.%{specrel}.%{?gh_date:%{gh_date}git%{gh_short}}%{?prever}}%{!?gh_short:%{specrel}}%{?dist}  Summary:        Create UML class diagrams from your PHP source @@ -129,6 +129,9 @@ rm -rf %{buildroot}  %changelog +* Tue Mar 31 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.3.20150331gitdd58a0b +- git snapshot, post 1.0.0RC2 +  * Tue Mar 31 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.2.RC2  - update to 1.0.0RC2  - add umlwrite command | 
