diff --git a/python-radexreader-1.2.1.tar.gz b/python-radexreader-1.2.1.tar.gz deleted file mode 100644 index ad61a0a..0000000 --- a/python-radexreader-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:159c7eb5233ecb173b9cb30a45aefde5fb9187451628cecd52d04b5f26c02de3 -size 102093 diff --git a/python-radexreader-1.2.2.tar.gz b/python-radexreader-1.2.2.tar.gz new file mode 100644 index 0000000..6fae32e --- /dev/null +++ b/python-radexreader-1.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd55c4d6a8bb104558fddc81241d557ca5ff71bd4f71d8776166f14d5aba7af +size 103589 diff --git a/python-radexreader.changes b/python-radexreader.changes index b961310..9f9101a 100644 --- a/python-radexreader.changes +++ b/python-radexreader.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jun 6 20:00:00 UTC 2023 - Fabrice Creuzot + +- 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 diff --git a/python-radexreader.spec b/python-radexreader.spec index 95730c4..41fd522 100644 --- a/python-radexreader.spec +++ b/python-radexreader.spec @@ -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