[qsstv] Update to latest upstream release, 8.2.10.

Richard Shaw hobbes1069 at fedoraproject.org
Mon Mar 2 02:34:46 UTC 2015


commit 66e4b35ff994e1ad7256f18c7d7d3b2dac5aa4d6
Author: Richard M. Shaw <hobbes1069 at gmail.com>
Date:   Sun Mar 1 20:34:44 2015 -0600

    Update to latest upstream release, 8.2.10.

 .gitignore |  1 +
 ChangeLog  |  9 +++++++++
 qsstv.spec | 13 +++++++++----
 sources    |  2 +-
 4 files changed, 20 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 53714c9..0bc3634 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ qsstv-5.3c.tar.gz
 /qsstv_8.2.7.tar.gz
 /qsstv_8.2.8.tar.gz
 /qsstv_8.2.9.tar.gz
+/qsstv_8.2.10.tar.gz
diff --git a/ChangeLog b/ChangeLog
index f65b72b..9124c22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+20150226 QSSTV 8.2.10
+fix for autosave button in rx (enable disable on the fly without restarting,
+next image will be autosaved if enabled)
+fix manual save button in rx, is now working
+when saving file, filename has now hours with leading zeroes
+hybrid password is now correctly loaded/saved
+xml interface (flrig) is now working again
+changed Sensitivity in SSTV
+
 20141206 QSSTV 8.2.9
 bugfix for problem with reedsolomon type rs4
 
diff --git a/qsstv.spec b/qsstv.spec
index 2274fa8..84baad0 100644
--- a/qsstv.spec
+++ b/qsstv.spec
@@ -1,5 +1,5 @@
 Name:           qsstv
-Version:        8.2.9
+Version:        8.2.10
 Release:        1%{?dist}
 Summary:        Qt-based slow-scan TV and fax
 
@@ -13,7 +13,8 @@ Source3:        ChangeLog
 
 BuildRequires:  desktop-file-utils
 BuildRequires:  fftw-devel
-BuildRequires:  qt4-devel
+#BuildRequires:  qt4-devel
+BuildRequires:  qt5-qtbase-devel
 BuildRequires:  hamlib-devel
 BuildRequires:  alsa-lib-devel
 BuildRequires:  jasper-devel
@@ -39,7 +40,8 @@ User manual for Qsstv.
 
 
 %build 
-qmake-qt4 PREFIX=%{_prefix} CONFIG+=debug_and_release
+#qmake-qt4 PREFIX=%{_prefix} CONFIG+=debug_and_release
+qmake-qt5 PREFIX=%{_prefix} CONFIG+=debug_and_release
 make %{?_smp_mflags}
 
 
@@ -59,7 +61,7 @@ install -pm 0644 %{SOURCE2} %{buildroot}%{_mandir}/man1/
 
 
 %files
-%doc qsstv/COPYING
+%license qsstv/COPYING
 %exclude %{_docdir}
 %{_bindir}/* 
 %{_datadir}/pixmaps/%{name}.png
@@ -71,6 +73,9 @@ install -pm 0644 %{SOURCE2} %{buildroot}%{_mandir}/man1/
 
 
 %changelog
+* Sun Mar  1 2015 Richard Shaw <hobbes1069 at gmail.com> - 8.2.10-1
+- Update to latest upstream release, 8.2.10.
+
 * Sun Dec  7 2014 Richard Shaw <hobbes1069 at gmail.com> - 8.2.9-1
 - Update to latest upstream release.
 
diff --git a/sources b/sources
index deab231..8978a50 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5e7ed2284c97622bdfe8214bb3c3f5b9  qsstv_8.2.9.tar.gz
+37ec9cca84dac787c2646c4918c8b215  qsstv_8.2.10.tar.gz


More information about the scm-commits mailing list