[gpx-viewer] Update to 0.4.0

Christian Krause chkr at fedoraproject.org
Sun Dec 1 11:18:39 UTC 2013


commit 6b549983d4855da2e65a0bd50fcaa51ed817340e
Author: Christian Krause <chkr at fedoraproject.org>
Date:   Sun Dec 1 12:18:23 2013 +0100

    Update to 0.4.0
    
    - Remove upstreamed patches

 .gitignore                         |    1 +
 gpx-viewer-0.3.0-desktopdir.patch  |   22 -----------
 gpx-viewer-0.3.0-desktopfile.patch |   16 --------
 gpx-viewer-0.3.0-gtk-compile.patch |   13 -------
 gpx-viewer-0.3.0-marker-pos.patch  |   24 ------------
 gpx-viewer-0.3.0-usability.patch   |   69 ------------------------------------
 gpx-viewer-0.3.0-vapi.patch        |   21 -----------
 gpx-viewer.spec                    |   40 ++++----------------
 sources                            |    2 +-
 9 files changed, 10 insertions(+), 198 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6897607..e2f70bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 gpx-viewer-0.1.2.tar.gz
 /gpx-viewer-0.2.0.tar.gz
 /gpx-viewer-0.3.0.tar.gz
+/gpx-viewer-0.4.0.tar.gz
diff --git a/gpx-viewer.spec b/gpx-viewer.spec
index c325dd9..fc68b6e 100644
--- a/gpx-viewer.spec
+++ b/gpx-viewer.spec
@@ -1,31 +1,12 @@
 Name:           gpx-viewer
-Version:        0.3.0
-Release:        2%{?dist}
+Version:        0.4.0
+Release:        1%{?dist}
 Summary:        A simple gpx viewer
 
 Group:          Applications/Productivity
 License:        GPLv2+
 URL:            https://edge.launchpad.net/gpx-viewer
-Source0:        http://edge.launchpad.net/gpx-viewer/trunk/0.2.0/+download/%{name}-%{version}.tar.gz
-# Fix desktopdir path
-# http://bazaar.launchpad.net/~chkr/gpx-viewer/gpx-viewer/revision/261
-Patch0:         %{name}-0.3.0-desktopdir.patch
-# Fix syntax error in desktop file and add "Maps" category
-# http://bazaar.launchpad.net/~chkr/gpx-viewer/gpx-viewer/revision/262
-# http://bazaar.launchpad.net/~chkr/gpx-viewer/gpx-viewer/revision/263
-Patch1:         %{name}-0.3.0-desktopfile.patch
-# Enhance usability:
-# - display track automatically after opening the gpx file
-# - better handling of side pane
-Patch2:         %{name}-0.3.0-usability.patch
-# Add missing gpx-viewer.vapi, needed for re-compilation
-# of vala sources
-Patch3:         gpx-viewer-0.3.0-vapi.patch
-# Fix wrong position of markers with newer libchamplain
-# http://bazaar.launchpad.net/~chkr/gpx-viewer/gpx-viewer/revision/264
-Patch4:         gpx-viewer-0.3.0-marker-pos.patch
-# Ported from http://bazaar.launchpad.net/~gpx-viewer-team/gpx-viewer/main/revision/260
-Patch5:         gpx-viewer-0.3.0-gtk-compile.patch
+Source0:        http://edge.launchpad.net/gpx-viewer/trunk/0.4.0/+download/%{name}-%{version}.tar.gz
 
 BuildRequires:  gtk2-devel
 BuildRequires:  libchamplain-devel
@@ -36,7 +17,7 @@ BuildRequires:  libgdl-devel
 BuildRequires:  unique-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  intltool
-BuildRequires:  autoconf libtool
+#BuildRequires:  autoconf libtool
 
 Requires:       hicolor-icon-theme
 Requires:       shared-mime-info
@@ -62,15 +43,6 @@ It has the following features:
 
 %prep
 %setup -q
-%patch0 -p0 -b.desktopdir
-%patch1 -p0 -b.desktopfile
-%patch2 -p0 -b.usability
-%patch3 -p1 -b.vapi
-%patch4 -p0 -b.markerpos
-%patch5 -p0 -b.compilefix
-libtoolize -f 
-intltoolize -f
-autoreconf -f 
 
 %build
 %configure --disable-database-updates
@@ -111,6 +83,10 @@ fi
 %{_datadir}/mime/packages/gpx-viewer.xml
 
 %changelog
+* Sun Dec 01 2013 Christian Krause <chkr at fedoraproject.org> - 0.4.0-1
+- Update to 0.4.0
+- Remove upstreamed patches
+
 * Sun Sep 22 2013 Christian Krause <chkr at fedoraproject.org> - 0.3.0-2
 - Fix position of markers (for libchamplain >= 0.12.4)
 
diff --git a/sources b/sources
index b76963c..3a680c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-936911d6adef4246c1659421a9694608  gpx-viewer-0.3.0.tar.gz
+f019a8fdf27391ca568f022b60d381c6  gpx-viewer-0.4.0.tar.gz


More information about the scm-commits mailing list