rpms/tasks/devel libkoto-ical-config.patch, NONE, 1.1 tasks.spec, 1.15, 1.16

Daniel M. Young dyoung at fedoraproject.org
Mon Mar 2 18:05:53 UTC 2009


Author: dyoung

Update of /cvs/extras/rpms/tasks/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6020

Modified Files:
	tasks.spec 
Added Files:
	libkoto-ical-config.patch 
Log Message:
Add patch to libkoto/ical-util.c to fix FTBFS

libkoto-ical-config.patch:

--- NEW FILE libkoto-ical-config.patch ---
--- libkoto/ical-util.c.orig	2009-03-02 09:46:36.398582945 -0800
+++ libkoto/ical-util.c	2009-03-02 09:46:57.225583409 -0800
@@ -33,6 +33,7 @@
     }                                                                   \
   }
 
+#include "config.h"
 #include "ical-util.h"
 
 #include <glib.h>


Index: tasks.spec
===================================================================
RCS file: /cvs/extras/rpms/tasks/devel/tasks.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- tasks.spec	25 Feb 2009 18:32:55 -0000	1.15
+++ tasks.spec	2 Mar 2009 18:05:22 -0000	1.16
@@ -1,12 +1,13 @@
 Name:           tasks
 Version:        0.14
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Simple to-do list application
 
 Group:          Applications/Productivity
 License:        GPLv2+
 URL:            http://pimlico-project.org/tasks.html
 Source0:        http://pimlico-project.org/sources/tasks/tasks-%{version}.tar.gz
+Patch0:         libkoto-ical-config.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  evolution-data-server-devel >= 1.2.0
@@ -19,6 +20,7 @@
 
 %prep
 %setup -q
+%patch0
 
 
 %build
@@ -63,6 +65,9 @@
 
 
 %changelog
+* Mon Mar 02 2009 Dan Young <dyoung at mesd.k12.or.us> - 0.14-4
+- patch libkoto/ical-util.c to fix FTBFS
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.14-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list