This commit is contained in:
Miroslav Lichvar 2018-10-09 11:08:36 +02:00
parent c72607e884
commit ab7cbcf796

View File

@ -5,7 +5,7 @@
Name: %{srcname} Name: %{srcname}
Version: 3.18 Version: 3.18
Release: 1%{?dist} Release: 2%{?dist}
Summary: Service daemon for mediating access to a GPS Summary: Service daemon for mediating access to a GPS
Group: System Environment/Daemons Group: System Environment/Daemons
@ -304,6 +304,9 @@ desktop-file-install \
%changelog %changelog
* Tue Oct 09 2018 Miroslav Lichvar <mlichvar@redhat.com> - 3.18-2
- use python3 scons and fix build requirements for xgps
* Thu Oct 04 2018 Miroslav Lichvar <mlichvar@redhat.com> - 3.18-1 * Thu Oct 04 2018 Miroslav Lichvar <mlichvar@redhat.com> - 3.18-1
- update to 3.18 - update to 3.18
- drop python2 subpackage (#1633793) - drop python2 subpackage (#1633793)