* Various bugfixes * Expanded testsuite - Remove graphite2-arm.patch - applied upstream - Add patches from debian: * soname.diff * no-specific-nunit-version.diff - Run^Wdocument tests and generate documentation - Use cmake macros for nice and tidy setup. OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/graphite2?expand=0&rev=10
8 lines
336 B
Diff
8 lines
336 B
Diff
--- graphite2-1.2.0.orig/contrib/C#/NGraphite/NGraphite.dll.config
|
|
+++ graphite2-1.2.0/contrib/C#/NGraphite/NGraphite.dll.config
|
|
@@ -1,3 +1,3 @@
|
|
<configuration>
|
|
- <dllmap dll="graphite2.dll" target="libgraphite2.so.2.0.0" os="!windows"/>
|
|
+ <dllmap dll="graphite2.dll" target="libgraphite2.so.3" os="!windows"/>
|
|
</configuration>
|