Projects
Kolab:16:Testing:Candidate
php-sabre-vobject
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 9
View file
php-sabre-vobject.spec
Changed
@@ -15,7 +15,7 @@ Name: php-%{gh_project} Summary: Library to parse and manipulate iCalendar and vCard objects Version: 3.5.3 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://sabre.io/vobject/ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz
View file
vobject_encoding_performance.patch
Changed
@@ -1,8 +1,8 @@ diff --git a/lib/Property.php b/lib/Property.php -index 73686bc..ccb5e5c 100644 +index 73686bc..efa17bc 100644 --- a/lib/Property.php +++ b/lib/Property.php -@@ -241,17 +241,15 @@ abstract class Property extends Node { +@@ -241,19 +241,18 @@ abstract class Property extends Node { $str.=':' . $this->getRawMimeDirValue(); @@ -27,7 +27,11 @@ + $str + ); - return $out; +- return $out; ++ // remove single space after last CRLF ++ return \substr($str, 0, -1); + + } diff --git a/lib/Property/Text.php b/lib/Property/Text.php index ffd4c4b..30f5e38 100644
View file
debian.changelog
Changed
@@ -1,4 +1,4 @@ -php-sabre-vobject-3 (3.5.3-4) unstable; urgency=low +php-sabre-vobject-3 (3.5.3-5) unstable; urgency=low * Improve encoding performance
View file
php-sabre-vobject.dsc
Changed
@@ -2,7 +2,7 @@ Source: php-sabre-vobject-3 Binary: php-sabre-vobject-3 Architecture: all -Version: 3.5.3-4 +Version: 3.5.3-5 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Homepage: http://sabre.io/vobject/
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
.