[openhantek] Update t0 2.03.
by Vasiliy Glazov
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
5 years, 6 months
[steam] Update to 1.0.0.61
by Simone Caronni
Summary of changes:
d8b77cc... Update to 1.0.0.61 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 6 months
[steam/f30] Update to 1.0.0.61
by Simone Caronni
Summary of changes:
d8b77cc... Update to 1.0.0.61 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 6 months
[steam/f29] Update to 1.0.0.61
by Simone Caronni
Summary of changes:
d8b77cc... Update to 1.0.0.61 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 6 months
[steam/f28] Update to 1.0.0.61
by Simone Caronni
commit d8b77cc1ae5766296bf5171b4b0715a1464b646a
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Mon May 6 12:43:23 2019 +0200
Update to 1.0.0.61
.gitignore | 1 +
sources | 2 +-
steam-udev-rules.patch | 100 -------------------------------------------------
steam.spec | 12 +++---
4 files changed, 7 insertions(+), 108 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cd82c4b..6fb77b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ steam_1.0.0.51.tar.gz
/steam_1.0.0.54.tar.gz
/steam_1.0.0.56.tar.gz
/steam_1.0.0.59.tar.gz
+/steam_1.0.0.61.tar.gz
diff --git a/sources b/sources
index f3907e6..68c8420 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-994dc0700ed28da3a8e23c53ac4717b8 steam_1.0.0.59.tar.gz
+a5d3e33a736a4abdcfe112add79af836 steam_1.0.0.61.tar.gz
diff --git a/steam.spec b/steam.spec
index 5a2d2a0..b569d9b 100644
--- a/steam.spec
+++ b/steam.spec
@@ -2,8 +2,8 @@
%global debug_package %{nil}
Name: steam
-Version: 1.0.0.59
-Release: 9%{?dist}
+Version: 1.0.0.61
+Release: 1%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -36,11 +36,6 @@ Patch0: %{name}-3570.patch
# https://github.com/ValveSoftware/steam-for-linux/issues/3273
Patch1: %{name}-3273.patch
-# Use uaccess on device files so only the local console users have access to
-# the files instead of using 666 permissions. Also add additional controller
-# rules.
-Patch2: %{name}-udev-rules.patch
-
BuildRequires: desktop-file-utils
BuildRequires: firewalld-filesystem
BuildRequires: systemd
@@ -222,6 +217,9 @@ fi
%endif
%changelog
+* Mon May 06 2019 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.61-1
+- Update to 1.0.0.61.
+
* Fri Mar 22 2019 Kamil Páral <kamil.paral(a)gmail.com> - 1.0.0.59-9
- add Recommends: gamemode
5 years, 6 months
[steam/el7] Update to 1.0.0.61
by Simone Caronni
commit c4a2ff0ab870ad323781ab42f94373ec6ea3ad94
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Mon May 6 12:43:23 2019 +0200
Update to 1.0.0.61
.gitignore | 1 +
sources | 2 +-
steam-udev-rules.patch | 100 -------------------------------------------------
steam.spec | 12 +++---
4 files changed, 7 insertions(+), 108 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cd82c4b..6fb77b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ steam_1.0.0.51.tar.gz
/steam_1.0.0.54.tar.gz
/steam_1.0.0.56.tar.gz
/steam_1.0.0.59.tar.gz
+/steam_1.0.0.61.tar.gz
diff --git a/sources b/sources
index f3907e6..68c8420 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-994dc0700ed28da3a8e23c53ac4717b8 steam_1.0.0.59.tar.gz
+a5d3e33a736a4abdcfe112add79af836 steam_1.0.0.61.tar.gz
diff --git a/steam.spec b/steam.spec
index 5a2d2a0..b569d9b 100644
--- a/steam.spec
+++ b/steam.spec
@@ -2,8 +2,8 @@
%global debug_package %{nil}
Name: steam
-Version: 1.0.0.59
-Release: 9%{?dist}
+Version: 1.0.0.61
+Release: 1%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -36,11 +36,6 @@ Patch0: %{name}-3570.patch
# https://github.com/ValveSoftware/steam-for-linux/issues/3273
Patch1: %{name}-3273.patch
-# Use uaccess on device files so only the local console users have access to
-# the files instead of using 666 permissions. Also add additional controller
-# rules.
-Patch2: %{name}-udev-rules.patch
-
BuildRequires: desktop-file-utils
BuildRequires: firewalld-filesystem
BuildRequires: systemd
@@ -222,6 +217,9 @@ fi
%endif
%changelog
+* Mon May 06 2019 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.61-1
+- Update to 1.0.0.61.
+
* Fri Mar 22 2019 Kamil Páral <kamil.paral(a)gmail.com> - 1.0.0.59-9
- add Recommends: gamemode
5 years, 6 months
[raspberrypi-vc] Rebuild to fix rpi release tag
by Leigh Scott
commit 15273779985483e210ba064a21c13a9c0ffca5c9
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon May 6 11:39:14 2019 +0100
Rebuild to fix rpi release tag
raspberrypi-vc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/raspberrypi-vc.spec b/raspberrypi-vc.spec
index d0401a9..92a5a4c 100644
--- a/raspberrypi-vc.spec
+++ b/raspberrypi-vc.spec
@@ -3,7 +3,7 @@
Name: raspberrypi-vc
Version: 20190415
-Release: 1.git%{commit_short}%{?dist}
+Release: 2.git%{commit_short}%{?dist}
Summary: VideoCore GPU libraries, utilities and demos for Raspberry Pi
License: BSD
URL: https://github.com/raspberrypi
@@ -266,6 +266,9 @@ ln -s %{_includedir}/vc %{buildroot}/opt/vc/include
%changelog
+* Mon May 06 2019 Leigh Scott <leigh123linux(a)gmail.com> - 20190415-2.gitff2bd45
+- Rebuild to fix rpi release tag
+
* Mon Apr 29 2019 Andrew Bauer <zonexpertconsulting(a)outlook.com> - 20190415-1.gitd574b51
- update package to April 15 commit ff2bd45
5 years, 6 months