Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e0779d565d |
3 changed files with 11 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
|||
/php-sebastian-diff3-3.0.0-e091609.tar.gz
|
||||
/php-sebastian-diff3-3.0.1-366541b.tar.gz
|
||||
/php-sebastian-diff3-3.0.2-720fcc7.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
# remirepo/fedora spec file for php-sebastian-diff3
|
||||
#
|
||||
# Copyright (c) 2013-2018 Remi Collet
|
||||
# Copyright (c) 2013-2019 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global bootstrap 0
|
||||
%global gh_commit e09160918c66281713f1c324c1f4c4c3037ba1e8
|
||||
%global gh_commit 720fcc7e9b5cf384ea68d9d930d480907a0c1a29
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project diff
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
%endif
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 3.0.0
|
||||
Version: 3.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Diff implementation
|
||||
|
||||
|
|
@ -42,9 +42,9 @@ BuildRequires: php(language) >= 7.1
|
|||
BuildRequires: php-pcre
|
||||
BuildRequires: php-spl
|
||||
# from composer.json, "require-dev": {
|
||||
# "phpunit/phpunit": "^7.0",
|
||||
# "phpunit/phpunit": "^7.5 || ^8.0",
|
||||
# "symfony/process": "^2 || ^3.3 || ^4"
|
||||
BuildRequires: phpunit7
|
||||
BuildRequires: phpunit7 >= 7.5
|
||||
BuildRequires: php-symfony4-process
|
||||
%endif
|
||||
|
||||
|
|
@ -111,6 +111,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 4 2019 Remi Collet <remi@remirepo.net> - 3.0.2-1
|
||||
- update to 3.0.2
|
||||
|
||||
* Wed Feb 7 2018 Remi Collet <remi@remirepo.net> - 3.0.0-1
|
||||
- normal build
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-diff3-3.0.0-e091609.tar.gz) = 040be054761551b7f89f0ec708592c3c8331eb833bba89a5284f72e6010a3b95ab878b4da0b38812d2831c9f734144040a11f5cc24102d389f7e7babe4cbdd8c
|
||||
SHA512 (php-sebastian-diff3-3.0.2-720fcc7.tar.gz) = 23a72319b76203a94d9edd14f8d960c9c489773ba9ec2bd7c8fb067332454ff9f83cba620e66da136d963d5599012cf42829c5d5913dd2bad44ed41c69ff9cba
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue