diff --git a/SPECS-EXTENDED/libverto/Work-around-libev-not-being-c89-compliant.patch b/SPECS-EXTENDED/libverto/Work-around-libev-not-being-c89-compliant.patch deleted file mode 100644 index 4db981a5fdc..00000000000 --- a/SPECS-EXTENDED/libverto/Work-around-libev-not-being-c89-compliant.patch +++ /dev/null @@ -1,26 +0,0 @@ -From b6f0579cfd44a7e5b84b8239663a56f346acfc47 Mon Sep 17 00:00:00 2001 -From: Robbie Harwood -Date: Fri, 1 Sep 2017 15:59:49 -0400 -Subject: [PATCH] Work around libev not being c89-compliant - -(cherry picked from commit c57599d7039d2435c306830b2edae999c462befb) -[rharwood@redhat.com: Remove travis files] ---- - configure.ac | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 09ee123..b7b5908 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -7,8 +7,8 @@ m4_ifdef([AC_USE_SYSTEM_EXTENSIONS], - [AC_USE_SYSTEM_EXTENSIONS], - [AC_GNU_SOURCE]) - --AC_PROG_CC_C89 --for flag in -std=c89 -Wall -Wextra; do -+AC_PROG_CC_C99 -+for flag in -Wall -Wextra; do - AC_TRY_COMPILE([], [return 0;], [CFLAGS="$CFLAGS $flag"],) - done - diff --git a/SPECS-EXTENDED/libverto/libverto.signatures.json b/SPECS-EXTENDED/libverto/libverto.signatures.json index 1fc1f664d54..cee6bfbfbd1 100644 --- a/SPECS-EXTENDED/libverto/libverto.signatures.json +++ b/SPECS-EXTENDED/libverto/libverto.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "libverto-0.3.0.tar.gz": "955d3ff4192830c74ce88185f39621c9e490d5a3e7aba04d1e5346d4886f862e" + "libverto-0.3.2.tar.gz": "8d1756fd704f147549f606cd987050fb94b0b1ff621ea6aa4d6bf0b74450468a" } } diff --git a/SPECS-EXTENDED/libverto/libverto.spec b/SPECS-EXTENDED/libverto/libverto.spec index 82a093ba402..d79dde4c50d 100644 --- a/SPECS-EXTENDED/libverto/libverto.spec +++ b/SPECS-EXTENDED/libverto/libverto.spec @@ -1,28 +1,24 @@ +Vendor: Microsoft Corporation +Distribution: Azure Linux %global homepage https://github.com/latchset/libverto Name: libverto -Version: 0.3.0 +Version: 0.3.2 Release: 10%{?dist} Summary: Main loop abstraction library License: MIT -Vendor: Microsoft Corporation -Distribution: Azure Linux URL: %{homepage} Source0: %{homepage}/releases/download/%{version}/%{name}-%{version}.tar.gz -Patch0: Work-around-libev-not-being-c89-compliant.patch - BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool +BuildRequires: make BuildRequires: glib2-devel BuildRequires: libevent-devel -# BuildRequires: libtevent-devel -%if !0%{?rhel} BuildRequires: libev-devel -%endif BuildRequires: git @@ -86,27 +82,6 @@ Requires: %{name}-devel%{?_isa} = %{version}-%{release} The %{name}-libevent-devel package contains libraries and header files for developing applications that use %{name}-libevent. -# %package tevent -# Summary: tevent module for %{name} -# Requires: %{name}%{?_isa} = %{version}-%{release} -# Provides: %{name}-module-base = %{version}-%{release} - -# %description tevent -# Module for %{name} which provides integration with tevent. - -# This package provides %{name}-module-base since it supports io, timeout -# and signal. - -# %package tevent-devel -# Summary: Development files for %{name}-tevent -# Requires: %{name}-tevent%{?_isa} = %{version}-%{release} -# Requires: %{name}-devel%{?_isa} = %{version}-%{release} - -# %description tevent-devel -# The %{name}-tevent-devel package contains libraries and header files for -# developing applications that use %{name}-tevent. - -%if !0%{?rhel} %package libev Summary: libev module for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} @@ -129,7 +104,6 @@ developing applications that use %{name}-libev. This package provides %{name}-module-base since it supports io, timeout and signal. -%endif %prep %autosetup -S git @@ -147,10 +121,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %ldconfig_scriptlets %ldconfig_scriptlets glib %ldconfig_scriptlets libevent -#ldconfig_scriptlets tevent -%if !0%{?rhel} %ldconfig_scriptlets libev -%endif %files %{!?_licensedir:%global license %%doc} @@ -180,15 +151,6 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_libdir}/%{name}-libevent.so %{_libdir}/pkgconfig/%{name}-libevent.pc -# %files tevent -# %{_libdir}/%{name}-tevent.so.* - -# %files tevent-devel -# %{_includedir}/verto-tevent.h -# %{_libdir}/%{name}-tevent.so -# %{_libdir}/pkgconfig/%{name}-tevent.pc - -%if !0%{?rhel} %files libev %{_libdir}/%{name}-libev.so.* @@ -196,11 +158,51 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/verto-libev.h %{_libdir}/%{name}-libev.so %{_libdir}/pkgconfig/%{name}-libev.pc -%endif %changelog -* Fri Oct 15 2021 Pawel Winogrodzki - 0.3.0-10 -- Initial CBL-Mariner import from Fedora 32 (license: MIT). +* Thu Nov 14 2024 Sreenivasulu Malavathula - 0.3.2-10 +- Initial Azure Linux import from Fedora 41 (license: MIT) +- License verified + +* Thu Jul 18 2024 Fedora Release Engineering - 0.3.2-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Thu Jan 25 2024 Fedora Release Engineering - 0.3.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Jan 21 2024 Fedora Release Engineering - 0.3.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Thu Jul 20 2023 Fedora Release Engineering - 0.3.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Jan 19 2023 Fedora Release Engineering - 0.3.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Thu Jul 21 2022 Fedora Release Engineering - 0.3.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Jan 20 2022 Fedora Release Engineering - 0.3.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Jul 22 2021 Fedora Release Engineering - 0.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon Mar 15 2021 Robbie Harwood - 0.3.2-1 +- New upstream version (0.3.2) + +* Tue Jan 26 2021 Fedora Release Engineering - 0.3.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Jan 22 2021 Robbie Harwood - 0.3.1-2 +- New upstream version (0.3.1) +- Drop tevent goo and RHEL conditionals + +* Tue Sep 15 2020 Robbie Harwood - 0.3.0-11 +- Rebuild for libevent soname bump + +* Tue Jul 28 2020 Fedora Release Engineering - 0.3.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering - 0.3.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/cgmanifest.json b/cgmanifest.json index 0ed85d46aec..23bfb921679 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -11401,8 +11401,8 @@ "type": "other", "other": { "name": "libverto", - "version": "0.3.0", - "downloadUrl": "https://github.com/latchset/libverto/releases/download/0.3.0/libverto-0.3.0.tar.gz" + "version": "0.3.2", + "downloadUrl": "https://github.com/latchset/libverto/releases/download/0.3.2/libverto-0.3.2.tar.gz" } } },