Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c2076aefb0 |
3 changed files with 10 additions and 10 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/php-phar-io-version3-3.0.2-c6bb682.tgz
|
||||
/php-phar-io-version3-3.0.3-726c026.tgz
|
||||
/php-phar-io-version3-3.0.4-e478261.tgz
|
||||
/php-phar-io-version3-3.1.0-bae7c54.tgz
|
||||
|
|
|
|||
|
|
@ -1,19 +1,15 @@
|
|||
# remirepo/fedora spec file for php-phar-io-version3
|
||||
#
|
||||
# Copyright (c) 2017-2020 Remi Collet
|
||||
# Copyright (c) 2017-2021 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%bcond_with bootstrap
|
||||
%if %{with bootstrap}
|
||||
%bcond_with tests
|
||||
%else
|
||||
%bcond_without tests
|
||||
%endif
|
||||
|
||||
%global gh_commit e4782611070e50613683d2b9a57730e9a3ba5451
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit bae7c545bef187884426f042434e561ab1ddb182
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner phar-io
|
||||
%global gh_project version
|
||||
|
|
@ -25,7 +21,7 @@
|
|||
%global php_home %{_datadir}/php
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 3.0.4
|
||||
Version: 3.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for handling version information and constraints
|
||||
|
||||
|
|
@ -108,6 +104,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 24 2021 Remi Collet <remi@remirepo.net> - 3.1.0-1
|
||||
- update to 3.1.0
|
||||
|
||||
* Mon Dec 14 2020 Remi Collet <remi@remirepo.net> - 3.0.4-1
|
||||
- update to 3.0.4
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phar-io-version3-3.0.4-e478261.tgz) = e93975d44d79a737943c133aaba2443c0f3f40af0883ec98ed6224aeae14bef9065527d763fa400bdd90d003fd27ec363bb71d4ae0b92cc944990459b65e3f6d
|
||||
SHA512 (php-phar-io-version3-3.1.0-bae7c54.tgz) = aef2ed6ad2fc1a4212e88c73c16e38e1d70e42e32ad6640766038cc3ef5df31259ade67b6c9b59f36422b6fff303feb314387fa60c5bd02372778e322cb1221d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue