]> git.pld-linux.org Git - packages/dyncall.git/commitdiff
- updated to 1.3
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 20 Nov 2022 06:43:46 +0000 (07:43 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 20 Nov 2022 06:43:46 +0000 (07:43 +0100)
- added cmake patch from hg

dyncall-cmake.patch [new file with mode: 0644]
dyncall.spec

diff --git a/dyncall-cmake.patch b/dyncall-cmake.patch
new file mode 100644 (file)
index 0000000..214779a
--- /dev/null
@@ -0,0 +1,17 @@
+
+# HG changeset patch
+# User Tassilo Philipp
+# Date 1639763062 -3600
+# Node ID 1e65b89116030845cbfd78c283ca681cda356e5a
+# Parent  fde92442c7853ec00d96e7c62e3cbb7b21820fd4
+- fix cmake build for test (missed to remove deleted file from cmakelists)
+
+diff -r fde92442c785 -r 1e65b8911603 test/callback_suite/CMakeLists.txt
+--- a/test/callback_suite/CMakeLists.txt       Fri Dec 17 11:47:18 2021 +0100
++++ b/test/callback_suite/CMakeLists.txt       Fri Dec 17 18:44:22 2021 +0100
+@@ -1,3 +1,3 @@
+-add_executable(callback_suite env.c handler.c sigstrings.c invokers.c do_test.c main.c print.c signature_utils.c)
++add_executable(callback_suite env.c handler.c sigstrings.c invokers.c do_test.c main.c signature_utils.c)
+ target_link_libraries(callback_suite dyncallback_s)
+
index ffffb0597e186e046f14aae3853b180d312f884c..7f62528605371081297fba9ff91956d9fdc9e551 100644 (file)
@@ -5,14 +5,16 @@
 Summary:       A Generic Dynamic FFI package
 Summary(pl.UTF-8):     Ogólny pakiet do dynamicznych wywołań obcych funkcji (FFI)
 Name:          dyncall
-Version:       1.1
+Version:       1.3
 Release:       1
 License:       MIT
 Group:         Libraries
 #Source0Download: https://dyncall.org/download
 Source0:       https://dyncall.org/r%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: db7dab95f721dc1c0c513a7e4ab28345
+# Source0-md5: 4f96a2f86aae116f84ee7db01b164d41
 Patch0:                %{name}-libdir.patch
+# https://dyncall.org/pub/dyncall/dyncall/raw-rev/1e65b8911603
+Patch1:                %{name}-cmake.patch
 URL:           https://dyncall.org/
 BuildRequires: cmake >= 2.6
 %if %{with doc}
@@ -59,6 +61,7 @@ Dokumentacja bibliotek dyncall.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 install -d build
This page took 0.145305 seconds and 4 git commands to generate.