summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-11-15 07:42:59 +0100
committerRemi Collet <remi@remirepo.net>2019-11-15 07:42:59 +0100
commit283af5e443688bc4cec129d1a3dca57c5feb399f (patch)
treea0c39165a8e29c6e953ff0cd3016a19f87447f59
parenta8d0c175699d759a66c4a79b47c9ae54467347e6 (diff)
v1.25.7
-rw-r--r--php-theseer-autoload.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-theseer-autoload.spec b/php-theseer-autoload.spec
index c3b27f4..46e842f 100644
--- a/php-theseer-autoload.spec
+++ b/php-theseer-autoload.spec
@@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 845081399df818418a0555ed90ceed3580f39a74
+%global gh_commit 6f579ef5b04e655baf57f657f931e9e333cef906
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner theseer
%global gh_project Autoload
@@ -19,13 +19,13 @@
%global pear_channel pear.netpirates.net
Name: php-theseer-autoload
-Version: 1.25.6
+Version: 1.25.7
Release: 1%{?dist}
Summary: A tool and library to generate autoload code
License: BSD
URL: https://github.com/%{gh_owner}/%{gh_project}
-Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{?gh_short}.tar.gz
+Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{?gh_short}.tar.gz
# Autoloader path
Patch0: %{gh_project}-rpm.patch
@@ -126,7 +126,7 @@ class_exists('PHPUnit\Framework\TestCase') or class_alias('PHPUnit_Framework_Tes
EOF
ret=0
-for cmd in "php %{phpunit}" "php56 %{_bindir}/phpunit" php70 php71 php72 php73; do
+for cmd in "php %{phpunit}" "php56 %{_bindir}/phpunit" php70 php71 php72 php73 php74; do
if which $cmd; then
set $cmd
$1 ${2:-%{_bindir}/phpunit6} --verbose || ret=1
@@ -151,6 +151,9 @@ fi
%changelog
+* Fri Nov 15 2019 Remi Collet <remi@remirepo.net> - 1.25.7-1
+- update to 1.25.7
+
* Thu May 16 2019 Remi Collet <remi@remirepo.net> - 1.25.6-1
- update to 1.25.6