Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Petr Mensik
30c914a2c6 Downgrade uvw to work with epel9
EPEL9 has libuv 1.42, we need to go down one more version. No CMake
building.
2025-04-14 21:40:29 +02:00
2 changed files with 6 additions and 6 deletions

View file

@ -1 +1 @@
SHA512 (uvw-2.11.0_libuv_v1.43.tar.gz) = 55fbe3964ba74c078d7d7a1b49813b3a84d414c19f22c3892e38d2cd8d60bcfb4ad4dfefae8985c686f8615a81d972b8421ef03ca1d7509bd2936fe0624441d4
SHA512 (uvw-2.10.0_libuv_v1.42.tar.gz) = a34836bc5b017aeb6f798147a0bbbea287f736a20a9a9973d3cf4b232f66670825955db6abf149a34ee8dc7ee3865528d8c8de796b2ccaf28790e3aff9ad21ba

View file

@ -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