0.17.2-1: Update to libqb-0.17.2 + fix check_ipc tests
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
This commit is contained in:
parent
29c70e7b9b
commit
fbb39a7390
21
.gitignore
vendored
21
.gitignore
vendored
@ -1,20 +1 @@
|
|||||||
/libqb-0.4.1.tar.gz
|
/libqb-*.tar.*
|
||||||
/libqb-0.5.0.tar.gz
|
|
||||||
/libqb-0.5.1.tar.gz
|
|
||||||
/libqb-0.6.0.tar.gz
|
|
||||||
/libqb-0.7.0.tar.gz
|
|
||||||
/libqb-0.8.1.tar.xz
|
|
||||||
/libqb-0.9.0.tar.xz
|
|
||||||
/libqb-0.10.0.tar.xz
|
|
||||||
/libqb-0.10.1.tar.xz
|
|
||||||
/libqb-0.11.0.tar.xz
|
|
||||||
/libqb-0.11.1.tar.xz
|
|
||||||
/libqb-0.13.0.tar.xz
|
|
||||||
/libqb-0.14.0.tar.xz
|
|
||||||
/libqb-0.14.1.tar.xz
|
|
||||||
/libqb-0.14.2.tar.xz
|
|
||||||
/libqb-0.14.3.tar.xz
|
|
||||||
/libqb-0.14.4.tar.xz
|
|
||||||
/libqb-0.16.0.tar.xz
|
|
||||||
/libqb-0.17.0.tar.xz
|
|
||||||
/libqb-0.17.1.tar.xz
|
|
||||||
|
11
libqb.spec
11
libqb.spec
@ -1,12 +1,13 @@
|
|||||||
Name: libqb
|
Name: libqb
|
||||||
Version: 0.17.1
|
Version: 0.17.2
|
||||||
Release: 2.rev3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: An IPC library for high performance servers
|
Summary: An IPC library for high performance servers
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/ClusterLabs/libqb
|
URL: https://github.com/ClusterLabs/libqb
|
||||||
Source0: https://fedorahosted.org/releases/q/u/quarterback/%{name}-%{version}.tar.xz
|
Source0: https://fedorahosted.org/releases/q/u/quarterback/%{name}-%{version}.tar.xz
|
||||||
|
Patch1: https://github.com/ClusterLabs/libqb/commit/aec4cde4312ada559888371554b0ae862cf91b9a.patch
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool doxygen procps check-devel
|
BuildRequires: autoconf automake libtool doxygen procps check-devel
|
||||||
|
|
||||||
@ -16,7 +17,7 @@ architecture, such as logging, tracing, inter-process communication (IPC),
|
|||||||
and polling.
|
and polling.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
# Make sure the timestamps are correct
|
# Make sure the timestamps are correct
|
||||||
find . -exec touch \{\} \;
|
find . -exec touch \{\} \;
|
||||||
@ -63,6 +64,10 @@ developing applications that use %{name}.
|
|||||||
%{_mandir}/man8/qb-blackbox.8.gz
|
%{_mandir}/man8/qb-blackbox.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 15 2015 Jan Pokorný <jpokorny+rpm-libqb@redhat.com> - 0.17.2-1
|
||||||
|
- Update to libqb-0.17.2 + fix check_ipc tests, for list of changes see:
|
||||||
|
https://github.com/ClusterLabs/libqb/releases/tag/v0.17.2
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17.1-2
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user