diff --git a/trustedqsl.spec b/trustedqsl.spec index d2df2fa..11948ec 100644 --- a/trustedqsl.spec +++ b/trustedqsl.spec @@ -8,13 +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 5 +%global libtqslrel 6 %{?rhel: %global cmake %{cmake28}} Name: trustedqsl Version: %{tqslver} -Release: 4%{?dist} +Release: 5%{?dist} Summary: TrustedQSL ham-radio applications License: BSD URL: http://sourceforge.net/projects/trustedqsl/ @@ -48,7 +48,7 @@ contains the GUI applications tqslcert and tqsl. %package -n tqsllib Version: %libtqslver -Release: %libtqslrel +Release: %{libtqslrel}%{?dist} Summary: TrustedQSL library %description -n tqsllib @@ -59,7 +59,7 @@ TrustedQSL applications. %package -n tqsllib-devel Version: %libtqslver -Release: %libtqslrel +Release: %{libtqslrel}%{?dist} Summary: Development files the for TrustedQSL library Requires: tqsllib%{?_isa} = %{version}-%{libtqslrel} @@ -138,8 +138,9 @@ fi %changelog -* Mon Sep 8 2014 Richard Shaw - 2.0.3-4 +* Mon Sep 8 2014 Richard Shaw - 2.0.3-5 - Update to latest upstream release. +- Add dist tag to libtqsl release and clean up the mess I made. * Mon Aug 18 2014 Fedora Release Engineering - 2.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild