From 300c8b9e9909b7cd270f0f67c8a59f287449ede8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Feb 2022 07:58:56 +0100 Subject: [PATCH 1/2] v3.1.1 (cherry picked from commit cf72bd2e53b58d3756e4b35f1a19a17a0feba7f0) --- .gitignore | 1 + php-phar-io-version3.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 1eb8338..59cd303 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /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 +/php-phar-io-version3-3.1.1-15a9084.tgz diff --git a/php-phar-io-version3.spec b/php-phar-io-version3.spec index 342b704..8867ec0 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-phar-io-version3 # -# Copyright (c) 2017-2021 Remi Collet +# Copyright (c) 2017-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit bae7c545bef187884426f042434e561ab1ddb182 +%global gh_commit 15a90844ad40f127afd244c0cad228de2a80052a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phar-io %global gh_project version @@ -21,8 +21,8 @@ %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.1.0 -Release: 2%{?dist} +Version: 3.1.1 +Release: 1%{?dist} Summary: Library for handling version information and constraints License: BSD @@ -81,7 +81,7 @@ cp -pr src %{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major} : Run upstream test suite ret=0 BS=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php -for cmd in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do +for cmd in "php %{phpunit}" php74 php80 php81; do if which $cmd; then set $cmd $1 -d auto_prepend_file=$BS \ @@ -104,6 +104,9 @@ exit $ret %changelog +* Tue Feb 8 2022 Remi Collet - 3.1.1-1 +- update to 3.1.1 + * Fri Jul 23 2021 Fedora Release Engineering - 3.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index d982e3c..2b14012 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phar-io-version3-3.1.0-bae7c54.tgz) = aef2ed6ad2fc1a4212e88c73c16e38e1d70e42e32ad6640766038cc3ef5df31259ade67b6c9b59f36422b6fff303feb314387fa60c5bd02372778e322cb1221d +SHA512 (php-phar-io-version3-3.1.1-15a9084.tgz) = e955924a4ce8e556d9049ec9a6829362998769e0985e7ff4215b6852c5bf342dc00c00b92632e3bb6f7a889d919ee72789f4d4e97424384dbab0bbae9634c580 From b26295392ceec598b6c2f58cd02cd7d54795edad Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Feb 2022 08:44:28 +0100 Subject: [PATCH 2/2] v3.2.1 (cherry picked from commit e557c18cf60defbd9e81f672d4b65a9d8b6e145b) --- .gitignore | 1 + php-phar-io-version3.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 59cd303..754fc88 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /php-phar-io-version3-3.0.4-e478261.tgz /php-phar-io-version3-3.1.0-bae7c54.tgz /php-phar-io-version3-3.1.1-15a9084.tgz +/php-phar-io-version3-3.2.1-4f7fd78.tgz diff --git a/php-phar-io-version3.spec b/php-phar-io-version3.spec index 8867ec0..2a71c40 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit 15a90844ad40f127afd244c0cad228de2a80052a +%global gh_commit 4f7fd7836c6f332bb2933569e566a0d6c4cbed74 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phar-io %global gh_project version @@ -21,7 +21,7 @@ %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.1.1 +Version: 3.2.1 Release: 1%{?dist} Summary: Library for handling version information and constraints @@ -104,6 +104,9 @@ exit $ret %changelog +* Mon Feb 21 2022 Remi Collet - 3.2.1-1 +- update to 3.2.1 + * Tue Feb 8 2022 Remi Collet - 3.1.1-1 - update to 3.1.1 diff --git a/sources b/sources index 2b14012..269789a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phar-io-version3-3.1.1-15a9084.tgz) = e955924a4ce8e556d9049ec9a6829362998769e0985e7ff4215b6852c5bf342dc00c00b92632e3bb6f7a889d919ee72789f4d4e97424384dbab0bbae9634c580 +SHA512 (php-phar-io-version3-3.2.1-4f7fd78.tgz) = 6b87689095ccf5305440c5416f14df81b816a8ee1e3d8aa0277b2f92de87d82a8e70388f98353463e58165df981f157156c950d7984f792f7c41197d0af89e47