Projects
Essentials
lightspark
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 67
View file
lightspark.spec
Changed
@@ -31,6 +31,7 @@ Group: Productivity/Multimedia/Other Url: https://launchpad.net/lightspark/ Source0: lightspark.tar.xz +Patch: 0001-Remove-assertion-of-removed-pend-variable.patch BuildRequires: boost-devel BuildRequires: cmake BuildRequires: desktop-file-utils @@ -89,6 +90,7 @@ %prep %setup -q -n %{name} +%patch -p1 %build export CFLAGS='%{optflags}'
View file
0001-Remove-assertion-of-removed-pend-variable.patch
Added
@@ -0,0 +1,32 @@ +From 665fe97b712f83c5ffbf950b3cbf2f44fbe96367 Mon Sep 17 00:00:00 2001 +From: Johannes Obermayr <johannesobermayr@gmx.de> +Date: Fri, 15 May 2015 12:04:28 +0200 +Subject: [PATCH] Remove assertion of removed pend variable. + +--- + src/tiny_string.cpp | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/src/tiny_string.cpp b/src/tiny_string.cpp +index 9fec690..0a3e52a 100644 +--- a/src/tiny_string.cpp ++++ b/src/tiny_string.cpp +@@ -508,7 +508,6 @@ tiny_string tiny_string::lowercase() const + uint32_t len = 0; + for (CharIterator it=begin(); it!=end(); it++) + { +- assert(pend-p >= 6); + gunichar c = g_unichar_tolower(*it); + gint n = g_unichar_to_utf8(c, p); + p += n; +@@ -530,7 +529,6 @@ tiny_string tiny_string::uppercase() const + uint32_t len = 0; + for (CharIterator it=begin(); it!=end(); it++) + { +- assert(pend-p >= 6); + gunichar c = g_unichar_toupper(*it); + gint n = g_unichar_to_utf8(c, p); + p += n; +-- +2.3.7 +
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
.