]> git.pld-linux.org Git - packages/bzrtp.git/commitdiff
- updated to 5.2.49 auto/th/bzrtp-5.2.49-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 Apr 2023 18:52:25 +0000 (20:52 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 Apr 2023 18:52:25 +0000 (20:52 +0200)
bzrtp-static.patch
bzrtp.spec

index 50523e54189bcc4ff4b285dcf92537c2a017d12a..305c4696d1c844a69c5c0751ff3919cc4c5d7c3a 100644 (file)
@@ -1,20 +1,24 @@
---- bzrtp-4.5.15/src/CMakeLists.txt.orig       2021-01-07 21:55:30.000000000 +0100
-+++ bzrtp-4.5.15/src/CMakeLists.txt    2021-06-15 20:01:07.586594468 +0200
-@@ -55,13 +55,13 @@
+--- bzrtp-5.2.49/src/CMakeLists.txt.orig       2023-04-09 20:47:59.297007234 +0200
++++ bzrtp-5.2.49/src/CMakeLists.txt    2023-04-09 20:50:27.739536385 +0200
+@@ -54,16 +54,16 @@ if(XML2_FOUND)
  endif()
  
  if(ENABLE_STATIC)
--      add_library(bzrtp STATIC ${SOURCE_FILES})
+-      add_library(bzrtp STATIC ${BZRTP_SOURCE_FILES})
 -      set_target_properties(bzrtp PROPERTIES OUTPUT_NAME bzrtp)
 -      target_include_directories(bzrtp INTERFACE
-+      add_library(bzrtp-static STATIC ${SOURCE_FILES})
++      add_library(bzrtp-static STATIC ${BZRTP_SOURCE_FILES})
 +      set_target_properties(bzrtp-static PROPERTIES OUTPUT_NAME bzrtp)
 +      target_include_directories(bzrtp-static INTERFACE
                $<INSTALL_INTERFACE:include>
                PRIVATE ${INCLUDE_DIRS})
--      target_link_libraries(bzrtp PUBLIC bctoolbox ${LIBS})
+-      target_link_libraries(bzrtp PRIVATE bctoolbox ${LIBS})
++      target_link_libraries(bzrtp-static PRIVATE bctoolbox ${LIBS})
+       if (postquantumcryptoengine_FOUND)
+-              target_link_libraries(bzrtp PRIVATE postquantumcryptoengine)
++              target_link_libraries(bzrtp-static PRIVATE postquantumcryptoengine)
+       endif()
 -      install(TARGETS bzrtp EXPORT ${EXPORT_TARGETS_NAME}Targets
-+      target_link_libraries(bzrtp-static PUBLIC bctoolbox ${LIBS})
 +      install(TARGETS bzrtp-static EXPORT ${EXPORT_TARGETS_NAME}Targets
                ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
                PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
index eca898734ad1373d4bef2661aa37b192c0df0a1e..476c1c59eee06716e671de796c9f4a408efb15f7 100644 (file)
@@ -5,13 +5,13 @@
 Summary:       Open source implementation of ZRTP keys exchange protocol
 Summary(pl.UTF-8):     Mająca otwarte źródła implementacja protokołu wymiany kluczy ZRTP
 Name:          bzrtp
-Version:       4.5.20
+Version:       5.2.49
 Release:       1
 License:       GPL v3+
 Group:         Libraries
 #Source0Download: https://gitlab.linphone.org/BC/public/bzrtp/tags
 Source0:       https://gitlab.linphone.org/BC/public/bzrtp/-/archive/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: a702edc1182579acb82d9456f6e35e88
+# Source0-md5: 30ed3cd6347609129eb71a3b7246eee0
 Patch0:                %{name}-static.patch
 URL:           http://www.linphone.org/
 BuildRequires: CUnit
This page took 0.126481 seconds and 4 git commands to generate.