]> git.pld-linux.org Git - packages/gpsd.git/commitdiff
- updated to 3.9 (security fix)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 25 Aug 2013 07:05:52 +0000 (09:05 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 25 Aug 2013 07:05:52 +0000 (09:05 +0200)
- removed obsolete flags,destdir patch

gpsd-destdir.patch [deleted file]
gpsd-flags.patch [deleted file]
gpsd.spec

diff --git a/gpsd-destdir.patch b/gpsd-destdir.patch
deleted file mode 100644 (file)
index 8fa7392..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
---- gpsd-3.8/SConstruct.orig   2013-03-01 18:15:47.709276155 +0100
-+++ gpsd-3.8/SConstruct        2013-03-01 18:38:43.379218424 +0100
-@@ -1660,10 +1660,10 @@
- # is plugged in.
- Utility('udev-install', 'install', [
--    'mkdir -p ' + env['udevdir'],
--    'cp $SRCDIR/gpsd.rules ' + env['udevdir'] + '/rules.d/25-gpsd.rules',
--    'cp $SRCDIR/gpsd.hotplug ' + env['udevdir'],
--    'chmod a+x ' + env['udevdir'] + '/gpsd.hotplug',
-+    'mkdir -p ' + DESTDIR + env['udevdir'] + '/rules.d',
-+    'cp $SRCDIR/gpsd.rules ' + DESTDIR + env['udevdir'] + '/rules.d/25-gpsd.rules',
-+    'cp $SRCDIR/gpsd.hotplug ' + DESTDIR + env['udevdir'],
-+    'chmod a+x ' + DESTDIR + env['udevdir'] + '/gpsd.hotplug',
-         ])
- Utility('udev-uninstall', '', [
diff --git a/gpsd-flags.patch b/gpsd-flags.patch
deleted file mode 100644 (file)
index b50f672..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- gpsd-3.8/SConstruct.orig   2013-03-01 16:31:35.872871853 +0100
-+++ gpsd-3.8/SConstruct        2013-03-01 17:26:39.839399865 +0100
-@@ -886,7 +886,7 @@
- #          linking
- # The final executable will build but not be portable.
--env.StaticLibrary(target = 'libgps.a', source = libgps_sources)
-+env.StaticLibrary(target = 'libgps.a', source = libgps_sources, parse_flags = dbus_libs)
- # Source groups
index fbe475e9835532602bd1685f1026324a1a0accff..c6614e9bbf69b6bedefba33249256c48e8855148 100644 (file)
--- a/gpsd.spec
+++ b/gpsd.spec
@@ -6,16 +6,14 @@
 Summary:       Service daemon for mediating access to a GPS
 Summary(pl.UTF-8):     Oprogramowanie komunikujące się z GPS-em
 Name:          gpsd
-Version:       3.8
+Version:       3.9
 Release:       1
 License:       BSD
 Group:         Daemons
 Source0:       http://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz
-# Source0-md5: 1a3177b907f25c0ce6d1a0aa22597270
+# Source0-md5: 53a88f24a0973d23427e82e9a8914f19
 Patch0:                %{name}-link.patch
 Patch1:                %{name}-qt.patch
-Patch2:                %{name}-flags.patch
-Patch3:                %{name}-destdir.patch
 URL:           http://www.catb.org/gpsd/
 BuildRequires: QtNetwork-devel >= 4.4
 %if %{with dbus}
@@ -216,8 +214,6 @@ xgpsspeed to prędkościomierz używający informacji o położeniu z GPS-a.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 %scons_env \
This page took 0.094908 seconds and 4 git commands to generate.