update to 3.16

This commit is contained in:
Miroslav Lichvar 2016-01-11 10:14:58 +01:00
parent 19d1853250
commit 5b0466534c
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/gpsd-3.13.tar.gz
/gpsd-3.14.tar.gz
/gpsd-3.15.tar.gz
/gpsd-3.16.tar.gz

View File

@ -1,7 +1,7 @@
%global _hardened_build 1
Name: gpsd
Version: 3.15
Version: 3.16
Release: 2%{?dist}
Summary: Service daemon for mediating access to a GPS
@ -79,6 +79,9 @@ sed -i 's|^revision=.*REVISION.*$|revision='\'\
# fix systemd path
sed -i 's|systemd_dir =.*|systemd_dir = '\'%{_unitdir}\''|' SConstruct
# don't try reloading systemd when installing in the build root
sed -i 's|systemctl daemon-reload|true|' SConstruct
# don't set RPATH
sed -i 's|env.Prepend.*RPATH.*|pass #\0|' SConstruct

View File

@ -1 +1 @@
afd79b87337fadf38ee2a7c4314dac79 gpsd-3.15.tar.gz
68691b5de4c94f82ec4062b042b5eb63 gpsd-3.16.tar.gz