forked from pool/pulseview
Accepting request 645589 from electronics
- Update to version 0.4.1 * Snapping cursors to signal edges * New command-line switches, see manpage * Converting analog channels to digital/logic channels * Theme support * UI improvements * Protocol decoder annotations can be exported * Improved channel name auto-mapping * Performance and memory usage improvements * Huge amount of fixes See https://www.sigrok.org/blog/pulseview-041-released for details OBS-URL: https://build.opensuse.org/request/show/645589 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseview?expand=0&rev=8
This commit is contained in:
commit
b70bddf564
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:78f8291045c6f65b4827b12e83c8e68cea2d5e7268b15a51aaca9726c8100eb9
|
|
||||||
size 226656
|
|
3
pulseview-0.4.1.tar.gz
Normal file
3
pulseview-0.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9ee7ce3dd1457c6a5f5e4e9c2469903a1f070ba077ea68535cc29ef1dfac6f2f
|
||||||
|
size 1342532
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 30 04:00:13 UTC 2018 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
- Update to version 0.4.1
|
||||||
|
* Snapping cursors to signal edges
|
||||||
|
* New command-line switches, see manpage
|
||||||
|
* Converting analog channels to digital/logic channels
|
||||||
|
* Theme support
|
||||||
|
* UI improvements
|
||||||
|
* Protocol decoder annotations can be exported
|
||||||
|
* Improved channel name auto-mapping
|
||||||
|
* Performance and memory usage improvements
|
||||||
|
* Huge amount of fixes
|
||||||
|
See https://www.sigrok.org/blog/pulseview-041-released for details
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 13 20:52:15 UTC 2017 - stefan.bruens@rwth-aachen.de
|
Tue Jun 13 20:52:15 UTC 2017 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pulseview
|
# spec file for package pulseview
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,15 +12,15 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: pulseview
|
Name: pulseview
|
||||||
Version: 0.4.0
|
Version: 0.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt-based GUI for sigrok
|
Summary: Qt-based GUI for sigrok
|
||||||
License: GPL-3.0+
|
License: GPL-3.0-or-later
|
||||||
Group: Productivity/Scientific/Electronics
|
Group: Productivity/Scientific/Electronics
|
||||||
Url: http://sigrok.org
|
Url: http://sigrok.org
|
||||||
Source0: http://sigrok.org/download/source/pulseview/%{name}-%{version}.tar.gz
|
Source0: http://sigrok.org/download/source/pulseview/%{name}-%{version}.tar.gz
|
||||||
@ -34,8 +34,8 @@ BuildRequires: libboost_thread-devel
|
|||||||
%else
|
%else
|
||||||
BuildRequires: boost-devel >= 1.55.0
|
BuildRequires: boost-devel >= 1.55.0
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libsigrok-devel >= 0.4.0
|
BuildRequires: libsigrok-devel >= 0.5.1
|
||||||
BuildRequires: libsigrokdecode-devel >= 0.4.0
|
BuildRequires: libsigrokdecode-devel >= 0.5.2
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: cmake(Qt5Gui)
|
BuildRequires: cmake(Qt5Gui)
|
||||||
BuildRequires: cmake(Qt5Svg)
|
BuildRequires: cmake(Qt5Svg)
|
||||||
@ -53,8 +53,7 @@ PulseView is a Qt-based GUI for sigrok.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# -fext-numeric-literal is a workaround for boo#1004168, remove when fixed
|
export CXXFLAGS="%{optflags} -fpermissive"
|
||||||
export CXXFLAGS="%{optflags} -fpermissive -fext-numeric-literals"
|
|
||||||
%cmake -DDISABLE_WERROR=TRUE ..
|
%cmake -DDISABLE_WERROR=TRUE ..
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -73,8 +72,8 @@ install -m 755 -d %{buildroot}%{_datadir}/metainfo/
|
|||||||
install -m 644 contrib/org.sigrok.PulseView.appdata.xml %{buildroot}%{_datadir}/metainfo/org.sigrok.PulseView.appdata.xml
|
install -m 644 contrib/org.sigrok.PulseView.appdata.xml %{buildroot}%{_datadir}/metainfo/org.sigrok.PulseView.appdata.xml
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%license COPYING
|
||||||
%doc COPYING NEWS README HACKING
|
%doc NEWS README HACKING
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/man1/pulseview.*
|
%{_mandir}/man1/pulseview.*
|
||||||
%{_datadir}/applications/*
|
%{_datadir}/applications/*
|
||||||
|
Loading…
Reference in New Issue
Block a user