rpms/gpscorrelate/devel gpscorrelate-1.6.0-stdc++.patch, NONE, 1.1 gpscorrelate.spec, 1.3, 1.4

Till Maas till at fedoraproject.org
Wed Feb 10 16:59:52 UTC 2010


Author: till

Update of /cvs/pkgs/rpms/gpscorrelate/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9787

Modified Files:
	gpscorrelate.spec 
Added Files:
	gpscorrelate-1.6.0-stdc++.patch 
Log Message:
* Wed Feb 10 2010 Till Maas <opensource at till.name> - 1.6.0-5
- Fix build failure due to https://fedoraproject.org/wiki/UnderstandingDSOLinkChange


gpscorrelate-1.6.0-stdc++.patch:
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gpscorrelate-1.6.0-stdc++.patch ---
diff -up gpscorrelate-1.6.0/Makefile.stdc++ gpscorrelate-1.6.0/Makefile
--- gpscorrelate-1.6.0/Makefile.stdc++	2010-02-10 17:48:00.316933435 +0100
+++ gpscorrelate-1.6.0/Makefile	2010-02-10 17:48:05.044936249 +0100
@@ -7,7 +7,7 @@ GOBJS    = main-gui.o gui.o unixtime.o g
 CFLAGS   = -Wall
 override CFLAGS += $(shell pkg-config --cflags libxml-2.0 gtk+-2.0) -I/usr/include/exiv2
 OFLAGS   = -Wall
-override OFLAGS += $(shell pkg-config --libs libxml-2.0 gtk+-2.0) -lm -lexiv2
+override OFLAGS += $(shell pkg-config --libs libxml-2.0 gtk+-2.0) -lm -lexiv2 -lstdc++
 prefix   = /usr/local
 bindir   = $(prefix)/bin
 datadir  = $(prefix)/share


Index: gpscorrelate.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gpscorrelate/devel/gpscorrelate.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- gpscorrelate.spec	4 Jan 2010 20:41:17 -0000	1.3
+++ gpscorrelate.spec	10 Feb 2010 16:59:52 -0000	1.4
@@ -2,15 +2,19 @@
 
 Name:           gpscorrelate
 Version:        1.6.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A GPS photo correlation / geotagging tool
 
 Group:          Applications/Productivity 
 License:        GPLv2+
 URL:            http://freefoote.dview.net/linux_gpscorr.html
 Source0:        http://freefoote.dview.net/linux/gpscorrelate-%{version}.tar.gz
+# 2010-02-10: sent upstream via private e-mail
 Source1:        gpscorrelate-gui.svg
+# 2010-02-10: sent upstream via private e-mail
 Patch0:         gpscorrelate-1.6.0-icon.patch
+# 2010-02-10: sent upstream via private e-mail
+Patch1:         gpscorrelate-1.6.0-stdc++.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  exiv2-devel libxml2-devel gtk2-devel
@@ -31,6 +35,7 @@ with the timestamp of the gps coordinate
 %prep
 %setup -q
 %patch0 -p1 -b .icon
+%patch1 -p1 -b .stdc++
 cp -p %SOURCE1 gpscorrelate-gui.svg
 
 
@@ -74,6 +79,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Wed Feb 10 2010 Till Maas <opensource at till.name> - 1.6.0-5
+- Fix build failure due to https://fedoraproject.org/wiki/UnderstandingDSOLinkChange
+
 * Mon Jan 04 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.6.0-4 
 - rebuild (exiv2)
 



More information about the scm-commits mailing list