commit 103afd9eed8cd523624e099a8e77ff9a8cbaef40
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Mon May 6 16:26:44 2019 +0300
Update t0 2.03.
.gitignore | 1 +
openhantek.spec | 13 +++++++++----
sources | 2 +-
3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 24ccf9f..e88ede1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/78623870f4e18910448b9beed86b32911f1db3a2
/eb33325b9e7168043914c2557d1263cad0a0785e
/v2.01.tar.gz
+/v2.03.tar.gz
diff --git a/openhantek.spec b/openhantek.spec
index de87b6c..6c5a08c 100644
--- a/openhantek.spec
+++ b/openhantek.spec
@@ -1,8 +1,8 @@
-%global optflags %{optflags} -flto
+%global optflags %{optflags} -flto -Wp,-U_GLIBCXX_ASSERTIONS
%global build_ldflags %{build_ldflags} -flto
Name: openhantek
-Version: 2.01
+Version: 2.03
Release: 1%{?dist}
Summary: Hantek and compatible USB digital signal oscilloscope
@@ -34,8 +34,9 @@ OpenHantek is a free software for Hantek and compatible
Supported devices: DSO2xxx Series, DSO52xx Series, 6022BE/BL.
%prep
-%autosetup -n OpenHantek6022-%{version}
-
+%autosetup -n OpenHantek6022-master
+# 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
@@ -69,6 +70,10 @@ install -p -D -m 644 %{name}/res/images/%{name}.svg
%{buildroot}%{_datadir}/icon
%changelog
+* Mon May 06 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 2.03-1
+- Update to 2.03
+- Fix crashing in normal mode
+
* Sat Apr 27 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 2.01-1
- Update to 2.01
diff --git a/sources b/sources
index 6eb5b01..c2f3014 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3ecd4260e00ac325de5f2b15dccb8097 v2.01.tar.gz
+d359b07da37b9498db8d4e6ea029d215 v2.03.tar.gz
Show replies by date