diff --git a/.gitignore b/.gitignore index 443eb7c..179df15 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ TrustedQSL-1.11.tar.gz /tqsl-2.0.3.tar.gz /tqsl-2.2.1.tar.gz /tqsl-2.2.2.tar.gz +/tqsl-2.3.tar.gz diff --git a/sources b/sources index 4ee88ef..e283ddf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3bfd1eb11ea8aadc937d44483850ce93 tqsl-2.2.2.tar.gz +d2b8d7eed62ec9882171d5e2dd8de17f tqsl-2.3.tar.gz diff --git a/trustedqsl.spec b/trustedqsl.spec index a0778d1..852c2d3 100644 --- a/trustedqsl.spec +++ b/trustedqsl.spec @@ -3,12 +3,12 @@ # 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.2.2 +%global tqslver 2.3 %global libtqslver 2.5 # 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 3%{?dist} +%global libtqslrel 4%{?dist} Name: trustedqsl @@ -142,6 +142,9 @@ fi %changelog +* Sun Nov 6 2016 Richard Shaw - 2.3-1 +- Update to latest upstream release. + * Thu Oct 6 2016 Richard Shaw - 2.2.2-1 - Update to latest upstream release.