v1.6.4
This commit is contained in:
parent
19e54c89fd
commit
607e5f5e6e
3 changed files with 8 additions and 8 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,4 +1,2 @@
|
|||
/php-myclabs-php-enum-1.5.2-3ed7088.tgz
|
||||
/php-myclabs-php-enum-1.6.1-8c5649e.tgz
|
||||
/php-myclabs-php-enum-1.6.2-ca2f409.tgz
|
||||
/php-myclabs-php-enum-1.6.3-a8284c7.tgz
|
||||
clog
|
||||
/php-myclabs-php-enum-1.*.tgz
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit a8284c7c540caf9988e339a404cadcdf1e8b165d
|
||||
%global gh_commit 550d2334d77f91b0816a5cbd6965272fe20146b8
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner myclabs
|
||||
%global gh_project php-enum
|
||||
|
|
@ -20,11 +20,10 @@
|
|||
%global with_tests 0%{!?_without_tests:1}
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}
|
||||
Version: 1.6.3
|
||||
Version: 1.6.4
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Enum implementation
|
||||
|
||||
Group: Development/Libraries
|
||||
License: MIT
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
# git snashop to get upstream test suite
|
||||
|
|
@ -123,6 +122,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 30 2018 Remi Collet <remi@remirepo.net> - 1.6.4-1
|
||||
- update to 1.6.4
|
||||
|
||||
* Mon Oct 29 2018 Remi Collet <remi@remirepo.net> - 1.6.3-1
|
||||
- update to 1.6.3
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-myclabs-php-enum-1.6.3-a8284c7.tgz) = 306d3cd517873ec729ae78fb6ed80d27b4f75d8aa57b751401b4d8a84d67c50da79fc42f497e81bfff43d64d82872152fb421b2a669c649f8e911e863df35557
|
||||
SHA512 (php-myclabs-php-enum-1.6.4-550d233.tgz) = a50d144c3ea424b1d28d77b93f61881b1724c51000de1c04ad614d506df2b04813c770983d3f42ec9dbaa7a68fca1399baba518742b57c291c6c193141f1e205
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue