summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-03 09:59:03 +0100
committerRemi Collet <remi@php.net>2023-02-03 09:59:03 +0100
commit0f30556a0121ae20f1ab7a9dffdc481200969c07 (patch)
tree540c8ad6003ec034a8e0d470e8aee8efa3345a17
parent8df73164ab7b2c06d1c33c6c6bbc32bd561a689e (diff)
update to 3.2.1
-rw-r--r--php-sebastian-type3.spec15
1 files changed, 9 insertions, 6 deletions
diff --git a/php-sebastian-type3.spec b/php-sebastian-type3.spec
index a5102a4..1e5c985 100644
--- a/php-sebastian-type3.spec
+++ b/php-sebastian-type3.spec
@@ -1,7 +1,7 @@
# remirepo/fedora spec file for php-sebastian-type3
#
-# Copyright (c) 2019-2022 Remi Collet
-# License: CC-BY-SA
+# Copyright (c) 2019-2023 Remi Collet
+# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
@@ -10,7 +10,7 @@
%bcond_without tests
# github
-%global gh_commit fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e
+%global gh_commit 75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project type
@@ -24,11 +24,11 @@
%global ns_project Type
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 3.2.0
+Version: 3.2.1
Release: 1%{?dist}
Summary: Collection of value objects that represent the types of the PHP type system, v%{major}
-License: BSD
+License: BSD-3-Clause
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: %{name}-%{version}-%{gh_short}.tgz
Source1: makesrc.sh
@@ -91,7 +91,7 @@ EOF
: Run upstream test suite
ret=0
-for cmd in php php74 php80 php81 php82; do
+for cmd in php php80 php81 php82; do
if which $cmd; then
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
%{_bindir}/phpunit9 \
@@ -115,6 +115,9 @@ exit $ret
%changelog
+* Fri Feb 3 2023 Remi Collet <remi@remirepo.net> - 3.2.1-1
+- update to 3.2.1
+
* Tue Sep 13 2022 Remi Collet <remi@remirepo.net> - 3.2.0-1
- update to 3.2.0