forked from pool/jffi
- Update to v1.3.11 * No changelog provided by upstream - Update patches: * jffi-add-built-jar-to-test-classpath.patch * jffi-fix-dependencies-in-build-xml.patch * jffi-fix-system-ffi.patch - Remove "case FFI_BAD_ARGTYPE:" from jni/jffi/CallContext.c conditionally when %{suse_version} <= 1500 - Update to v1.3.10 * No changelog provided by upstream - Update to v1.3.9 * No changelog provided by upstream - Update patch jffi-fix-system-ffi.patch - Remove obsolete %pom_xpath_remove - Remove "case FFI_BAD_ARGTYPE:" from jni/jffi/CallContext.c because FFI_BAD_ARGTYPE constant is not defined in /usr/include/ffi.h - Fix build with maven-antrun-plugin >= 3.0.0 - Update to v1.3.4 * No changelog provided by upstream - Remove obsolete patch jffi-1.2.12-no_javah.patch - Disable patch jffi-fix-compilation-flags.patch due to test errors during %check phase - Wipe obsolete stuff out from the spec file - Initial packaging of jffi 1.2.12 OBS-URL: https://build.opensuse.org/request/show/1080441 OBS-URL: https://build.opensuse.org/package/show/Java:packages/jffi?expand=0&rev=13
15 lines
708 B
Diff
15 lines
708 B
Diff
diff -up jffi-jffi-1.3.11/build.xml.p01 jffi-jffi-1.3.11/build.xml
|
|
--- jffi-jffi-1.3.11/build.xml.p01 2023-03-11 19:12:18.000000000 +0300
|
|
+++ jffi-jffi-1.3.11/build.xml 2023-04-16 05:00:58.276337651 +0300
|
|
@@ -263,8 +263,8 @@
|
|
<javac srcdir="${src.test.dir}" destdir="${build.test.dir}/classes" includeantruntime="false" classpathref="classpath.test">
|
|
<classpath>
|
|
<pathelement location="${build.classes.dir}"/>
|
|
- <pathelement location="lib/junit_4/junit-4.11.jar"/>
|
|
- <pathelement location="lib/junit_4/hamcrest-core-1.3.jar"/>
|
|
+ <pathelement location="lib/junit.jar"/>
|
|
+ <pathelement location="${complete.jar}"/>
|
|
</classpath>
|
|
</javac>
|
|
</target>
|