SHA256
1
0
forked from pool/pulseview

Accepting request 645398 from home:StefanBruens:branches: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/645398
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=14
This commit is contained in:
Antoine Belvire 2018-10-30 06:48:25 +00:00 committed by Git OBS Bridge
parent 1152ea3797
commit c488fdb02b
4 changed files with 27 additions and 13 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ee7ce3dd1457c6a5f5e4e9c2469903a1f070ba077ea68535cc29ef1dfac6f2f
size 1342532

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# 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)
# 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
Version: 0.4.0
Version: 0.4.1
Release: 0
Summary: Qt-based GUI for sigrok
License: GPL-3.0+
License: GPL-3.0-and-later
Group: Productivity/Scientific/Electronics
Url: http://sigrok.org
Source0: http://sigrok.org/download/source/pulseview/%{name}-%{version}.tar.gz
@ -34,8 +34,8 @@ BuildRequires: libboost_thread-devel
%else
BuildRequires: boost-devel >= 1.55.0
%endif
BuildRequires: libsigrok-devel >= 0.4.0
BuildRequires: libsigrokdecode-devel >= 0.4.0
BuildRequires: libsigrok-devel >= 0.5.1
BuildRequires: libsigrokdecode-devel >= 0.5.2
BuildRequires: update-desktop-files
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Svg)
@ -53,8 +53,7 @@ PulseView is a Qt-based GUI for sigrok.
%setup -q
%build
# -fext-numeric-literal is a workaround for boo#1004168, remove when fixed
export CXXFLAGS="%{optflags} -fpermissive -fext-numeric-literals"
export CXXFLAGS="%{optflags} -fpermissive"
%cmake -DDISABLE_WERROR=TRUE ..
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
%files
%defattr(-,root,root,-)
%doc COPYING NEWS README HACKING
%license COPYING
%doc NEWS README HACKING
%{_bindir}/*
%{_mandir}/man1/pulseview.*
%{_datadir}/applications/*