commit urh for openSUSE:Factory

2024-07-30 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package urh for openSUSE:Factory checked in 
at 2024-07-30 11:55:24

Comparing /work/SRC/openSUSE:Factory/urh (Old)
 and  /work/SRC/openSUSE:Factory/.urh.new.1882 (New)


Package is "urh"

Tue Jul 30 11:55:24 2024 rev:44 rq:1190373 version:2.9.6

Changes:

--- /work/SRC/openSUSE:Factory/urh/urh.changes  2024-03-17 22:17:57.268694575 
+0100
+++ /work/SRC/openSUSE:Factory/.urh.new.1882/urh.changes2024-07-30 
11:57:45.681514461 +0200
@@ -1,0 +2,5 @@
+Mon Jul 29 18:51:08 UTC 2024 - Frank Kunz 
+
+- Enable PlutoSDR support
+
+---



Other differences:
--
++ urh.spec ++
--- /var/tmp/diff_new_pack.EkejCI/_old  2024-07-30 11:57:46.445545362 +0200
+++ /var/tmp/diff_new_pack.EkejCI/_new  2024-07-30 11:57:46.445545362 +0200
@@ -28,6 +28,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  libiio-devel
 BuildRequires:  limesuite-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
@@ -72,7 +73,8 @@
   --with-hackrf \
   --with-limesdr \
   --with-rtlsdr \
-  --with-usrp
+  --with-usrp \
+  --with-plutosdr
 
 %install
 %python3_install


commit urh for openSUSE:Factory

2023-10-31 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package urh for openSUSE:Factory checked in 
at 2023-10-31 20:26:07

Comparing /work/SRC/openSUSE:Factory/urh (Old)
 and  /work/SRC/openSUSE:Factory/.urh.new.17445 (New)


Package is "urh"

Tue Oct 31 20:26:07 2023 rev:42 rq:1121390 version:2.9.5

Changes:

--- /work/SRC/openSUSE:Factory/urh/urh.changes  2023-10-17 20:24:28.642187754 
+0200
+++ /work/SRC/openSUSE:Factory/.urh.new.17445/urh.changes   2023-10-31 
20:26:27.963628820 +0100
@@ -1,0 +2,8 @@
+Mon Oct 30 21:49:23 UTC 2023 - Martin Hauke 
+
+- Update to version 2.9.5
+  * Fix error in WSPChecksum.
+  * Bias-T checkbox for RTL-SDR device settings screen.
+  * Add noexcept to fix compiling of cythonext.
+
+---

Old:

  urh-2.9.4.tar.gz

New:

  urh-2.9.5.tar.gz



Other differences:
--
++ urh.spec ++
--- /var/tmp/diff_new_pack.qD8GBP/_old  2023-10-31 20:26:28.707656148 +0100
+++ /var/tmp/diff_new_pack.qD8GBP/_new  2023-10-31 20:26:28.711656295 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   urh
-Version:2.9.4
+Version:2.9.5
 Release:0
 Summary:Tool for investigating unknown wireless protocols
 License:GPL-3.0-only

++ urh-2.9.4.tar.gz -> urh-2.9.5.tar.gz ++
/work/SRC/openSUSE:Factory/urh/urh-2.9.4.tar.gz 
/work/SRC/openSUSE:Factory/.urh.new.17445/urh-2.9.5.tar.gz differ: char 13, 
line 1


commit urh for openSUSE:Factory

2023-10-17 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package urh for openSUSE:Factory checked in 
at 2023-10-17 20:24:25

Comparing /work/SRC/openSUSE:Factory/urh (Old)
 and  /work/SRC/openSUSE:Factory/.urh.new.20540 (New)


Package is "urh"

Tue Oct 17 20:24:25 2023 rev:41 rq:1118033 version:2.9.4

Changes:

--- /work/SRC/openSUSE:Factory/urh/urh.changes  2023-01-31 16:22:11.802316538 
+0100
+++ /work/SRC/openSUSE:Factory/.urh.new.20540/urh.changes   2023-10-17 
20:24:28.642187754 +0200
@@ -1,0 +2,5 @@
+Sat Oct 14 16:03:41 UTC 2023 - mun...@googlemail.com
+
+- Fix build on Factory/TW: requires python3-Cython0
+
+---



Other differences:
--
++ urh.spec ++
--- /var/tmp/diff_new_pack.W2JAZO/_old  2023-10-17 20:24:29.394214080 +0200
+++ /var/tmp/diff_new_pack.W2JAZO/_new  2023-10-17 20:24:29.398214221 +0200
@@ -31,7 +31,7 @@
 BuildRequires:  limesuite-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-Cython
+BuildRequires:  python3-PyAudio
 BuildRequires:  python3-devel >= 3.4
 BuildRequires:  python3-numpy
 BuildRequires:  python3-numpy-devel
@@ -43,18 +43,19 @@
 BuildRequires:  pkgconfig(libhackrf)
 BuildRequires:  pkgconfig(librtlsdr)
 BuildRequires:  pkgconfig(uhd)
-Requires:   python3-Cython
+Requires:   python3-PyAudio
 Requires:   python3-numpy
 Requires:   python3-psutil
 Requires:   python3-pyzmq
 Requires:   python3-qt5
 Recommends: inspectrum
 Recommends: rfcat
-%if 0%{?suse_version} >= 1500
-BuildRequires:  python3-PyAudio
-%endif
-%if 0%{?suse_version} >= 1500
-Requires:   python3-PyAudio
+%if 0%{?suse_version} <= 1500
+BuildRequires:  python3-Cython
+Requires:   python3-Cython
+%else
+BuildRequires:  python3-Cython0
+Requires:   python3-Cython0
 %endif
 
 %description


commit urh for openSUSE:Factory

2023-01-31 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package urh for openSUSE:Factory checked in 
at 2023-01-31 16:09:48

Comparing /work/SRC/openSUSE:Factory/urh (Old)
 and  /work/SRC/openSUSE:Factory/.urh.new.32243 (New)


Package is "urh"

Tue Jan 31 16:09:48 2023 rev:40 rq:1062181 version:2.9.4

Changes:

--- /work/SRC/openSUSE:Factory/urh/urh.changes  2022-03-11 11:37:13.398334644 
+0100
+++ /work/SRC/openSUSE:Factory/.urh.new.32243/urh.changes   2023-01-31 
16:22:11.802316538 +0100
@@ -1,0 +2,15 @@
+Sat Jan 28 12:58:16 UTC 2023 - Martin Hauke 
+
+- Update to version 2.9.4
+  * 'Remove Carrier' encoding truncates initial input.
+  * Add I/Q view.
+  * Refresh protocol view also when hidden.
+  * Adding Save As pcapng for ProtocolAnalyzer.
+  * Keep Y-Scale when showing/hiding demodulated view.
+  * Fix .sub file RAW_data strip.
+  * Add rad1o support.
+  * Fix error when selecting large ranges in Interpretation.
+  * Allow configuration of fractional font sizes.
+- Drop urh-rpmlintrc
+
+---

Old:

  urh-2.9.3.tar.gz
  urh-rpmlintrc

New:

  urh-2.9.4.tar.gz



Other differences:
--
++ urh.spec ++
--- /var/tmp/diff_new_pack.UXhRHz/_old  2023-01-31 16:22:12.262319309 +0100
+++ /var/tmp/diff_new_pack.UXhRHz/_new  2023-01-31 16:22:12.270319358 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package urh
 #
-# Copyright (c) 2022 SUSE LLC
-# Copyright (c) 2017-2022, Martin Hauke 
+# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2017-2023, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,16 @@
 
 
 Name:   urh
-Version:2.9.3
+Version:2.9.4
 Release:0
 Summary:Tool for investigating unknown wireless protocols
 License:GPL-3.0-only
 Group:  Productivity/Hamradio/Other
 URL:https://github.com/jopohl/urh
 Source: 
https://github.com/jopohl/urh/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Source99:   %{name}-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  limesuite-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
@@ -37,21 +37,17 @@
 BuildRequires:  python3-numpy-devel
 BuildRequires:  python3-qt5
 BuildRequires:  python3-setuptools
+BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(libairspy)
 BuildRequires:  pkgconfig(libbladeRF)
 BuildRequires:  pkgconfig(libhackrf)
 BuildRequires:  pkgconfig(librtlsdr)
 BuildRequires:  pkgconfig(uhd)
-Requires:   hicolor-icon-theme
 Requires:   python3-Cython
 Requires:   python3-numpy
 Requires:   python3-psutil
 Requires:   python3-pyzmq
 Requires:   python3-qt5
-Requires(post): hicolor-icon-theme
-Requires(post): update-desktop-files
-Requires(postun):hicolor-icon-theme
-Requires(postun):update-desktop-files
 Recommends: inspectrum
 Recommends: rfcat
 %if 0%{?suse_version} >= 1500

++ urh-2.9.3.tar.gz -> urh-2.9.4.tar.gz ++
/work/SRC/openSUSE:Factory/urh/urh-2.9.3.tar.gz 
/work/SRC/openSUSE:Factory/.urh.new.32243/urh-2.9.4.tar.gz differ: char 13, 
line 1


commit urh for openSUSE:Factory

2022-03-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package urh for openSUSE:Factory checked in 
at 2022-03-08 20:32:04

Comparing /work/SRC/openSUSE:Factory/urh (Old)
 and  /work/SRC/openSUSE:Factory/.urh.new.2349 (New)


Package is "urh"

Tue Mar  8 20:32:04 2022 rev:39 rq:960162 version:2.9.3

Changes:

--- /work/SRC/openSUSE:Factory/urh/urh.changes  2021-04-19 21:06:24.804066616 
+0200
+++ /work/SRC/openSUSE:Factory/.urh.new.2349/urh.changes2022-03-11 
11:37:13.398334644 +0100
@@ -1,0 +2,19 @@
+Mon Mar  7 10:02:30 UTC 2022 - Martin Hauke 
+
+- Update to version 2.9.3
+  * add bias tee check box on device settings.
+  * add category HamRadio to desktop file.
+  * Signal: retain the sample_rate on create_new.
+  * Simulation fix: use sending device dtype for modulation.
+  * Variable type mismatch.
+  * remove HackRF anti-freeze timeouts in places that do not
+require them.
+  * add b before data string.
+  * get magnitudes in cython for less memory consumption.
+  * join simulation thread when simulation stopped.
+  * add default noise threshold setting.
+  * Fix cython warnings.
+  * set BladeRF min sample rate to 520.834 kHz.
+  * fix #933 improve y-scale in SendRecvDialog.
+
+---

Old:

  urh-2.9.2.tar.gz

New:

  urh-2.9.3.tar.gz



Other differences:
--
++ urh.spec ++
--- /var/tmp/diff_new_pack.oRzcvV/_old  2022-03-11 11:37:13.854335180 +0100
+++ /var/tmp/diff_new_pack.oRzcvV/_new  2022-03-11 11:37:13.862335188 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package urh
 #
-# Copyright (c) 2021 SUSE LLC
-# Copyright (c) 2017-2021, Martin Hauke 
+# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2017-2022, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:   urh
-Version:2.9.2
+Version:2.9.3
 Release:0
 Summary:Tool for investigating unknown wireless protocols
 License:GPL-3.0-only

++ urh-2.9.2.tar.gz -> urh-2.9.3.tar.gz ++
/work/SRC/openSUSE:Factory/urh/urh-2.9.2.tar.gz 
/work/SRC/openSUSE:Factory/.urh.new.2349/urh-2.9.3.tar.gz differ: char 12, line 
1


commit urh for openSUSE:Factory

2021-04-19 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package urh for openSUSE:Factory checked in 
at 2021-04-19 21:06:08

Comparing /work/SRC/openSUSE:Factory/urh (Old)
 and  /work/SRC/openSUSE:Factory/.urh.new.12324 (New)


Package is "urh"

Mon Apr 19 21:06:08 2021 rev:38 rq:886579 version:2.9.2

Changes:

--- /work/SRC/openSUSE:Factory/urh/urh.changes  2020-12-31 10:03:22.895137813 
+0100
+++ /work/SRC/openSUSE:Factory/.urh.new.12324/urh.changes   2021-04-19 
21:06:24.804066616 +0200
@@ -1,0 +2,7 @@
+Sat Apr 17 16:23:23 UTC 2021 - Martin Hauke 
+
+- Update to version 2.9.2
+  * allow incomplete complex files to load fix #848
+  * Use list for checksum data_ranges
+
+---

Old:

  urh-2.9.1.tar.gz

New:

  urh-2.9.2.tar.gz



Other differences:
--
++ urh.spec ++
--- /var/tmp/diff_new_pack.XAyLNu/_old  2021-04-19 21:06:25.588067791 +0200
+++ /var/tmp/diff_new_pack.XAyLNu/_new  2021-04-19 21:06:25.592067798 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package urh
 #
-# Copyright (c) 2020 SUSE LLC
-# Copyright (c) 2017-2020, Martin Hauke 
+# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2017-2021, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:   urh
-Version:2.9.1
+Version:2.9.2
 Release:0
 Summary:Tool for investigating unknown wireless protocols
 License:GPL-3.0-only
@@ -50,8 +50,8 @@
 Requires:   python3-qt5
 Requires(post): hicolor-icon-theme
 Requires(post): update-desktop-files
-Requires(postun): hicolor-icon-theme
-Requires(postun): update-desktop-files
+Requires(postun):hicolor-icon-theme
+Requires(postun):update-desktop-files
 Recommends: inspectrum
 Recommends: rfcat
 %if 0%{?suse_version} >= 1500

++ urh-2.9.1.tar.gz -> urh-2.9.2.tar.gz ++
/work/SRC/openSUSE:Factory/urh/urh-2.9.1.tar.gz 
/work/SRC/openSUSE:Factory/.urh.new.12324/urh-2.9.2.tar.gz differ: char 13, 
line 1


commit urh for openSUSE:Factory

2020-12-01 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package urh for openSUSE:Factory checked in 
at 2020-12-01 14:22:00

Comparing /work/SRC/openSUSE:Factory/urh (Old)
 and  /work/SRC/openSUSE:Factory/.urh.new.5913 (New)


Package is "urh"

Tue Dec  1 14:22:00 2020 rev:36 rq:851776 version:2.9.0

Changes:

--- /work/SRC/openSUSE:Factory/urh/urh.changes  2020-05-19 14:45:40.595710410 
+0200
+++ /work/SRC/openSUSE:Factory/.urh.new.5913/urh.changes2020-12-01 
14:22:05.213547899 +0100
@@ -1,0 +2,23 @@
+Sat Nov 28 15:40:08 UTC 2020 - Martin Hauke 
+
+- Update to version 2.9.0
+  * Avoid graph overlapping legend in spectrum analyzer.
+  * Improve Auto Interpretation Performance.
+  * Improve sdr check fix.
+  * Use costas loop for PSK demod.
+  * Consider checksum label in copy operation.
+
+---
+Tue Sep  8 12:33:14 UTC 2020 - Martin Hauke 
+
+- Update to version 2.8.9
+  * make HackRF bias tee configurable.
+  * Fix deprecation warnings due to invalid escape sequences.
+  * Use ElementTree instead of deprecated cElementTree.
+  * Refactor FileOperator.
+  * properly remember size and position of dialogs fix.
+  * add De Bruijn fuzzing.
+  * add support for already demodulated signals.
+  * Remove NRZ-I to prevent mixing with NRZ + Invert, clarify names.
+
+---

Old:

  urh-2.8.8.tar.gz

New:

  urh-2.9.0.tar.gz



Other differences:
--
++ urh.spec ++
--- /var/tmp/diff_new_pack.YO9Pj0/_old  2020-12-01 14:22:05.949548696 +0100
+++ /var/tmp/diff_new_pack.YO9Pj0/_new  2020-12-01 14:22:05.953548700 +0100
@@ -2,7 +2,7 @@
 # spec file for package urh
 #
 # Copyright (c) 2020 SUSE LLC
-# Copyright (c) 2017, Martin Hauke 
+# Copyright (c) 2017-2020, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:   urh
-Version:2.8.8
+Version:2.9.0
 Release:0
 Summary:Tool for investigating unknown wireless protocols
 License:GPL-3.0-only

++ urh-2.8.8.tar.gz -> urh-2.9.0.tar.gz ++
/work/SRC/openSUSE:Factory/urh/urh-2.8.8.tar.gz 
/work/SRC/openSUSE:Factory/.urh.new.5913/urh-2.9.0.tar.gz differ: char 13, line 
1
___
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org