[qlandkartegt] - update to 0.19.1

Dan Horák sharkcz at fedoraproject.org
Mon Sep 13 09:18:40 UTC 2010


commit e74c3e89b87eadb4b8168f1ac4a104e62c88456a
Author: Dan Horák <dan at danny.cz>
Date:   Mon Sep 13 11:18:32 2010 +0200

    - update to 0.19.1

 .gitignore                     |    5 +++--
 qlandkartegt-0.19.1-zlib.patch |    9 +++++++++
 qlandkartegt.spec              |    8 +++++++-
 sources                        |    2 +-
 4 files changed, 20 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d79793d..4991add 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
-qlandkartegt-0.18.4.tar.gz
-qlandkartegt-0.19.0.tar.gz
+/qlandkartegt-0.18.4.tar.gz
+/qlandkartegt-0.19.0.tar.gz
+/qlandkartegt-0.19.1.tar.gz
diff --git a/qlandkartegt-0.19.1-zlib.patch b/qlandkartegt-0.19.1-zlib.patch
new file mode 100644
index 0000000..81b8485
--- /dev/null
+++ b/qlandkartegt-0.19.1-zlib.patch
@@ -0,0 +1,9 @@
+diff -up qlandkartegt-0.19.1/3rdparty/QZip/CMakeLists.txt.z qlandkartegt-0.19.1/3rdparty/QZip/CMakeLists.txt
+--- qlandkartegt-0.19.1/3rdparty/QZip/CMakeLists.txt.z	2010-09-13 09:42:18.000000000 +0200
++++ qlandkartegt-0.19.1/3rdparty/QZip/CMakeLists.txt	2010-09-13 09:42:24.000000000 +0200
+@@ -69,4 +69,5 @@ add_library(qzip
+ 
+ target_link_libraries( qzip
+       ${QT_LIBRARIES}
++      z
+ )
diff --git a/qlandkartegt.spec b/qlandkartegt.spec
index 5b70049..1604677 100644
--- a/qlandkartegt.spec
+++ b/qlandkartegt.spec
@@ -1,5 +1,5 @@
 Name: qlandkartegt
-Version: 0.19.0
+Version: 0.19.1
 Release: 1%{?dist}
 Summary: GPS device mapping tool
 
@@ -7,6 +7,8 @@ Group: Applications/Communications
 License: GPLv2+
 URL: http://www.qlandkarte.org/
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+# fixed in svn rev 2336
+Patch0: %{name}-0.19.1-zlib.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: garmindev(interface) = 1.18
 Requires: gpsbabel
@@ -43,6 +45,7 @@ GDAL tools, but it will simplify their use to the demands of most users.
 
 %prep
 %setup -q
+%patch0 -p1 -b .zlib
 
 # create build direcotory
 mkdir build
@@ -77,6 +80,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Sep 13 2010 Dan Horák <dan[at]danny.cz> 0.19.1-1
+- update to 0.19.1
+
 * Mon Aug 16 2010 Dan Horák <dan[at]danny.cz> 0.19.0-1
 - update to 0.19.0
 
diff --git a/sources b/sources
index d95c635..71c40d8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bee9a25592816c35a0b8e8b7f06a0cdd  qlandkartegt-0.19.0.tar.gz
+26b507089c2f2576e0cf9e3bb19a283a  qlandkartegt-0.19.1.tar.gz


More information about the scm-commits mailing list