rpms/dates/devel dates-0.4.6-config.patch, NONE, 1.1 dates.spec, 1.16, 1.17

Debarshi Ray rishi at fedoraproject.org
Thu Feb 26 22:46:06 UTC 2009


Author: rishi

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

Modified Files:
	dates.spec 
Added Files:
	dates-0.4.6-config.patch 
Log Message:
* Fri Feb 27 2009 Debarshi Ray <rishi at fedoraproject.org> - 0.4.6-3
- Fixed build failure.


dates-0.4.6-config.patch:

--- NEW FILE dates-0.4.6-config.patch ---
diff -urNp dates-0.4.6.orig/src/dates_callbacks.c dates-0.4.6/src/dates_callbacks.c
--- dates-0.4.6.orig/src/dates_callbacks.c	2009-02-27 03:55:27.228458785 +0530
+++ dates-0.4.6/src/dates_callbacks.c	2009-02-27 04:04:08.501458986 +0530
@@ -17,6 +17,8 @@
  *  GNU General Public License for more details.
  *
  */
+#include "config.h"
+
 #include "dates_callbacks.h"
 #include "dates_types.h"
 #include "dates_platform.h"
diff -urNp dates-0.4.6.orig/src/dates_main.c dates-0.4.6/src/dates_main.c
--- dates-0.4.6.orig/src/dates_main.c	2009-02-27 03:55:27.228458785 +0530
+++ dates-0.4.6/src/dates_main.c	2009-02-27 04:03:43.524458137 +0530
@@ -19,6 +19,8 @@
  *
  */
 
+#include "config.h"
+
 #include <string.h>
 #include <math.h>
 #include <libecal/e-cal-time-util.h>


Index: dates.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dates/devel/dates.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- dates.spec	24 Feb 2009 10:52:04 -0000	1.16
+++ dates.spec	26 Feb 2009 22:45:36 -0000	1.17
@@ -1,12 +1,13 @@
 Name:			dates
 Version:		0.4.6
-Release:		2%{?dist}
+Release:		3%{?dist}
 Summary:		Small, lightweight calendar
 
 Group:			Applications/Productivity
 License:		GPLv2+
 URL:			http://pimlico-project.org/dates.html
 Source0:		http://pimlico-project.org/sources/%{name}/%{name}-%{version}.tar.gz
+Patch0:			%{name}-0.4.6-config.patch
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires(post):		/sbin/ldconfig
@@ -28,6 +29,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 
 %build
@@ -78,6 +80,9 @@
 
 
 %changelog
+* Fri Feb 27 2009 Debarshi Ray <rishi at fedoraproject.org> - 0.4.6-3
+- Fixed build failure.
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list