Fix rhbz#757629 and bump 3.2.5-3 compat package.
This commit is contained in:
parent
fb43b11949
commit
411faca552
1 changed files with 6 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue