From fbb39a73906cff2d79232a2908679269ddd550d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= Date: Thu, 15 Oct 2015 20:58:20 +0200 Subject: [PATCH] 0.17.2-1: Update to libqb-0.17.2 + fix check_ipc tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- .gitignore | 21 +-------------------- libqb.spec | 11 ++++++++--- sources | 3 +-- 3 files changed, 10 insertions(+), 25 deletions(-) diff --git a/.gitignore b/.gitignore index b027fbb..4988333 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1 @@ -/libqb-0.4.1.tar.gz -/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 +/libqb-*.tar.* diff --git a/libqb.spec b/libqb.spec index 54237cb..510dbc1 100644 --- a/libqb.spec +++ b/libqb.spec @@ -1,12 +1,13 @@ Name: libqb -Version: 0.17.1 -Release: 2.rev3%{?dist} +Version: 0.17.2 +Release: 1%{?dist} Summary: An IPC library for high performance servers Group: System Environment/Libraries License: LGPLv2+ URL: https://github.com/ClusterLabs/libqb 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 @@ -16,7 +17,7 @@ architecture, such as logging, tracing, inter-process communication (IPC), and polling. %prep -%setup -q +%autosetup -p1 # Make sure the timestamps are correct find . -exec touch \{\} \; @@ -63,6 +64,10 @@ developing applications that use %{name}. %{_mandir}/man8/qb-blackbox.8.gz %changelog +* Thu Oct 15 2015 Jan Pokorný - 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 - 0.17.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 749c280..d836026 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -1cada7e7a9bfcb4cda70099db551e614 libqb-0.17.0.tar.xz -5770b343baa4528f6fec90120ec55048 libqb-0.17.1.tar.xz +de1e5d38fa449b4d127940c10d117260 libqb-0.17.2.tar.xz