Projects
Kolab:Winterfell
libkolabxml
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 12
View file
libkolabxml.spec
Changed
@@ -62,7 +62,7 @@ Name: libkolabxml %endif Version: 1.2 -Release: 0.20160607.git%{?dist} +Release: 0.20160909.git%{?dist} Summary: Kolab XML format collection parser library Group: System Environment/Libraries
View file
debian.changelog
Changed
@@ -1,4 +1,4 @@ -libkolabxml (1.2~dev20160607-0~kolab1) unstable; urgency=low +libkolabxml (1.2~dev20160909-0~kolab1) unstable; urgency=low * Get the Debian packaging up to par with the new upstream
View file
libkolabxml-1.2.tar.gz/src/objectvalidation.cpp
Changed
@@ -89,8 +89,10 @@ void validate(const Event &event) { ASSERTVALID(event.created()); - ASSERT(event.created().isUTC()); - ASSERT(!event.created().isDateOnly()); + if (event.created().isValid()) { + ASSERT(event.created().isUTC()); + ASSERT(!event.created().isDateOnly()); + } ASSERTEXISTING(event.start()); ASSERTVALID(event.start()); ASSERTVALID(event.end()); @@ -102,8 +104,10 @@ void validate(const Todo& todo) { ASSERTVALID(todo.created()); - ASSERT(todo.created().isUTC()); - ASSERT(!todo.created().isDateOnly()); + if (todo.created().isValid()) { + ASSERT(todo.created().isUTC()); + ASSERT(!todo.created().isDateOnly()); + } ASSERTVALID(todo.start()); ASSERTVALID(todo.due()); if (todo.start().isValid() && todo.due().isValid()) { @@ -114,8 +118,10 @@ void validate(const Journal& journal) { ASSERTVALID(journal.created()); - ASSERT(journal.created().isUTC()); - ASSERT(!journal.created().isDateOnly()); + if (journal.created().isValid()) { + ASSERT(journal.created().isUTC()); + ASSERT(!journal.created().isDateOnly()); + } ASSERTVALID(journal.start()); }
View file
libkolabxml.dsc
Changed
@@ -2,7 +2,7 @@ Source: libkolabxml Binary: libkolabxml1v5, php-kolabformat, python-kolabformat, libkolabxml-dev Architecture: any -Version: 1.2~dev20160607-0~kolab1 +Version: 1.2~dev20160909-0~kolab1 Maintainer: Debian Kolab Maintainers <pkg-kolab-devel@lists.alioth.debian.org> Uploaders: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>, Paul Klos <kolab@klos2day.nl> Homepage: http://git.kolab.org/libkolabxml
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
.