]> git.pld-linux.org Git - packages/vislcg3.git/commitdiff
- updated to 1.3.2 auto/th/vislcg3-1.3.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 23 Mar 2021 20:00:09 +0000 (21:00 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 23 Mar 2021 20:00:09 +0000 (21:00 +0100)
- updated static patch

vislcg3-static.patch
vislcg3.spec

index 164459e7c7d93c10110897da4497607ac5ebd9b7..ea5edf2f456e190d6db69a789c79d5b83017266d 100644 (file)
@@ -1,5 +1,5 @@
---- cg3-1.3.0/CMakeLists.txt.orig      2019-09-29 21:20:05.000000000 +0200
-+++ cg3-1.3.0/CMakeLists.txt   2019-10-17 20:06:34.647892619 +0200
+--- cg3-1.3.2/CMakeLists.txt.orig      2021-03-23 19:52:01.468693496 +0100
++++ cg3-1.3.2/CMakeLists.txt   2021-03-23 20:06:00.977478820 +0100
 @@ -50,7 +50,11 @@
        include(CheckCCompilerFlag)
        include(CheckCXXCompilerFlag)
@@ -7,9 +7,9 @@
 -      foreach(flag "-Wno-unused-result" "-flto")
 +      set(flags_to_check "-Wno-unused-result")
 +      if(BUILD_SHARED_LIBS)
-+            set(flags_to_check "${flags_to_check} -flto")
++              set(flags_to_check "${flags_to_check} -flto")
 +      endif()
 +      foreach(flag ${flags_to_check})
-               string(REGEX REPLACE "[^A-Za-z0-9]" "-" _flag ${flag})
+               string(REGEX REPLACE "[^A-Za-z0-9]" "" _flag ${flag})
                CHECK_CXX_COMPILER_FLAG(${flag} COMPILER_SUPPORTS_${_flag})
                if(COMPILER_SUPPORTS_${_flag})
index ea31a72435cee3084969de6bd91be5c88ee20f42..8f0daa4519aac7740ee05c4520a95263fa87e22a 100644 (file)
@@ -6,13 +6,13 @@
 Summary:       VISL CG-3 constraint grammar system
 Summary(pl.UTF-8):     VISL CG-3 - system ograniczonej gramatyki
 Name:          vislcg3
-Version:       1.3.1
-Release:       3
+Version:       1.3.2
+Release:       1
 License:       GPL v3+
 Group:         Applications/Text
 #Source0Download: https://github.com/TinoDidriksen/cg3/releases
 Source0:       https://github.com/TinoDidriksen/cg3/archive/v%{version}/cg3-%{version}.tar.gz
-# Source0-md5: a5b608f4ee7e5d7427b360ef22d58348
+# Source0-md5: 495ed8b59968c071a44fc7e525d779a7
 Patch0:                %{name}-static.patch
 URL:           http://beta.visl.sdu.dk/cg3.html
 BuildRequires: cmake >= 3.0
This page took 0.125045 seconds and 4 git commands to generate.