Projects
home:sicherha:branches:Kolab:16
iRony
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 9
View file
iRony.spec
Changed
@@ -38,7 +38,7 @@ Name: iRony Version: 0.4.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: DAV for Kolab Groupware Group: Applications/Internet @@ -50,6 +50,8 @@ Source1: iRony.conf Source2: iRony.logrotate +Patch0: 0001-Remove-type-declaration-from-property.patch + BuildArch: noarch Requires: chwala >= 0.5.2 @@ -159,6 +161,9 @@ %attr(0770,%{httpd_user},%{httpd_group}) %{_localstatedir}/log/%{name} %changelog +* Wed Dec 28 2022 Christoph Erhardt <kolab@sicherha.de> - 0.4.6-4 +- Fix compatibility with PHP < 7.4.0 (T7097) + * Mon Dec 19 2022 Christian Mollekopf <mollekopf@apheleia-it.ch> - 0.4.6-3 - Updated tarball
View file
0001-Remove-type-declaration-from-property.patch
Added
@@ -0,0 +1,33 @@ +From d0e899c9373eeadc9896117338ba072e579c6b00 Mon Sep 17 00:00:00 2001 +Message-Id: <d0e899c9373eeadc9896117338ba072e579c6b00.1672257858.git.christoph.erhardt@sicherha.de> +From: Christoph Erhardt <christoph.erhardt@sicherha.de> +Date: Wed, 28 Dec 2022 18:22:50 +0100 +Subject: PATCH Remove type declaration from property + +Summary: This syntax is not compatible with PHP < 7.4.0. Fixes T7097. + +Reviewers: mollekopf + +Maniphest Tasks: T7097 + +Differential Revision: https://git.kolab.org/D3968 +--- + lib/Kolab/CardDAV/LDAPDirectory.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/lib/Kolab/CardDAV/LDAPDirectory.php b/lib/Kolab/CardDAV/LDAPDirectory.php +index 022eb6a..08c1d60 100644 +--- a/lib/Kolab/CardDAV/LDAPDirectory.php ++++ b/lib/Kolab/CardDAV/LDAPDirectory.php +@@ -48,7 +48,7 @@ class LDAPDirectory extends DAV\Collection implements \Sabre\CardDAV\IDirectory, + protected $principalUri; + protected $addressBookInfo = array(); + protected $cache; +- protected CardDAV\Xml\Request\AddressBookQueryReport $query; ++ protected $query; + protected $filter; + + /** +-- +2.38.1 +
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +irony (0.4.6-6~kolab1) unstable; urgency=low + + * Fix compatibility with PHP < 7.4.0 (T7097) + + -- Christoph Erhardt <kolab@sicherha.de> Wed, 28 Dec 2022 21:07:21 +0100 + irony (0.4.6-5~kolab1) unstable; urgency=low * Release of version 0.4.6
View file
debian.series
Changed
@@ -0,0 +1,1 @@ +0001-Remove-type-declaration-from-property.patch
View file
iRony.dsc
Changed
@@ -2,7 +2,7 @@ Source: irony Binary: irony Architecture: all -Version: 0.4.6-5~kolab1 +Version: 0.4.6-6~kolab1 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.kolab.org/
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.