diff --git a/trustedqsl.spec b/trustedqsl.spec index c7857f5..01bcd70 100644 --- a/trustedqsl.spec +++ b/trustedqsl.spec @@ -8,12 +8,13 @@ # The tsql library needs to maintain it's own release version otherwise it # would not be "newer" than the installed version when the application release # resets to 1. -%global libtqslrel 8%{?dist} +%global tqslrel 9%{?dist} +%global libtqslrel 9%{?dist} Name: trustedqsl Version: %{tqslver} -Release: 8%{?dist} +Release: %{tqslrel} Summary: TrustedQSL ham-radio applications License: BSD URL: http://sourceforge.net/projects/trustedqsl/ @@ -47,7 +48,7 @@ contains the GUI applications tqslcert and tqsl. %package -n tqsllib Version: %libtqslver -Release: %{libtqslrel}.1 +Release: %{libtqslrel} Summary: TrustedQSL library %description -n tqsllib @@ -58,7 +59,7 @@ TrustedQSL applications. %package -n tqsllib-devel Version: %libtqslver -Release: %{libtqslrel}.1 +Release: %{libtqslrel} Summary: Development files the for TrustedQSL library Requires: tqsllib%{?_isa} = %{version}-%{libtqslrel} @@ -138,6 +139,9 @@ fi %changelog +* Mon May 4 2015 Richard Shaw - 2.0.3-9 +- Rebuild for bad version requirement from devel package on the main package. + * Sat May 02 2015 Kalev Lember - 2.0.3-8 - Rebuilt for GCC 5 C++11 ABI change