Update to 2.0.7
This commit is contained in:
parent
6922b9c005
commit
6390a8eb94
11
libqb.spec
11
libqb.spec
@ -1,15 +1,15 @@
|
|||||||
%bcond_with check
|
%bcond_with check
|
||||||
|
|
||||||
Name: libqb
|
Name: libqb
|
||||||
Version: 2.0.6
|
Version: 2.0.7
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library providing high performance logging, tracing, ipc, and poll
|
Summary: Library providing high performance logging, tracing, ipc, and poll
|
||||||
|
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
URL: https://github.com/ClusterLabs/libqb
|
URL: https://github.com/ClusterLabs/libqb
|
||||||
Source0: https://github.com/ClusterLabs/libqb/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
Source0: https://github.com/ClusterLabs/libqb/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
Patch0: connretry-recv.patch
|
#Patch0: connretry-recv.patch
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
BuildRequires: check-devel
|
BuildRequires: check-devel
|
||||||
@ -31,7 +31,7 @@ and polling.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch0 -p1 -b .connretry-recv.patch
|
#%patch0 -p1 -b .connretry-recv.patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
@ -87,6 +87,9 @@ This package contains a program to create nicely-formatted man pages from Doxyge
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 07 2023 Christine Caulfield <ccaulfie@redhat.com> 2.0.7-1
|
||||||
|
- rebase to v2.0.7
|
||||||
|
|
||||||
* Tue Jun 06 2023 Jan Friesse <jfriesse@redhat.com> - 2.0.6-6
|
* Tue Jun 06 2023 Jan Friesse <jfriesse@redhat.com> - 2.0.6-6
|
||||||
- migrated to SPDX license
|
- migrated to SPDX license
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libqb-2.0.6.tar.xz) = 90539381e18ac984e8f1b5edfc31b183bd327a3cfe6a75af9dd959e1574c1925257cbc3401ef73df1a2f8362171d071d5ef7dff67d8d13383157a8de23547558
|
SHA512 (libqb-2.0.7.tar.xz) = 66cb8dbb97a62b843749345e6bcac11ae29faeb6a55766cacf92862eec614f555fc3c2decd118570745b148fc8e277a90359aa15f31ffa5b1caf545c5868a0a1
|
||||||
|
Loading…
Reference in New Issue
Block a user