[trustedqsl] Update to latest upstream release.

Richard Shaw hobbes1069 at fedoraproject.org
Mon Sep 8 13:27:25 UTC 2014


commit 45afa161f5cb8161030c23c041260be0ab5f439a
Author: Richard M. Shaw <hobbes1069 at gmail.com>
Date:   Mon Sep 8 08:27:21 2014 -0500

    Update to latest upstream release.

 .gitignore      |    1 +
 sources         |    2 +-
 trustedqsl.spec |   15 ++++++++++++---
 3 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 63d3ea1..c62f4f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ TrustedQSL-1.11.tar.gz
 /tqsl-1.14.3.tar.gz
 /tqsl-2.0.1.tar.gz
 /tqsl-2.0.2.tar.gz
+/tqsl-2.0.3.tar.gz
diff --git a/sources b/sources
index 15365df..a63bc2f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-83df70e03d26e31ad2a3c06ccaa9d63d  tqsl-2.0.2.tar.gz
+33a44e02a6c316a87ce755024af87298  tqsl-2.0.3.tar.gz
diff --git a/trustedqsl.spec b/trustedqsl.spec
index b5cd4f4..44f015a 100644
--- a/trustedqsl.spec
+++ b/trustedqsl.spec
@@ -3,14 +3,18 @@
 # numbers change, otherwise the NEVR of the library may cause a package not to
 # be updated even if it should be.
 %global srcname tqsl
-%global tqslver 2.0.2
+%global tqslver 2.0.3
 %global libtqslver 2.4
+# 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 2
 
 %{?rhel: %global cmake %{cmake28}}
 
 Name:           trustedqsl
 Version:        %{tqslver}
-Release:        2%{?dist}
+Release:        1%{?dist}
 Summary:        TrustedQSL ham-radio applications
 License:        BSD
 URL:            http://sourceforge.net/projects/trustedqsl/
@@ -44,6 +48,7 @@ contains the GUI applications tqslcert and tqsl.
 
 %package -n tqsllib
 Version:        %libtqslver
+Release:        %libtqslrel
 Summary:        TrustedQSL library
 
 %description -n tqsllib
@@ -54,8 +59,9 @@ TrustedQSL applications.
 
 %package -n tqsllib-devel
 Version:        %libtqslver
+Release:        %libtqslrel
 Summary:        Development files the for TrustedQSL library
-Requires:       tqsllib%{?_isa} = %{version}-%{release}
+Requires:       tqsllib%{?_isa} = %{version}-%{libtqslrel}
 
 %description -n tqsllib-devel
 The TrustedQSL library is used for generating digitally signed
@@ -132,6 +138,9 @@ fi
 
 
 %changelog
+* Mon Sep  8 2014 Richard Shaw <hobbes1069 at gmail.com> - 2.0.3-1
+- Update to latest upstream release.
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list