From 411faca55279b588aa35c2b6d9e4ec1ce13b92f5 Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Mon, 28 Nov 2011 21:23:50 +0100 Subject: [PATCH] Fix rhbz#757629 and bump 3.2.5-3 compat package. --- activemq-cpp.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/activemq-cpp.spec b/activemq-cpp.spec index e657d5b..26b8e37 100644 --- a/activemq-cpp.spec +++ b/activemq-cpp.spec @@ -2,10 +2,10 @@ # The normal* variables refer to the standard packaging. # The compat* variables refer to the compat packages. %global normalver 3.4.0 -%global normalrel 1 +%global normalrel 2%{?dist} %global normalso 14 %global compatver 3.2.5 -%global compatrel 2 +%global compatrel 3%{?dist} %global compatso 12 Name: activemq-cpp @@ -89,7 +89,7 @@ for your clients to communicate. %package compat Version: %{compatver} -Release: %{compatrel}%{?dist} +Release: %{compatrel} Summary: C++ implementation of JMS-like messaging client Group: Development/Libraries @@ -180,6 +180,9 @@ make %{?_smp_mflags} check %changelog +* Sat Oct 29 2011 Steve Traylen - 3.4.0-2 +- Fix rhbz#757629 and bump 3.2.5-3 compat package. + * Sat Oct 29 2011 Steve Traylen - 3.4.0-1 - Upstream to 3.4.0 and add a 3.2.5-2 compat package.