Projects
Kolab:Winterfell
libkolabxml
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 29
View file
libkolabxml.spec
Changed
@@ -74,7 +74,8 @@ # From fa555615bd732cdc7fef56bf617e57d1bcf174fd Source0: libkolabxml-1.2.tar.gz -Patch0001: fix-qverify-argument.patch +Patch1001: fix-qverify-argument.patch +Patch1002: at11.0-boost-this_thread-hidden-sleep_until.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -239,7 +240,11 @@ %prep %setup -q -n libkolabxml-%{version} -%patch0001 -p1 +%patch1001 -p1 + +%if 0%{?with_at} +%patch1002 -p1 +%endif %if 0%{?with_php7} sed -i "s/-php/-php7/g" src/php/CMakeLists.txt
View file
at11.0-boost-this_thread-hidden-sleep_until.patch
Added
@@ -0,0 +1,12 @@ +diff -ur libkolabxml-1.2.orig/tests/conversiontest.cpp libkolabxml-1.2/tests/conversiontest.cpp +--- libkolabxml-1.2.orig/tests/conversiontest.cpp 2016-09-09 12:42:25.000000000 +0200 ++++ libkolabxml-1.2/tests/conversiontest.cpp 2017-10-05 09:50:08.497369485 +0200 +@@ -263,7 +263,7 @@ + std::string uid = s.str(); + // std::cout << uid << std::endl; + Kolab::Utils::setCreatedUid(uid); +- boost::this_thread::sleep(boost::posix_time::millisec(50)); ++// boost::this_thread::sleep(boost::posix_time::millisec(50)); + QCOMPARE(Kolab::Utils::createdUid(), uid); + } + }
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
.