rpms/referencer/devel referencer-gcc44.patch, NONE, 1.1 referencer.spec, 1.18, 1.19

Deji Akingunola deji at fedoraproject.org
Thu Feb 5 21:01:43 UTC 2009


Author: deji

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

Modified Files:
	referencer.spec 
Added Files:
	referencer-gcc44.patch 
Log Message:
* Thu Jan 05 2009 Deji Akingunola <dakingun at gmail.com> - 1.1.5-5
- Add a small patch to build with gcc-4.4


referencer-gcc44.patch:

--- NEW FILE referencer-gcc44.patch ---
--- src/Plugin.h	2008-08-03 07:30:57.000000000 -0400
+++ src/Plugin.h.new	2009-02-05 15:36:12.462084664 -0500
@@ -3,6 +3,7 @@
 #define PLUGIN_H
 
 #include <vector>
+#include <stdint.h>
 
 class PluginCapability
 {


Index: referencer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/referencer/devel/referencer.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- referencer.spec	18 Dec 2008 03:57:41 -0000	1.18
+++ referencer.spec	5 Feb 2009 21:01:12 -0000	1.19
@@ -3,12 +3,13 @@
 Name:		referencer
 Summary:	A document organiser and bibliography manager for Gnome
 Version:	1.1.5
-Release:	4%{?dist}
+Release:	5%{?dist}
 Group:		Applications/System
 License:	GPLv2
 URL:		http://icculus.org/referencer
 Source0:	http://icculus.org/referencer/downloads/%{name}-%{version}.tar.gz
 Patch0:		referencer-pythondir.patch
+Patch1:		referencer-gcc44.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	poppler-glib-devel libgnomeuimm26-devel
 BuildRequires:	boost-devel gcc-c++ python-devel
@@ -24,6 +25,7 @@
 %prep
 %setup -q
 %patch0 -p0 -b .pyt
+%patch1 -p0 -b .gcc44
 
 %build
 %configure --disable-update-mime-database
@@ -77,6 +79,9 @@
 %{python_sitelib}/referencer/
 
 %changelog
+* Thu Jan 05 2009 Deji Akingunola <dakingun at gmail.com> - 1.1.5-5
+- Add a small patch to build with gcc-4.4
+
 * Wed Dec 17 2008 Benjamin Kosnik  <bkoz at redhat.com> - 1.1.5-4
 - Rebuild for boost-1.37.0.
 




More information about the scm-commits mailing list