Accepting request 1091334 from home:luigifab:branches:devel:languages:python:numeric
- New upstream version (1.2.2) * fix detection of RADEX ONE v1 (ABBA/A011) * fix measure value (hexa:8 useless) I hope all is good. Not sure how to do with man pages (so disabled). OBS-URL: https://build.opensuse.org/request/show/1091334 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-radexreader?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:159c7eb5233ecb173b9cb30a45aefde5fb9187451628cecd52d04b5f26c02de3
|
||||
size 102093
|
||||
3
python-radexreader-1.2.2.tar.gz
Normal file
3
python-radexreader-1.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8dd55c4d6a8bb104558fddc81241d557ca5ff71bd4f71d8776166f14d5aba7af
|
||||
size 103589
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 6 20:00:00 UTC 2023 - Fabrice Creuzot <code@luigifab.fr>
|
||||
|
||||
- New upstream version (1.2.2)
|
||||
* fix detection of RADEX ONE v1 (ABBA/A011)
|
||||
* fix measure value (hexa:8 useless)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 9 20:00:00 UTC 2021 - Fabrice Creuzot <code@luigifab.fr>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-radexreader
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2021-2023 SUSE LLC
|
||||
#
|
||||
# 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 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-radexreader
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 0
|
||||
Summary: Reader for the RADEX RD1212 and ONE Geiger counters
|
||||
License: GPL-2.0-or-later
|
||||
@@ -59,11 +59,16 @@ cd src
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
mkdir -p %{buildroot}%{_bindir}/
|
||||
mkdir -p %{buildroot}%{_udevrulesdir}/
|
||||
#mkdir -p %{buildroot}%{_mandir}/man1/ %{buildroot}%{_mandir}/fr/man1/
|
||||
%python_expand install -p -m 644 ../debian/udev %{buildroot}%{_udevrulesdir}/60-python%{$python_bin_suffix}-radexreader.rules
|
||||
#install -p -m 644 ../debian/radexreader.1 %{buildroot}%{_mandir}/man1/radexreader.1
|
||||
#install -p -m 644 ../debian/radexreader.fr.1 %{buildroot}%{_mandir}/fr/man1/radexreader.1
|
||||
install -p -m 755 ../src/radexreader.py %{buildroot}%{_bindir}/radexreader
|
||||
%python_clone -a %{buildroot}%{_bindir}/radexreader
|
||||
|
||||
%files %{python_files}
|
||||
#%{_mandir}/man1/radexreader.1*
|
||||
#%{_mandir}/*/man1/radexreader.1*
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%python_alternative %{_bindir}/radexreader
|
||||
|
||||
Reference in New Issue
Block a user