Compare commits
No commits in common. "c10s" and "c8s" have entirely different histories.
@ -1 +0,0 @@
|
|||||||
1
|
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -10,7 +10,3 @@ libev-3.9.tar.gz
|
|||||||
/libev-4.22.tar.gz
|
/libev-4.22.tar.gz
|
||||||
/libev-4.23.tar.gz
|
/libev-4.23.tar.gz
|
||||||
/libev-4.24.tar.gz
|
/libev-4.24.tar.gz
|
||||||
/libev-4.25.tar.gz
|
|
||||||
/libev-4.27.tar.gz
|
|
||||||
/libev-4.31.tar.gz
|
|
||||||
/libev-4.33.tar.gz
|
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-10
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/all-internal.functional}
|
|
83
libev.spec
83
libev.spec
@ -2,16 +2,13 @@
|
|||||||
%global inst_srcdir %{buildroot}/%{source_dir}
|
%global inst_srcdir %{buildroot}/%{source_dir}
|
||||||
|
|
||||||
Name: libev
|
Name: libev
|
||||||
Version: 4.33
|
|
||||||
Release: 14%{?dist}
|
|
||||||
Summary: High-performance event loop/event model with lots of features
|
Summary: High-performance event loop/event model with lots of features
|
||||||
|
Version: 4.24
|
||||||
License: BSD-2-Clause OR GPL-2.0-or-later
|
Release: 6%{?dist}
|
||||||
|
License: BSD or GPLv2+
|
||||||
URL: http://software.schmorp.de/pkg/libev.html
|
URL: http://software.schmorp.de/pkg/libev.html
|
||||||
Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version}.tar.gz
|
Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
Patch1: osh-bugs.patch
|
|
||||||
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
@ -20,7 +17,6 @@ BuildRequires: gcc
|
|||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: tar
|
BuildRequires: tar
|
||||||
BuildRequires: git
|
|
||||||
|
|
||||||
Provides: bundled(libecb) = 1.05
|
Provides: bundled(libecb) = 1.05
|
||||||
|
|
||||||
@ -49,14 +45,16 @@ libevent.
|
|||||||
|
|
||||||
%package source
|
%package source
|
||||||
Summary: High-performance event loop/event model with lots of features
|
Summary: High-performance event loop/event model with lots of features
|
||||||
|
%if 0%{?fedora} >= 12 || 0%{?rhel} > 5
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
%endif
|
||||||
Provides: bundled(libecb) = 1.05
|
Provides: bundled(libecb) = 1.05
|
||||||
|
|
||||||
%description source
|
%description source
|
||||||
This package contains the source code for libev.
|
This package contains the source code for libev.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -S git
|
%autosetup -p0
|
||||||
autoreconf -vfi
|
autoreconf -vfi
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -67,8 +65,8 @@ autoreconf -vfi
|
|||||||
make check
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
||||||
rm -vf %{buildroot}%{_libdir}/%{name}.la
|
rm -rf %{buildroot}%{_libdir}/%{name}.la
|
||||||
|
|
||||||
# Make the source package
|
# Make the source package
|
||||||
mkdir -p %{inst_srcdir}
|
mkdir -p %{inst_srcdir}
|
||||||
@ -95,71 +93,6 @@ install -p -m 0644 Changes ev.pod LICENSE README %{inst_srcdir}
|
|||||||
%{source_dir}
|
%{source_dir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jan 21 2025 Jan Rybar <jrybar@redhat.com> - 4.33-14
|
|
||||||
- fixed OSH findings
|
|
||||||
- Resolves: RHEL-44360
|
|
||||||
|
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 4.33-13
|
|
||||||
- Bump release for October 2024 mass rebuild:
|
|
||||||
Resolves: RHEL-64018
|
|
||||||
|
|
||||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 4.33-12
|
|
||||||
- Bump release for June 2024 mass rebuild
|
|
||||||
|
|
||||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.33-11
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.33-10
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Aug 07 2023 Lukáš Zaoral <lzaoral@redhat.com> - 4.33-9
|
|
||||||
- migrate to SPDX license format
|
|
||||||
|
|
||||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.33-8
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.33-7
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.33-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.33-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.33-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.33-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.33-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Mar 19 2020 Fabian Affolter <mail@fabian-.affolter.ch> - 4.33-1
|
|
||||||
- Update to latest upstream release 4.33 (rhbz#1814655)
|
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.31-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jan 09 2020 Fabian Affolter <mail@fabian-.affolter.ch> - 4.31-1
|
|
||||||
- Update to latest upstream release 4.31 (rhbz#1785861)
|
|
||||||
|
|
||||||
* Sun Jul 28 2019 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 4.27-1
|
|
||||||
- Update to 4.27 (#1724817)
|
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.25-9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.25-8
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Dec 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.25-7
|
|
||||||
- Update to 4.25
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.24-7
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.24-6
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.24-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
diff -up ./ev_iouring.c.ori ./ev_iouring.c
|
|
||||||
--- ./ev_iouring.c.ori 2020-03-08 16:55:17.000000000 +0100
|
|
||||||
+++ ./ev_iouring.c 2025-01-21 09:46:51.408343981 +0100
|
|
||||||
@@ -313,7 +313,7 @@ iouring_tfd_cb (EV_P_ struct ev_io *w, i
|
|
||||||
|
|
||||||
/* called for full and partial cleanup */
|
|
||||||
ecb_cold
|
|
||||||
-static int
|
|
||||||
+static void
|
|
||||||
iouring_internal_destroy (EV_P)
|
|
||||||
{
|
|
||||||
close (iouring_tfd);
|
|
@ -1,5 +0,0 @@
|
|||||||
/all-internal:
|
|
||||||
plan:
|
|
||||||
import:
|
|
||||||
url: https://pkgs.devel.redhat.com/git/tests/libev
|
|
||||||
name: /plans/all
|
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libev-4.33.tar.gz) = c662a65360115e0b2598e3e8824cf7b33360c43a96ac9233f6b6ea2873a10102551773cad0e89e738541e75af9fd4f3e3c11cd2f251c5703aa24f193128b896b
|
SHA512 (libev-4.24.tar.gz) = e4cb3b5dd4b9828d5b8da840c73ae4604258a8c4330aafa5472298b83bf944628f36918f0ddd47d9069d255639f0b24a2cf8d349f0644ffd50de823bcb54a31a
|
||||||
|
Loading…
Reference in New Issue
Block a user