parent
607e5f5e6e
commit
b0e24e1c0f
2 changed files with 10 additions and 6 deletions
|
|
@ -1,12 +1,12 @@
|
|||
# remirepo/fedora spec file for php-myclabs-php-enum
|
||||
#
|
||||
# Copyright (c) 2017-2018 Remi Collet
|
||||
# Copyright (c) 2017-2019 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit 550d2334d77f91b0816a5cbd6965272fe20146b8
|
||||
%global gh_commit 32c4202886c51fbe5cc3a7c34ec5c9a4a790345e
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner myclabs
|
||||
%global gh_project php-enum
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
%global with_tests 0%{!?_without_tests:1}
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}
|
||||
Version: 1.6.4
|
||||
Version: 1.6.6
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Enum implementation
|
||||
|
||||
|
|
@ -51,11 +51,12 @@ BuildRequires: php-composer(fedora/autoloader)
|
|||
%endif
|
||||
|
||||
# From composer.json, "require": {
|
||||
# "php": ">=5.4"
|
||||
# "php": ">=5.4",
|
||||
# "ext-json": "*"
|
||||
Requires: php(language) >= 5.4
|
||||
Requires: php-json
|
||||
# From phpcompatinfo report for version 1.6.1
|
||||
Requires: php-reflection
|
||||
Requires: php-json
|
||||
Requires: php-spl
|
||||
# Required by autoloader
|
||||
Requires: php-composer(fedora/autoloader)
|
||||
|
|
@ -122,6 +123,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 5 2019 Remi Collet <remi@remirepo.net> - 1.6.6-1
|
||||
- update to 1.6.6
|
||||
|
||||
* Tue Oct 30 2018 Remi Collet <remi@remirepo.net> - 1.6.4-1
|
||||
- update to 1.6.4
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-myclabs-php-enum-1.6.4-550d233.tgz) = a50d144c3ea424b1d28d77b93f61881b1724c51000de1c04ad614d506df2b04813c770983d3f42ec9dbaa7a68fca1399baba518742b57c291c6c193141f1e205
|
||||
SHA512 (php-myclabs-php-enum-1.6.6-32c4202.tgz) = b43b3485866c4bcf84f26824adecc260501e30c2977edcafa81bb91a4c9f3e39a58627491b16311a5f50f914e8ddf9fc7ddda4458b0d24806608392dc03074ef
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue