rpms/fbreader/devel fbreader-0.10.3-gcc44.patch, NONE, 1.1 fbreader.spec, 1.16, 1.17

Michel Alexandre Salim salimma at fedoraproject.org
Wed Feb 25 01:33:57 UTC 2009


Author: salimma

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

Modified Files:
	fbreader.spec 
Added Files:
	fbreader-0.10.3-gcc44.patch 
Log Message:
* Tue Feb 24 2009 Michel Salim <salimma at fedoraproject.org> - 0.10.3-3
- Fix for GCC 4.4


fbreader-0.10.3-gcc44.patch:

--- NEW FILE fbreader-0.10.3-gcc44.patch ---
--- fbreader-0.10.3/zlibrary/core/src/util/ZLUnicodeUtil.h.gcc44	2009-02-04 18:29:55.000000000 -0500
+++ fbreader-0.10.3/zlibrary/core/src/util/ZLUnicodeUtil.h	2009-02-24 20:08:58.653676821 -0500
@@ -22,6 +22,7 @@
 
 #include <string>
 #include <vector>
+#include <stdint.h>
 
 class ZLUnicodeUtil {
 


Index: fbreader.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fbreader/devel/fbreader.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- fbreader.spec	24 Feb 2009 16:15:57 -0000	1.16
+++ fbreader.spec	25 Feb 2009 01:33:26 -0000	1.17
@@ -1,7 +1,7 @@
 # rebuild with --with qt4 to build optional qt4 UI
 Name:           fbreader
 Version:        0.10.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        E-book reader
 
 Group:          Applications/Publishing
@@ -13,6 +13,8 @@
 # Use to expose the compiler flags used during build
 # Patch2:         fbreader-debug.patch
 Patch3:         fbreader-defaults.patch
+# http://fbreader.org/mantis/view.php?id=150
+Patch4:         fbreader-0.10.3-gcc44.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  expat-devel bzip2-devel liblinebreak-static
@@ -52,6 +54,7 @@
 %patch1 -p0 -b .optflags
 #%patch2 -p0 -b .debug
 %patch3 -p0 -b .defaults
+%patch4 -p1 -b .gcc44
 
 
 %build
@@ -116,6 +119,9 @@
 
 
 %changelog
+* Tue Feb 24 2009 Michel Salim <salimma at fedoraproject.org> - 0.10.3-3
+- Fix for GCC 4.4
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list