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.