[qlandkartegt] update to 1.3.2

Dan Horák sharkcz at fedoraproject.org
Thu Jan 5 12:34:31 UTC 2012


commit 2f444200af7ea9dc4c8dca60f79255c5c67f05b5
Author: Dan Horák <dan at danny.cz>
Date:   Thu Jan 5 13:34:26 2012 +0100

    update to 1.3.2

 .gitignore        |    1 +
 qlandkartegt.spec |   11 +++++++++--
 sources           |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a8c42a9..673d957 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /qlandkartegt-1.2.4.tar.gz
 /qlandkartegt-1.3.0.tar.gz
 /qlandkartegt-1.3.1.tar.gz
+/qlandkartegt-1.3.2.tar.gz
diff --git a/qlandkartegt.spec b/qlandkartegt.spec
index 8d3b685..73a1bf5 100644
--- a/qlandkartegt.spec
+++ b/qlandkartegt.spec
@@ -1,5 +1,5 @@
 Name: qlandkartegt
-Version: 1.3.1
+Version: 1.3.2
 Release: 1%{?dist}
 Summary: GPS device mapping tool
 
@@ -9,6 +9,8 @@ URL: http://www.qlandkarte.org/
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 # <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
 
@@ -21,9 +23,10 @@ BuildRequires: gdal-devel
 BuildRequires: desktop-file-utils
 BuildRequires: libexif-devel
 BuildRequires: libdmtx-devel
-%if 0%{?fedora} > 13
 BuildRequires: gpsd-devel
 BuildRequires: qt-webkit-devel
+%if 0%{?fedora} >= 16
+BuildRequires: libjpeg-devel
 %endif
 
 
@@ -49,6 +52,7 @@ 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
@@ -84,6 +88,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Jan 05 2012 Dan Horák <dan[at]danny.cz> 1.3.2-1
+- update to 1.3.2
+
 * Thu Dec 01 2011 Dan Horák <dan[at]danny.cz> 1.3.1-1
 - update to 1.3.1
 
diff --git a/sources b/sources
index b77dac6..2a61393 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38efba334d78cabc9c80527328ddf1fa  qlandkartegt-1.3.1.tar.gz
+1dc1b7284b15231978f9d0ec6353cf65  qlandkartegt-1.3.2.tar.gz


More information about the scm-commits mailing list