[gpsd] update to 3.13

Miroslav Lichvar mlichvar at fedoraproject.org
Mon Mar 2 16:05:06 UTC 2015


commit 455abd36090ad2ccc775f28f29300d0b6fb8bc9e
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Mon Mar 2 17:02:03 2015 +0100

    update to 3.13

 .gitignore         |  1 +
 gpsd-systemd.patch | 50 --------------------------------------------------
 gpsd.spec          |  8 +++-----
 sources            |  2 +-
 4 files changed, 5 insertions(+), 56 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0189fb4..fe8f7ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /gpsd-20140127gitf2753b.tar.gz
 /gpsd-20140524gitd6b65b.tar.gz
 /gpsd-3.11.tar.gz
+/gpsd-3.13.tar.gz
diff --git a/gpsd.spec b/gpsd.spec
index b0bd5d7..3678a4d 100644
--- a/gpsd.spec
+++ b/gpsd.spec
@@ -1,7 +1,7 @@
 %global _hardened_build 1
 
 Name: gpsd
-Version: 3.11
+Version: 3.13
 Release: 1%{?dist}
 Summary: Service daemon for mediating access to a GPS
 
@@ -11,9 +11,6 @@ URL: http://catb.org/gpsd/
 Source0: http://download.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz
 Source11: gpsd.sysconfig
 
-# Update systemd files
-Patch1: gpsd-systemd.patch
-
 BuildRequires: dbus-devel dbus-glib-devel ncurses-devel xmlto python-devel
 BuildRequires: scons desktop-file-utils bluez-libs-devel pps-tools-devel
 %ifnarch s390 s390x
@@ -74,7 +71,6 @@ can run on a serial terminal or terminal emulator.
 
 %prep
 %setup -q
-%patch1 -p1 -b .systemd
 
 # set gpsd revision string to include package revision
 sed -i 's|^revision=.*REVISION.*$|revision='\'\
@@ -140,6 +136,8 @@ desktop-file-install \
 # Not needed since gpsd.h is not installed
 rm %{buildroot}%{_libdir}/{libgpsd.so,pkgconfig/libgpsd.pc}
 
+rm %{buildroot}%{_mandir}/man1/ntpmon*
+
 %post
 %systemd_post gpsd.service gpsd.socket
 
diff --git a/sources b/sources
index d682fc8..beb3980 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ba28369992886fccb85ce560e4727e20  gpsd-3.11.tar.gz
+558dce98edaaccc8d41043adb52fbe68  gpsd-3.13.tar.gz


More information about the scm-commits mailing list