[packages/asdcplib] - updated to 2.10.38 - updated link patch
qboosh
qboosh at pld-linux.org
Sun Jan 17 15:36:58 CET 2021
commit 302f37089650a2b1697b99bb6769209c3eead403
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Jan 17 15:37:06 2021 +0100
- updated to 2.10.38
- updated link patch
asdcplib-link.patch | 18 ------------------
asdcplib.spec | 4 ++--
2 files changed, 2 insertions(+), 20 deletions(-)
---
diff --git a/asdcplib.spec b/asdcplib.spec
index b5e7ac5..7743bb3 100644
--- a/asdcplib.spec
+++ b/asdcplib.spec
@@ -1,7 +1,7 @@
Summary: The ASDCP library
Summary(pl.UTF-8): Biblioteka ASDCP
Name: asdcplib
-Version: 2.10.37
+Version: 2.10.38
%define git_tag rel_%(echo %{version} | tr . _)
Release: 1
License: BSD
@@ -9,7 +9,7 @@ Group: Libraries
# note: download URL shows more recent versions than document at download directory
#Source0Download: https://github.com/cinecert/asdcplib/releases
Source0: https://github.com/cinecert/asdcplib/archive/%{git_tag}/%{name}-%{git_tag}.tar.gz
-# Source0-md5: e1b93b7625c62c76d9b896a3f98855ed
+# Source0-md5: 1588d0dd15e50736dc8b5be3099d372f
# from asdcplib 1.12.60 sources
Source1: %{name}.pc.in
Patch0: %{name}-link.patch
diff --git a/asdcplib-link.patch b/asdcplib-link.patch
index e93fddd..29d1418 100644
--- a/asdcplib-link.patch
+++ b/asdcplib-link.patch
@@ -68,21 +68,3 @@
run_openssl_test="yes"
elif test "$openssl_requested" = "yes"; then
if test -n "$openssl_include_dir" -a -n "$openssl_lib_flags"; then
-@@ -237,7 +237,7 @@
- if test -f "$openssl_include_dir/openssl/opensslv.h"; then
-
- OPENSSL_VERSION=`grep OPENSSL_VERSION_TEXT $openssl_include_dir/openssl/opensslv.h \
-- | grep -v fips | grep -v PTEXT | cut -f 2 | tr -d \"`
-+ | grep -v fips | grep -v PTEXT | sed -e 's/.*"\([^"]*\)"$/\1/'`
- AC_SUBST([OPENSSL_VERSION])
-
- dnl Decompose required version string and calculate numerical representation
-@@ -259,7 +259,7 @@
- \+ $((0xf))`
-
- dnl Calculate numerical representation of detected version
-- openssl_version_number=`expr $(($(grep OPENSSL_VERSION_NUMBER $openssl_include_dir/openssl/opensslv.h | cut -f 2 | tr -d L)))`
-+ openssl_version_number=`expr $(($(grep OPENSSL_VERSION_NUMBER $openssl_include_dir/openssl/opensslv.h | sed -e 's/.*\(0x.*\)L.*/\1/') ))`
-
- openssl_version_check=`expr $openssl_version_number \>\= $openssl_version_req_number`
- if test "$openssl_version_check" = "1"; then
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/asdcplib.git/commitdiff/302f37089650a2b1697b99bb6769209c3eead403
More information about the pld-cvs-commit
mailing list