* Added patch raptor-libxml2-2.11-support.patch * Added full parsing and serializing support for Turtle Terse RDF * Fixed reported issues: 0000499, 0000508, 0000520, 0000521 * Multiple minor fixes and improvements * Add a few sequence utility methods for sort, reverse and * All parsers and serializers use the W3C Format URIs as their - Do not require gtk-doc to build * Added two new JSON serializers: resource-centric 'json' - missing pkg-config in buildrequires OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/raptor?expand=0&rev=52
16 lines
570 B
Diff
16 lines
570 B
Diff
Index: raptor2-2.0.16/src/raptor_rfc2396.c
|
|
===================================================================
|
|
--- raptor2-2.0.16.orig/src/raptor_rfc2396.c
|
|
+++ raptor2-2.0.16/src/raptor_rfc2396.c
|
|
@@ -393,10 +393,8 @@ raptor_uri_normalize_path(unsigned char*
|
|
}
|
|
|
|
|
|
-#if defined(RAPTOR_DEBUG)
|
|
if(path_len != strlen((const char*)path_buffer))
|
|
RAPTOR_FATAL3("Path length %ld does not match calculated %ld.", (long)strlen((const char*)path_buffer), (long)path_len);
|
|
-#endif
|
|
|
|
/* RFC3986 Appendix C.2 / 5.4.2 Abnormal Examples
|
|
* Remove leading /../ and /./
|