diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-11-03 06:07:03 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-11-03 06:07:03 +0100 | 
| commit | 602c27fea39adb66882e921d0d6da26b0cce8f32 (patch) | |
| tree | 3ae8fd6c031e5256242ccd7a5f0b921eaeec96be | |
| parent | e51383139ca5dd37e3c097b4f73ec64c1fdbb686 (diff) | |
php-mongodb: 1.0.0beta1
| -rw-r--r-- | php-mongodb.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
diff --git a/php-mongodb.spec b/php-mongodb.spec index 2d4c791..be324db 100644 --- a/php-mongodb.spec +++ b/php-mongodb.spec @@ -6,10 +6,10 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    a3c0b97b23ea8b111e332055cfd5d072312fd9e1 +%global gh_commit    34b74f852af43fc70f49308bfbd3555f91db593c  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     mongodb -%global gh_date      20151102 +#global gh_date      20151102  %global gh_project   mongo-php-library  %if 0%{?fedora} >= 21 || 0%{?rhel} >= 6  %global with_tests   0%{!?_without_tests:1} @@ -17,14 +17,14 @@  %global with_tests   0%{?_with_tests:1}  %endif  %global psr0         MongoDB -#global prever       alpha1 +%global prever       beta1  Name:           php-%{gh_owner}  Version:        1.0.0  %if 0%{?gh_date}  Release:        0.2.%{gh_date}git%{gh_short}%{?dist}  %else -Release:        0.1.%{prever}%{?dist} +Release:        0.3.%{prever}%{?dist}  %endif  Summary:        MongoDB driver library @@ -154,6 +154,9 @@ rm -rf %{buildroot}  %changelog +* Tue Nov  3 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.3.beta1 +- update to 1.0.0beta1 +  * Mon Nov  2 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.2.20151102gita3c0b97  - git snapshot  | 
