commit b8df64a725465420cba27d3a3d32787800d5e664
Author: Jakub Bogusz <[email protected]>
Date:   Sun Aug 25 09:05:52 2013 +0200

    - updated to 3.9 (security fix)
    - removed obsolete flags,destdir patch

 gpsd-destdir.patch | 17 -----------------
 gpsd-flags.patch   | 11 -----------
 gpsd.spec          |  8 ++------
 3 files changed, 2 insertions(+), 34 deletions(-)
---
diff --git a/gpsd.spec b/gpsd.spec
index fbe475e..c6614e9 100644
--- 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 \
diff --git a/gpsd-destdir.patch b/gpsd-destdir.patch
deleted file mode 100644
index 8fa7392..0000000
--- a/gpsd-destdir.patch
+++ /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
index b50f672..0000000
--- a/gpsd-flags.patch
+++ /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
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gpsd.git/commitdiff/b8df64a725465420cba27d3a3d32787800d5e664

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to