commit 08e1a6720b590a6754d24e76bc397eff6966c94c
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Thu May 23 11:11:27 2019 +0300
Update to 2.07.
.gitignore | 1 +
openhantek.spec | 9 +++++----
sources | 2 +-
3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1d24c7d..ca0d3e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
/v2.04.tar.gz
/v2.05.tar.gz
/v2.06.tar.gz
+/v2.07.tar.gz
diff --git a/openhantek.spec b/openhantek.spec
index 2fee8c6..523bf0e 100644
--- a/openhantek.spec
+++ b/openhantek.spec
@@ -2,7 +2,7 @@
%global build_ldflags %{build_ldflags} -flto
Name: openhantek
-Version: 2.06
+Version: 2.07
Release: 1%{?dist}
Summary: Hantek and compatible USB digital signal oscilloscope
@@ -31,12 +31,10 @@ Requires: hicolor-icon-theme
%description
OpenHantek is a free software for Hantek and compatible
(Voltcraft/Darkwire/Protek/Acetech) USB digital signal oscilloscopes.
-Supported devices: DSO2xxx Series, DSO52xx Series, 6022BE/BL.
+Supported devices: 6022BE/BL.
%prep
%autosetup -n OpenHantek6022-%{version}
-# sed -i 's|specification.samplerate.single.max =
30e6;|specification.samplerate.single.max = 16e6;|'
openhantek/src/hantekdso/models/modelDSO6022.cpp
-# sed -i 's|format.setSamples(4); // Antia-Aliasing,
Multisampling|//format.setSamples(4); // Antia-Aliasing, Multisampling|'
openhantek/src/glscope.cpp
%build
mkdir build
@@ -70,6 +68,9 @@ install -p -D -m 644 %{name}/res/images/%{name}.svg
%{buildroot}%{_datadir}/icon
%changelog
+* Thu May 23 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 2.07-1
+- Update to 2.07
+
* Wed May 15 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 2.06-1
- Update to 2.06
diff --git a/sources b/sources
index 357aff2..43f2e97 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c490cf11ca1676205f5ad3053ada7ec v2.06.tar.gz
+ed1b40579b761af27636b295d023749b v2.07.tar.gz