!22 为解决在master分支openssl 版本更新的导致poco编译报错的问题

From: @davidhan008 
Reviewed-by: @anchuanxu 
Signed-off-by: @anchuanxu
This commit is contained in:
openeuler-ci-bot 2023-02-03 03:52:49 +00:00 committed by Gitee
commit f6897638ea
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 5 deletions

Binary file not shown.

BIN
poco-1.12.2-release.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: poco
Version: 1.10.1
Release: 4
Version: 1.12.2
Release: 1
Summary: This is ROS melodic ros_comm's 3rdparty poco
License: BSL-1.0
URL: https://github.com/pocoproject/poco/releases/tag/poco-1.10.1-release
Source0: https://github.com/pocoproject/poco/archive/poco-1.10.1-release.tar.gz
URL: https://github.com/pocoproject/poco/releases/tag/poco-1.12.2-release
Source0: https://github.com/pocoproject/poco/archive/poco-1.12.2-release.tar.gz
BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: openssl-devel
@ -34,6 +34,9 @@ find %{buildroot} -type f -name '*.so.*' -exec strip '{}' ';'
/usr/local/*
%changelog
* Thu Feb 2 2023 openEuler Buildteam <hanhaomin008@126.com> - 1.12.2-1
- Update version to 12.2.2
* Mon Aug 8 2022 Chenyx <chenyixiong3@huawei.com> - 1.10.1-4
- License compliance rectification
@ -41,5 +44,6 @@ find %{buildroot} -type f -name '*.so.*' -exec strip '{}' ';'
* Sat Sep 4 2021 zhangtao <zhangtao221@huawei.com> - 1.10.1-2
- strip dynamic library
* Thu December 31 2020 openEuler Buildteam <hanhaomin008@126.com>
* Sat Sep 4 2020 openEuler Buildteam <hanhaomin008@126.com> - 1.10.1-1
- Package init