[qlandkartegt/f16] update to 1.4.0

Dan Horák sharkcz at fedoraproject.org
Tue Feb 28 10:57:58 UTC 2012


commit 328fd5c5b0579294e8a4720bbf5488b6ec1b3e43
Author: Dan Horák <dan at danny.cz>
Date:   Tue Feb 28 11:54:10 2012 +0100

    update to 1.4.0

 .gitignore        |    1 +
 qlandkartegt.spec |   10 ++++++----
 sources           |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 673d957..0145564 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
 /qlandkartegt-1.3.0.tar.gz
 /qlandkartegt-1.3.1.tar.gz
 /qlandkartegt-1.3.2.tar.gz
+/qlandkartegt-1.4.0.tar.gz
diff --git a/qlandkartegt.spec b/qlandkartegt.spec
index e192259..8407d6c 100644
--- a/qlandkartegt.spec
+++ b/qlandkartegt.spec
@@ -1,5 +1,5 @@
 Name: qlandkartegt
-Version: 1.3.2
+Version: 1.4.0
 Release: 1%{?dist}
 Summary: GPS device mapping tool
 
@@ -10,8 +10,6 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # <GL/glu.h> not included by qt >= 4.8
 Patch0: %{name}-1.3.0-glu.patch
-# unistd.h isn't included automagically (by QT?) any more
-Patch1: %{name}-1.3.2-includes.patch
 Requires: garmindev(interface) = 1.18
 Requires: gpsbabel
 
@@ -51,7 +49,6 @@ GDAL tools, but it will simplify their use to the demands of most users.
 %prep
 %setup -q
 %patch0 -p1 -b .glu
-%patch1 -p1 -b .includes
 
 # create build direcotory
 mkdir build
@@ -80,6 +77,8 @@ rm -rf %{buildroot}
 %doc copying changelog.txt
 %{_bindir}/%{name}
 %{_bindir}/map2gcm
+%{_bindir}/map2rmap
+%{_bindir}/cache2gtiff
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
 %{_datadir}/%{name}
@@ -87,6 +86,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Feb 27 2012 Dan Horák <dan[at]danny.cz> 1.4.0-1
+- update to 1.4.0
+
 * Thu Jan 05 2012 Dan Horák <dan[at]danny.cz> 1.3.2-1
 - update to 1.3.2
 
diff --git a/sources b/sources
index 2a61393..85d14af 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1dc1b7284b15231978f9d0ec6353cf65  qlandkartegt-1.3.2.tar.gz
+1f2458164e669d4caa153cebc551b309  qlandkartegt-1.4.0.tar.gz


More information about the scm-commits mailing list