[packages/graphite2] - updated to 1.3.13 - updated fix_wrong_linker_opts patch

qboosh qboosh at pld-linux.org
Thu Dec 27 18:16:10 CET 2018


commit 33106ea27eb8a8b6229a15222862b886d55ae37f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Dec 27 18:20:52 2018 +0100

    - updated to 1.3.13
    - updated fix_wrong_linker_opts patch

 graphite2-fix_wrong_linker_opts.patch | 12 ++++++------
 graphite2.spec                        |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/graphite2.spec b/graphite2.spec
index 719ff18..21ddd29 100644
--- a/graphite2.spec
+++ b/graphite2.spec
@@ -1,12 +1,12 @@
 Summary:	Font rendering capabilities for complex non-Roman writing systems
 Summary(pl.UTF-8):	Wsparcie renderowania złożonych systemów pisma nierzymskiego
 Name:		graphite2
-Version:	1.3.12
+Version:	1.3.13
 Release:	1
 License:	LGPL v2.1+
 Group:		Libraries
 Source0:	http://downloads.sourceforge.net/silgraphite/%{name}-%{version}.tgz
-# Source0-md5:	75eafa40b5d2cfee852f40b42ef553f5
+# Source0-md5:	29616d4f9651706036ca25c111508272
 Patch0:		%{name}-fix_wrong_linker_opts.patch
 Patch1:		%{name}-includes-libs-perl.patch
 URL:		http://graphite.sil.org/
diff --git a/graphite2-fix_wrong_linker_opts.patch b/graphite2-fix_wrong_linker_opts.patch
index aa48e60..b0862b3 100644
--- a/graphite2-fix_wrong_linker_opts.patch
+++ b/graphite2-fix_wrong_linker_opts.patch
@@ -1,5 +1,5 @@
---- graphite2-1.3.12/src/CMakeLists.txt.orig	2018-08-15 07:38:09.000000000 +0200
-+++ graphite2-1.3.12/src/CMakeLists.txt	2018-11-18 08:15:12.590957323 +0100
+--- graphite2-1.3.13/src/CMakeLists.txt.orig	2018-12-27 18:14:02.352072244 +0100
++++ graphite2-1.3.13/src/CMakeLists.txt	2018-12-27 18:15:32.665404541 +0100
 @@ -105,11 +105,7 @@
  if  (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
      set_target_properties(graphite2 PROPERTIES
@@ -8,13 +8,13 @@
 -        LINKER_LANGUAGE C)
 -    if (${CMAKE_SYSTEM_PROCESSOR} MATCHES "x86|i.86")
 -        add_definitions(-mfpmath=sse -msse2)
--    endif (${CMAKE_SYSTEM_PROCESSOR} MATCHES "x86|i.86")
+-    endif()
 +        )
      if (CMAKE_COMPILER_IS_GNUCXX)
          add_definitions(-Wdouble-promotion)
-     endif (CMAKE_COMPILER_IS_GNUCXX)
+     endif()
 @@ -119,12 +115,6 @@
-     endif (${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang")
+     endif()
      if (${CMAKE_CXX_COMPILER} MATCHES  ".*mingw.*")
          target_link_libraries(graphite2 kernel32 msvcr90 mingw32 gcc user32)
 -    else (${CMAKE_CXX_COMPILER} MATCHES  ".*mingw.*")
@@ -23,6 +23,6 @@
 -        else ()
 -            target_link_libraries(graphite2 c gcc)
 -        endif ()
-     endif (${CMAKE_CXX_COMPILER} MATCHES  ".*mingw.*")
+     endif()
      include(Graphite)
      if (BUILD_SHARED_LIBS)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/graphite2.git/commitdiff/33106ea27eb8a8b6229a15222862b886d55ae37f



More information about the pld-cvs-commit mailing list