From 30c914a2c6e27b6b979e7c740f9023dfe3182d04 Mon Sep 17 00:00:00 2001 From: Petr Mensik Date: Mon, 14 Apr 2025 21:34:29 +0200 Subject: [PATCH] Downgrade uvw to work with epel9 EPEL9 has libuv 1.42, we need to go down one more version. No CMake building. --- sources | 2 +- uvw.spec | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sources b/sources index 65cd467..9acb7ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uvw-2.11.0_libuv_v1.43.tar.gz) = 55fbe3964ba74c078d7d7a1b49813b3a84d414c19f22c3892e38d2cd8d60bcfb4ad4dfefae8985c686f8615a81d972b8421ef03ca1d7509bd2936fe0624441d4 +SHA512 (uvw-2.10.0_libuv_v1.42.tar.gz) = a34836bc5b017aeb6f798147a0bbbea287f736a20a9a9973d3cf4b232f66670825955db6abf149a34ee8dc7ee3865528d8c8de796b2ccaf28790e3aff9ad21ba diff --git a/uvw.spec b/uvw.spec index e18767a..3694f12 100644 --- a/uvw.spec +++ b/uvw.spec @@ -1,5 +1,5 @@ %global forgeurl0 https://github.com/skypjack/uvw -%global libuv_ver 1.43 +%global libuv_ver 1.42 %global tag0 v%{version}_libuv_v%{libuv_ver} %global distprefix %{nil} @@ -7,7 +7,7 @@ %global debug_package %{nil} Name: uvw -Version: 2.11.0 +Version: 2.10.0 %forgemeta Release: %autorelease Summary: Header-only easy to use libuv C++ wrapper @@ -19,9 +19,10 @@ Source0: %forgesource # https://github.com/skypjack/uvw/pull/253 Patch1: uvw-2.10-test-libuv-dynamic.patch -BuildRequires: gcc-c++, cmake +BuildRequires: gcc-c++ +BuildRequires: cmake BuildRequires: libuv-devel >= %{libuv_ver} -BuildRequires: libcxx-devel +#BuildRequires: libcxx-devel BuildRequires: doxygen BuildRequires: gtest-devel BuildRequires: sed @@ -100,7 +101,6 @@ popd %doc README.md %{_includedir}/%{name}* %{_libdir}/pkgconfig/libuvw* -%{_libdir}/cmake/%{name}/ %files doc %license LICENSE