Projects
Kolab:16:Enterprise
libcalendaring
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 7
View file
libcalendaring.spec
Changed
@@ -12,6 +12,7 @@ Patch0001: 0001-Correct-shebangs.patch # ical3 support for CentOS 7.6 from https://cgit.kolab.org/libcalendaring/commit/?id=fc5d939abcc32c03f3513ae9239b2b3c765329f5 Patch0002: 0002-ical3-support.patch +Patch0003: 0003-debug-messages.patch BuildRequires: boost-devel BuildRequires: cmake @@ -51,6 +52,7 @@ %patch0001 -p1 %patch0002 -p1 +%patch0003 -p1 %build mkdir build @@ -86,6 +88,9 @@ %{_libdir}/libcalendaring*.a %changelog +* Fri Mar 20 2020 Christian Mollekopf <mollekopf@kolabsys.com> - 4.9.2-2 +- adding patch to remove unnecessarily noisy debug messages + * Tue Jan 08 2018 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.9.2-1 - adding patch to build on CentOS 7.6 and Fedora 28 with ical3
View file
0003-debug-messages.patch
Added
@@ -0,0 +1,57 @@ +From 72ba8c33b5c4e014dc5aa540c57b375f98f8d91f Mon Sep 17 00:00:00 2001 +From: Christian Mollekopf <chrigi_1@fastmail.fm> +Date: Tue, 28 Aug 2018 10:20:01 +0200 +Subject: PATCH Removed frequently triggered debug messages that we can't + disable. + +--- + kdecore/date/ksystemtimezone.cpp | 5 ----- + 1 file changed, 5 deletions(-) + +diff --git a/kdecore/date/ksystemtimezone.cpp b/kdecore/date/ksystemtimezone.cpp +index c1124d4..8c3d2cc 100644 +--- a/kdecore/date/ksystemtimezone.cpp ++++ b/kdecore/date/ksystemtimezone.cpp +@@ -269,7 +269,6 @@ KTimeZone KSystemTimeZones::zone(const QString& name) + + void KSystemTimeZones::configChanged() + { +- kDebug(161) << "KSystemTimeZones::configChanged()"; + KSystemTimeZonesPrivate::m_ktimezonedError = false; + KSystemTimeZonesPrivate::readConfig(false); + } +@@ -278,7 +277,6 @@ void KSystemTimeZones::zonetabChanged(const QString &zonetab) + { + Q_UNUSED(zonetab) + #ifndef Q_OS_WIN +- kDebug(161) << "KSystemTimeZones::zonetabChanged()"; + KSystemTimeZonesPrivate::m_ktimezonedError = false; + // Re-read zone.tab and update our collection, removing any deleted + // zones and adding any new zones. +@@ -317,7 +315,6 @@ KSystemTimeZonesPrivate *KSystemTimeZonesPrivate::instance() + m_ktimezonedError = !reply.isValid(); + if (m_ktimezonedError) + kError(161) << "KSystemTimeZones: ktimezoned initialize() D-Bus call failed: " << reply.error().message() << endl; +-kDebug(161)<<"instance(): ... initialised"; + delete ktimezoned; + #else + m_ktimezonedError = false; +@@ -375,7 +372,6 @@ void KSystemTimeZonesPrivate::readConfig(bool init) + m_zoneinfoDir.truncate(m_zoneinfoDir.length() - 1); // strip trailing '/' + if (!init) + setLocalZone(); +- kDebug(161) << "readConfig(): local zone=" << m_localZoneName; + } + + void KSystemTimeZonesPrivate::setLocalZone() +@@ -463,7 +459,6 @@ void KSystemTimeZonesPrivate::updateTimezoneInformation(bool update) + */ + void KSystemTimeZonesPrivate::readZoneTab(bool update) + { +- kDebug(161) << "readZoneTab(" << m_zonetab<< ")"; + QStringList newZones; + QFile f; + f.setFileName(m_zonetab); +-- +2.25.1 +
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +libcalendaring (4.9.2~dev20160905-0~kolab2) unstable; urgency=low + + * Added patch to remove unnecessary debug messages + + -- Christian Mollekopf (Kolab Systems) <mollekopf@kolabsys.com> Fri, 20 Mar 2020 10:21:15 +0200 + libcalendaring (4.9.2~dev20160905-0~kolab1) unstable; urgency=low * Release of version 4.9.1
View file
debian.series
Changed
@@ -1,1 +1,2 @@ 0002-ical3-support.patch -p1 +0003-debug-messages.patch -p1
View file
libcalendaring.dsc
Changed
@@ -2,7 +2,7 @@ Source: libcalendaring Binary: libcalendaring-dev, libcalendaring Architecture: any -Version: 4.9.2~dev20160905-0~kolab1 +Version: 4.9.2~dev20160905-0~kolab2 Maintainer: Jeroen van Meeuwen <vanmeeuwen@kolabyss.com> Homepage: http://kolab.org/about/libcalendaring Standards-Version: 3.9.3
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
.