From 2fdb3da3b5835f58ace012ba54a4417b9dcd497a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jul 2023 05:07:50 +0000 Subject: [PATCH 01/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-sabre-dav4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sabre-dav4.spec b/php-sabre-dav4.spec index b9f775a..25f6d9c 100644 --- a/php-sabre-dav4.spec +++ b/php-sabre-dav4.spec @@ -25,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: WebDAV Framework for PHP Version: 4.4.0 -Release: 3%{?dist} +Release: 4%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} # sabre is BSD @@ -230,6 +230,9 @@ exit $ret %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 4.4.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Fri Jan 20 2023 Fedora Release Engineering - 4.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 07d78049fb7263cb098c4e7cb9a836e62b5c2645 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Nov 2023 13:47:52 +0100 Subject: [PATCH 02/11] v4.5.0 --- .gitignore | 1 + php-sabre-dav4.spec | 35 ++++++++++++++++------------------- sources | 2 +- 3 files changed, 18 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 5dc8940..553179d 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /php-sabre-dav4-4.3.0-1f9bfa7.tgz /php-sabre-dav4-4.3.1-130abb7.tgz /php-sabre-dav4-4.4.0-b65362a.tgz +/php-sabre-dav4-4.5.0-7e40343.tgz diff --git a/php-sabre-dav4.spec b/php-sabre-dav4.spec index 25f6d9c..7744c4c 100644 --- a/php-sabre-dav4.spec +++ b/php-sabre-dav4.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit b65362abc926520eda2c57e219f022a6c288069d +%global gh_commit 7e40343e473f17eab3d1d6ca4ae3e1cdfc6e0fd8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project dav @@ -24,13 +24,13 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: WebDAV Framework for PHP -Version: 4.4.0 -Release: 4%{?dist} +Version: 4.5.0 +Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} # sabre is BSD # assets/openiconic is MIT -License: BSD and MIT +License: BSD-3-Clause AND MIT Source0: %{name}-%{version}-%{gh_short}.tgz # git snapshot to retrieve tests Source1: makesrc.sh @@ -47,7 +47,7 @@ BuildRequires: (php-composer(sabre/xml) >= 2.0.1 with php-composer(sabre/ BuildRequires: (php-composer(sabre/http) >= 5.0.5 with php-composer(sabre/http) < 6) BuildRequires: (php-composer(sabre/uri) >= 2.0 with php-composer(sabre/uri) < 3) BuildRequires: (php-composer(psr/log) >= 1.0.1 with php-composer(psr/log) < 4) -BuildRequires: (php-composer(monolog/monolog) >= 1.18 with php-composer(monolog/monolog) < 2) +BuildRequires: (php-composer(monolog/monolog) >= 1.27 with php-composer(monolog/monolog) < 2) BuildRequires: php-dom BuildRequires: php-pcre BuildRequires: php-spl @@ -61,19 +61,13 @@ BuildRequires: php-curl BuildRequires: php-pdo BuildRequires: php-json # From composer.json, "require-dev" : { -# "friendsofphp/php-cs-fixer": "^2.17.1", -# "phpstan/phpstan": "^0.12", -# "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.0", -# "evert/phpdoc-md" : "~0.1.0", -# "squizlabs/php_codesniffer": "~1.5.3" -# "monolog/monolog": "^1.18" -%if 0%{?fedora} >= 31 || 0%{?rhel} >= 9 -BuildRequires: phpunit9 +# "friendsofphp/php-cs-fixer": "^2.19", +# "monolog/monolog": "^1.27", +# "phpstan/phpstan": "^0.12 || ^1.0", +# "phpstan/phpstan-phpunit": "^1.0", +# "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6" +BuildRequires: phpunit9 >= 9.6 %global phpunit %{_bindir}/phpunit9 -%else -BuildRequires: phpunit8 -%global phpunit %{_bindir}/phpunit8 -%endif %endif # Autoloader BuildRequires: php-fedora-autoloader-devel @@ -155,7 +149,7 @@ Autoloader: %{_datadir}/php/%{ns_vendor}/%{ns_project}%{major}/autoload.php %setup -q -n %{gh_project}-%{gh_commit} mv lib/DAV/Browser/assets/openiconic/ICON-LICENSE . -%patch0 -p1 -b .rpm +%patch -P0 -p1 -b .rpm : relocate for dir in CalDAV CardDAV DAV DAVACL; do @@ -203,7 +197,7 @@ sed -e 's:@BUILDROOT@:%{buildroot}:' -i bootstrap.php : Run upstream test suite against installed library ret=0 -for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do +for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do if which $cmdarg; then set $cmdarg for ts in sabre-dav sabre-davacl sabre-caldav sabre-carddav; do @@ -230,6 +224,9 @@ exit $ret %changelog +* Tue Nov 14 2023 Remi Collet - 4.5.0-1 +- update to 4.5.0 + * Fri Jul 21 2023 Fedora Release Engineering - 4.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild diff --git a/sources b/sources index dc2619b..35c799f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-sabre-dav4-4.4.0-b65362a.tgz) = 431ffaa5294d7f1ab4fac49cbc58a86afe5b84ac2dc67a373f714183c8cc294191169678aed68158676716a2fb4d1cf64f244141196d8cd180ccab5c9f02a562 +SHA512 (php-sabre-dav4-4.5.0-7e40343.tgz) = 913b7bfda8166b737dc0b387fce9e848c2a23be22e62f8fedb672d14aa88d5868aa841a001902eb58002996a63ec65ff4e766072b5e73be23930c69202716fd6 From 8c4d886dbf138cd011cb3f9ad1241b520fea3b70 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Nov 2023 08:47:34 +0100 Subject: [PATCH 03/11] v4.5.1 --- .gitignore | 1 + php-sabre-dav4.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 553179d..8215210 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /php-sabre-dav4-4.3.1-130abb7.tgz /php-sabre-dav4-4.4.0-b65362a.tgz /php-sabre-dav4-4.5.0-7e40343.tgz +/php-sabre-dav4-4.5.1-b29899b.tgz diff --git a/php-sabre-dav4.spec b/php-sabre-dav4.spec index 7744c4c..e68519f 100644 --- a/php-sabre-dav4.spec +++ b/php-sabre-dav4.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 7e40343e473f17eab3d1d6ca4ae3e1cdfc6e0fd8 +%global gh_commit b29899b675371aee73920165d1dc5a2235aa104b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project dav @@ -24,7 +24,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: WebDAV Framework for PHP -Version: 4.5.0 +Version: 4.5.1 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -224,6 +224,9 @@ exit $ret %changelog +* Thu Nov 23 2023 Remi Collet - 4.5.1-1 +- update to 4.5.1 + * Tue Nov 14 2023 Remi Collet - 4.5.0-1 - update to 4.5.0 diff --git a/sources b/sources index 35c799f..43c437b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-sabre-dav4-4.5.0-7e40343.tgz) = 913b7bfda8166b737dc0b387fce9e848c2a23be22e62f8fedb672d14aa88d5868aa841a001902eb58002996a63ec65ff4e766072b5e73be23930c69202716fd6 +SHA512 (php-sabre-dav4-4.5.1-b29899b.tgz) = b9be1a46757078a2e7128ad59a55edce381224dbd558ce597dac3e3a622f7ae4be00a4a84d9965ddacc4a4e0d8728a478f6381dfe84a2d830e9a359414f7f5de From 5dad4469bf61a375679cb7a2c73a0a26ac97fbdf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Dec 2023 15:01:11 +0100 Subject: [PATCH 04/11] v4.6.0 --- .gitignore | 1 + php-sabre-dav4-autoload.patch | 8 +++++--- php-sabre-dav4.spec | 11 +++++++---- sources | 2 +- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 8215210..2ba7911 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /php-sabre-dav4-4.4.0-b65362a.tgz /php-sabre-dav4-4.5.0-7e40343.tgz /php-sabre-dav4-4.5.1-b29899b.tgz +/php-sabre-dav4-4.6.0-5541453.tgz diff --git a/php-sabre-dav4-autoload.patch b/php-sabre-dav4-autoload.patch index 9cdafef..a9722e2 100644 --- a/php-sabre-dav4-autoload.patch +++ b/php-sabre-dav4-autoload.patch @@ -1,7 +1,7 @@ diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php --- ./tests/bootstrap.php.rpm 2019-07-05 14:29:48.486775637 +0200 +++ ./tests/bootstrap.php 2019-07-05 14:32:02.171555393 +0200 -@@ -2,15 +2,11 @@ +@@ -2,15 +2,13 @@ declare(strict_types=1); @@ -9,7 +9,9 @@ diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php - -$autoLoader = include __DIR__.'/../vendor/autoload.php'; +require '@BUILDROOT@/usr/share/php/Sabre/DAV4/autoload.php'; -+require '/usr/share/php/Monolog/autoload.php'; ++if (file_exists('/usr/share/php/Monolog2/autoload.php')) ++ require '/usr/share/php/Monolog2/autoload.php'; ++else require '/usr/share/php/Monolog/autoload.php'; // SabreDAV tests auto loading -$autoLoader->add('Sabre\\', __DIR__); @@ -20,7 +22,7 @@ diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php date_default_timezone_set('UTC'); -@@ -30,8 +26,8 @@ foreach ($environmentVars as $var) { +@@ -35,8 +33,8 @@ foreach ($environmentVars as $var) { $config = [ 'SABRE_TEMPDIR' => dirname(__FILE__).'/temp/', 'SABRE_HASSQLITE' => in_array('sqlite', PDO::getAvailableDrivers()), diff --git a/php-sabre-dav4.spec b/php-sabre-dav4.spec index e68519f..0eaadad 100644 --- a/php-sabre-dav4.spec +++ b/php-sabre-dav4.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit b29899b675371aee73920165d1dc5a2235aa104b +%global gh_commit 554145304b4a026477d130928d16e626939b0b2a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project dav @@ -24,7 +24,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: WebDAV Framework for PHP -Version: 4.5.1 +Version: 4.6.0 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -47,7 +47,7 @@ BuildRequires: (php-composer(sabre/xml) >= 2.0.1 with php-composer(sabre/ BuildRequires: (php-composer(sabre/http) >= 5.0.5 with php-composer(sabre/http) < 6) BuildRequires: (php-composer(sabre/uri) >= 2.0 with php-composer(sabre/uri) < 3) BuildRequires: (php-composer(psr/log) >= 1.0.1 with php-composer(psr/log) < 4) -BuildRequires: (php-composer(monolog/monolog) >= 1.27 with php-composer(monolog/monolog) < 2) +BuildRequires: (php-composer(monolog/monolog) >= 1.27 with php-composer(monolog/monolog) < 3) BuildRequires: php-dom BuildRequires: php-pcre BuildRequires: php-spl @@ -62,7 +62,7 @@ BuildRequires: php-pdo BuildRequires: php-json # From composer.json, "require-dev" : { # "friendsofphp/php-cs-fixer": "^2.19", -# "monolog/monolog": "^1.27", +# "monolog/monolog": "^1.27 || ^2.0", # "phpstan/phpstan": "^0.12 || ^1.0", # "phpstan/phpstan-phpunit": "^1.0", # "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6" @@ -224,6 +224,9 @@ exit $ret %changelog +* Mon Dec 11 2023 Remi Collet - 4.6.0-1 +- update to 4.6.0 + * Thu Nov 23 2023 Remi Collet - 4.5.1-1 - update to 4.5.1 diff --git a/sources b/sources index 43c437b..a55f18e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-sabre-dav4-4.5.1-b29899b.tgz) = b9be1a46757078a2e7128ad59a55edce381224dbd558ce597dac3e3a622f7ae4be00a4a84d9965ddacc4a4e0d8728a478f6381dfe84a2d830e9a359414f7f5de +SHA512 (php-sabre-dav4-4.6.0-5541453.tgz) = ea14ac1f1b203c66d7655bc6ebbb28290dd40227b4e2a19937530510c89af1ca661c678808b63c4edbc7eb5462727ac7d39db4dde5552f7b1ab4249de203ac1c From 1431248a46cf7d8f52d9b36bda9d73cbab4fe483 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 21:23:03 +0000 Subject: [PATCH 05/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- php-sabre-dav4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sabre-dav4.spec b/php-sabre-dav4.spec index 0eaadad..37f0791 100644 --- a/php-sabre-dav4.spec +++ b/php-sabre-dav4.spec @@ -25,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: WebDAV Framework for PHP Version: 4.6.0 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} # sabre is BSD @@ -224,6 +224,9 @@ exit $ret %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 4.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Mon Dec 11 2023 Remi Collet - 4.6.0-1 - update to 4.6.0 From 71059b310716f4825695f9e782ce935aa0e38779 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 23:10:45 +0000 Subject: [PATCH 06/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- php-sabre-dav4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sabre-dav4.spec b/php-sabre-dav4.spec index 37f0791..be61a3b 100644 --- a/php-sabre-dav4.spec +++ b/php-sabre-dav4.spec @@ -25,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: WebDAV Framework for PHP Version: 4.6.0 -Release: 2%{?dist} +Release: 3%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} # sabre is BSD @@ -224,6 +224,9 @@ exit $ret %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 4.6.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 4.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From fc51e40d2c980ad8ec70c234b358772b88ac20b9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 29 Jan 2024 11:07:16 +0000 Subject: [PATCH 07/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- php-sabre-dav4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sabre-dav4.spec b/php-sabre-dav4.spec index be61a3b..a994b5e 100644 --- a/php-sabre-dav4.spec +++ b/php-sabre-dav4.spec @@ -25,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: WebDAV Framework for PHP Version: 4.6.0 -Release: 3%{?dist} +Release: 4%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} # sabre is BSD @@ -224,6 +224,9 @@ exit $ret %changelog +* Mon Jan 29 2024 Fedora Release Engineering - 4.6.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Jan 25 2024 Fedora Release Engineering - 4.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From e7ae93dfd0e062c232a216c85672cdc23fe8c27b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 07:24:48 +0000 Subject: [PATCH 08/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- php-sabre-dav4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sabre-dav4.spec b/php-sabre-dav4.spec index a994b5e..d782a1b 100644 --- a/php-sabre-dav4.spec +++ b/php-sabre-dav4.spec @@ -25,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: WebDAV Framework for PHP Version: 4.6.0 -Release: 4%{?dist} +Release: 5%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} # sabre is BSD @@ -224,6 +224,9 @@ exit $ret %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 4.6.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Mon Jan 29 2024 Fedora Release Engineering - 4.6.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From b4cd0a0b8b591a9a61d5bb5e5aa4a5c3cc67216e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Oct 2024 14:49:25 +0100 Subject: [PATCH 09/11] v4.7..0 --- .gitignore | 1 + php-sabre-dav4.spec | 15 ++++++++------- sources | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 2ba7911..78f7e10 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /php-sabre-dav4-4.5.0-7e40343.tgz /php-sabre-dav4-4.5.1-b29899b.tgz /php-sabre-dav4-4.6.0-5541453.tgz +/php-sabre-dav4-4.7.0-074373b.tgz diff --git a/php-sabre-dav4.spec b/php-sabre-dav4.spec index d782a1b..b70f0ae 100644 --- a/php-sabre-dav4.spec +++ b/php-sabre-dav4.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-sabre-dav4 # -# Copyright (c) 2013-2022 Remi Collet +# Copyright (c) 2013-2024 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 554145304b4a026477d130928d16e626939b0b2a +%global gh_commit 074373bcd689a30bcf5aaa6bbb20a3395964ce7a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project dav @@ -24,8 +24,8 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: WebDAV Framework for PHP -Version: 4.6.0 -Release: 5%{?dist} +Version: 4.7.0 +Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} # sabre is BSD @@ -112,11 +112,9 @@ Requires: php-json # "ext-curl" : "*", # "ext-pdo" : "*", # "ext-imap": "*" -%if 0%{?fedora} >= 21 || 0%{?rhel} >= 8 Recommends: php-curl Recommends: php-pdo Recommends: php-imap -%endif # Autoloader Requires: php-composer(fedora/autoloader) @@ -197,7 +195,7 @@ sed -e 's:@BUILDROOT@:%{buildroot}:' -i bootstrap.php : Run upstream test suite against installed library ret=0 -for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do +for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do if which $cmdarg; then set $cmdarg for ts in sabre-dav sabre-davacl sabre-caldav sabre-carddav; do @@ -224,6 +222,9 @@ exit $ret %changelog +* Tue Oct 29 2024 Remi Collet - 4.7.0-1 +- update to 4.7.0 + * Fri Jul 19 2024 Fedora Release Engineering - 4.6.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild diff --git a/sources b/sources index a55f18e..1492fa3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-sabre-dav4-4.6.0-5541453.tgz) = ea14ac1f1b203c66d7655bc6ebbb28290dd40227b4e2a19937530510c89af1ca661c678808b63c4edbc7eb5462727ac7d39db4dde5552f7b1ab4249de203ac1c +SHA512 (php-sabre-dav4-4.7.0-074373b.tgz) = 95f6a85567c7a6fcf0d74fe13a60465ea99a8c8d5920f82a6e8a98e96e21f05ea614f607d67360f7ff2f6c2393e1d447ebd5761697f371b29ffab92051ac4aac From 469dc2ae6293651518a511504695248dc0ca6e36 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 09:39:59 +0000 Subject: [PATCH 10/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- php-sabre-dav4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sabre-dav4.spec b/php-sabre-dav4.spec index b70f0ae..18630be 100644 --- a/php-sabre-dav4.spec +++ b/php-sabre-dav4.spec @@ -25,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: WebDAV Framework for PHP Version: 4.7.0 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} # sabre is BSD @@ -222,6 +222,9 @@ exit $ret %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 4.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Tue Oct 29 2024 Remi Collet - 4.7.0-1 - update to 4.7.0 From 518c501a5a9916d58fa5ff43e89718a80644aca4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:30:14 +0000 Subject: [PATCH 11/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-sabre-dav4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sabre-dav4.spec b/php-sabre-dav4.spec index 18630be..333a5f9 100644 --- a/php-sabre-dav4.spec +++ b/php-sabre-dav4.spec @@ -25,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: WebDAV Framework for PHP Version: 4.7.0 -Release: 2%{?dist} +Release: 3%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} # sabre is BSD @@ -222,6 +222,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 4.7.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sat Jan 18 2025 Fedora Release Engineering - 4.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild