From be5b1657ce0dd23282fa09d781c83f44fa215695 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Apr 07 2010 21:42:07 +0000 Subject: - Added patch to fix DSOLinking (#565157) --- diff --git a/gpx-viewer-linking.patch b/gpx-viewer-linking.patch new file mode 100644 index 0000000..2be9e6a --- /dev/null +++ b/gpx-viewer-linking.patch @@ -0,0 +1,11 @@ +--- gpx-viewer-0.1.2/Makefile.in.orig 2010-04-07 23:31:17.186132358 +0200 ++++ gpx-viewer-0.1.2/Makefile.in 2010-04-07 23:31:30.776132380 +0200 +@@ -208,7 +208,7 @@ + LDFLAGS = @LDFLAGS@ + LIBOBJS = @LIBOBJS@ + LIBS = \ +- @modules_LIBS@ ++ @modules_LIBS@ -lm + + LIBTOOL = @LIBTOOL@ + LIPO = @LIPO@ diff --git a/gpx-viewer-vala.patch b/gpx-viewer-vala.patch new file mode 100644 index 0000000..83b6de1 --- /dev/null +++ b/gpx-viewer-vala.patch @@ -0,0 +1,11 @@ +--- gpx-viewer-0.1.2/src/gpx-graph.vala.orig 2010-04-07 23:26:35.419132387 +0200 ++++ gpx-viewer-0.1.2/src/gpx-graph.vala 2010-04-07 23:27:00.154132017 +0200 +@@ -51,7 +51,7 @@ + /* Force a redraw */ + this.queue_draw(); + } +- default = 4; ++ /* default = 4; */ + } + + public Graph () diff --git a/gpx-viewer.spec b/gpx-viewer.spec index db9ae1f..83d61c6 100644 --- a/gpx-viewer.spec +++ b/gpx-viewer.spec @@ -1,6 +1,6 @@ Name: gpx-viewer Version: 0.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A simple gpx viewer Group: Applications/Internet @@ -9,6 +9,8 @@ URL: http://blog.sarine.nl/gpx-viewer/ Source0: http://edge.launchpad.net/gpx-viewer/trunk/%{version}/+download/%{name}-%{version}.tar.gz Patch0: %{name}-configure.patch Patch1: %{name}-include.patch +Patch2: %{name}-linking.patch +Patch3: %{name}-vala.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel @@ -32,6 +34,8 @@ intention to become a full blown manager, editor or analyzer. %setup -q %patch0 -p1 -b .configure %patch1 -p1 -b .include +%patch2 -p1 -b .linking +%patch3 -p1 -b .vala %build @@ -78,6 +82,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Mon Mar 15 2010 Fabian Affolter -0.1.2-2 +- Added patch to fix DSOLinking (#565157) + * Wed Nov 18 2009 Fabian Affolter - 0.1.2-1 - Updated to new upstream version 0.1.2 diff --git a/import.log b/import.log new file mode 100644 index 0000000..1a66ce6 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +gpx-viewer-0_1_2-2_fc13:F-13:gpx-viewer-0.1.2-2.fc13.src.rpm:1270676470