]> git.pld-linux.org Git - packages/NuSMV.git/commitdiff
- fix c++ parsing issue master auto/th/NuSMV-2.5.4-12
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 20 Oct 2019 09:50:04 +0000 (11:50 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 20 Oct 2019 09:50:04 +0000 (11:50 +0200)
- rel 12

NuSMV.spec
cxx.patch [new file with mode: 0644]

index 4251cf7b4f8ca13b6f4358af29e259a261341ce6..0350e01ec8b372fe0225723bf22871ecc71de89e 100644 (file)
@@ -9,7 +9,7 @@ Summary:        New Symbolic Model Verifier
 Summary(pl.UTF-8):     Nowy weryfikator modeli symbolicznych
 Name:          NuSMV
 Version:       2.5.4
-Release:       11
+Release:       12
 License:       LGPL
 Group:         Applications
 Source0:       http://nusmv.fbk.eu/distrib/%{name}-%{version}.tar.gz
@@ -22,6 +22,7 @@ Patch0:               %{name}-build.patch
 Patch1:                %{name}-solvers.patch
 Patch2:                format-security.patch
 Patch3:                fork.patch
+Patch4:                cxx.patch
 URL:           http://nusmv.fbk.eu/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -109,6 +110,7 @@ install %{SOURCE2} zchaff/
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 ICFLAGS="%{rpmcflags} -fPIC"
diff --git a/cxx.patch b/cxx.patch
new file mode 100644 (file)
index 0000000..1a9f506
--- /dev/null
+++ b/cxx.patch
@@ -0,0 +1,11 @@
+--- NuSMV-2.5.4/MiniSat/MiniSat_v070721_nusmv.patch~   2019-10-20 11:47:17.000000000 +0200
++++ NuSMV-2.5.4/MiniSat/MiniSat_v070721_nusmv.patch    2019-10-20 11:48:41.416405292 +0200
+@@ -598,7 +598,7 @@
+ +  return (MiniSat_ptr)new SimpSolver();
+ +}
+ +
+-+extern "C"void MiniSat_Delete(MiniSat_ptr ms)
+++extern "C" void MiniSat_Delete(MiniSat_ptr ms)
+ +{
+ +  delete (SimpSolver *)ms;
+ +}
This page took 0.09581 seconds and 4 git commands to generate.