summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-03-01 15:42:48 +0100
committerRemi Collet <remi@php.net>2024-03-01 15:42:48 +0100
commitc8fbb1a5f8c0b10c2d22ab04f7ef7924795506ac (patch)
tree94978f65fa36fe6acca843f88749c29b8cb3920d
parent11f8d361a1396e58a755ed6dd84fe6252b8438d6 (diff)
update to 3.0.5 (no change)
sources from git snapshot
-rw-r--r--php-sebastian-diff3.spec15
1 files changed, 10 insertions, 5 deletions
diff --git a/php-sebastian-diff3.spec b/php-sebastian-diff3.spec
index 7ad3e0d..fce147c 100644
--- a/php-sebastian-diff3.spec
+++ b/php-sebastian-diff3.spec
@@ -1,13 +1,13 @@
# remirepo/fedora spec file for php-sebastian-diff3
#
-# Copyright (c) 2013-2023 Remi Collet
+# Copyright (c) 2013-2024 Remi Collet
# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 6296a0c086dd0117c1b78b059374d7fcbe7545ae
+%global gh_commit 19c13267f01acca90aff30f1233cad20dbd9b2e9
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project diff
@@ -27,13 +27,14 @@
%endif
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 3.0.4
+Version: 3.0.5
Release: 1%{?dist}
Summary: Diff implementation, version %{major}
License: BSD-3-Clause
URL: https://github.com/%{gh_owner}/%{gh_project}
-Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz
+Source0: %{name}-%{version}-%{gh_short}.tgz
+Source1: makesrc.sh
# php-symfony4 going to disapear, only used for tests
%global symfony_version 4.4.44
Source2: https://github.com/symfony/process/archive/v%{symfony_version}/php-symfony-process-%{symfony_version}.tar.gz
@@ -101,7 +102,7 @@ rm -r tests/Output/Integration
: Run upstream test suite
ret=0
-for cmd in php php80 php81 php82; do
+for cmd in php php81 php82 php83; do
if which $cmd; then
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
%{_bindir}/phpunit8 --verbose || ret=1
@@ -124,6 +125,10 @@ exit $ret
%changelog
+* Fri Mar 1 2024 Remi Collet <remi@remirepo.net> - 3.0.5-1
+- update to 3.0.5 (no change)
+- sources from git snapshot
+
* Tue May 9 2023 Remi Collet <remi@remirepo.net> - 3.0.4-1
- update to 3.0.4