rpms/dates/devel dates-fixdso.patch,NONE,1.1 dates.spec,1.22,1.23

Peter Robinson pbrobinson at fedoraproject.org
Wed Mar 3 15:13:04 UTC 2010


Author: pbrobinson

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

Modified Files:
	dates.spec 
Added Files:
	dates-fixdso.patch 
Log Message:
 - Add patch to fix dso linking. Bug 564974

dates-fixdso.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE dates-fixdso.patch ---
--- dates-0.4.11/src/Makefile.in.orig	2010-03-03 14:42:28.000000000 +0000
+++ dates-0.4.11/src/Makefile.in	2010-03-03 14:42:40.000000000 +0000
@@ -133,7 +133,7 @@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 LD = @LD@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -lm
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@


Index: dates.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dates/devel/dates.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- dates.spec	10 Jan 2010 18:52:52 -0000	1.22
+++ dates.spec	3 Mar 2010 15:13:04 -0000	1.23
@@ -1,12 +1,13 @@
 Name:			dates
 Version:		0.4.11
-Release:		2%{?dist}
+Release:		3%{?dist}
 Summary:		Small, lightweight calendar
 
 Group:			Applications/Productivity
 License:		GPLv2+
 URL:			http://pimlico-project.org/dates.html
 Source0:		ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.4/%{name}-%{version}.tar.bz2
+Patch0:                 dates-fixdso.patch
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  	gtk2-devel
@@ -21,6 +22,7 @@ user interface and tailored support for 
 
 %prep
 %setup -q
+%patch0 -p1 -b .fixdso
 
 %build
 %configure --disable-debug
@@ -62,6 +64,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_bindir}/%{name}
 
 %changelog
+* Wed Mar  3 2010 Peter Robinson <pbrobinson at gmail.com> 0.4.11-3
+- Add patch to fix dso linking. Bug 564974
+
 * Sun Jan 10 2010 Peter Robinson <pbrobinson at gmail.com> 0.4.11-2
 - Update source file
 



More information about the scm-commits mailing list