Projects
Kolab:16:Testing
kolab-syncroton
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 38
View file
kolab-syncroton.spec
Changed
@@ -37,7 +37,7 @@ %global upstream_version 2.4.2 Name: kolab-syncroton -Version: 2.4.2.12 +Version: 2.4.2.13 Release: 1%{?dist} Summary: ActiveSync for Kolab Groupware
View file
debian.changelog
Changed
@@ -1,4 +1,4 @@ -kolab-syncroton (2.4.2.12-0~kolab1) unstable; urgency=low +kolab-syncroton (2.4.2.13-0~kolab1) unstable; urgency=low * Release version 2.4.2
View file
kolab-syncroton-2.4.2.tar.gz/lib/kolab_sync_data_email.php
Changed
@@ -987,6 +987,7 @@ continue; } + $search->revert(); $uids = $search->get(); foreach ($uids as $idx => $uid) { $uids$idx = new Syncroton_Model_StoreResponseResult(
View file
kolab-syncroton-2.4.2.tar.gz/tests/SyncTestCase.php
Changed
@@ -359,4 +359,17 @@ return $xpath; } + + + /** + * adapter for phpunit < 9 + */ + protected function assertMatchesRegularExpression($arg1, $arg2) + { + if (method_exists("PHPUnit\Framework\TestCase", "assertMatchesRegularExpression")) { + parent::assertMatchesRegularExpression($arg1, $arg2); + } else { + parent::assertRegExp($arg1, $arg2); + } + } }
View file
kolab-syncroton.dsc
Changed
@@ -2,7 +2,7 @@ Source: kolab-syncroton Binary: kolab-syncroton Architecture: all -Version: 1:2.4.2.12-1~kolab1 +Version: 1:2.4.2.13-1~kolab1 Maintainer: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> Uploaders: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> 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
.