Fix rhbz#757629 and bump 3.2.5-3 compat package.

This commit is contained in:
Steve Traylen 2011-11-28 21:23:50 +01:00
commit 411faca552

View file

@ -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 <steve.traylen@cern.ch> - 3.4.0-2
- Fix rhbz#757629 and bump 3.2.5-3 compat package.
* Sat Oct 29 2011 Steve Traylen <steve.traylen@cern.ch> - 3.4.0-1
- Upstream to 3.4.0 and add a 3.2.5-2 compat package.