rpms/gpar2/devel gpar2-0.3-buildfix.patch, NONE, 1.1 gpar2.spec, 1.2, 1.3

Adel Gadllah (drago01) fedora-extras-commits at redhat.com
Sat Feb 9 11:06:03 UTC 2008


Author: drago01

Update of /cvs/pkgs/rpms/gpar2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13392

Modified Files:
	gpar2.spec 
Added Files:
	gpar2-0.3-buildfix.patch 
Log Message:
fix build

gpar2-0.3-buildfix.patch:

--- NEW FILE gpar2-0.3-buildfix.patch ---
diff -upNr gpar2-0.3.orign/gpar2.h gpar2-0.3/gpar2.h
--- gpar2-0.3.orign/gpar2.h	2005-11-23 18:09:22.000000000 +0100
+++ gpar2-0.3/gpar2.h	2008-02-09 12:02:05.000000000 +0100
@@ -2,6 +2,7 @@
 #define GPAR2_H
 
 #include <dlfcn.h>
+#include <libintl.h>
 
 #include <gtkmm.h>
 #include <iostream>


Index: gpar2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gpar2/devel/gpar2.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gpar2.spec	9 Feb 2008 08:40:28 -0000	1.2
+++ gpar2.spec	9 Feb 2008 11:05:19 -0000	1.3
@@ -1,6 +1,6 @@
 Name: gpar2
 Version: 0.3       
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: GUI for verifying and repairing PAR and PAR2 recovery sets      
 
 Group: Applications/Archiving        
@@ -8,6 +8,7 @@
 URL: http://parchive.sourceforge.net/           
 Source0: http://prdownloads.sourceforge.net/sourceforge/parchive/%{name}-%{version}.tar.gz    
 Patch0: gpar2-0.3-desktopfile.patch   
+Patch1: gpar2-0.3-buildfix.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: gtkmm24-devel
@@ -23,6 +24,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .desktopfile
+%patch1 -p1 -b .buildfix
 rm -f po/*.gmo po/*.pot
 
 %build
@@ -60,6 +62,9 @@
 
 
 %changelog
+* Sat Feb 09 2008 Adel Gadllah <adel.gadllah at gmail.com> 0.3-6
+- Fix build
+
 * Sat Feb 09 2008 Adel Gadllah <adel.gadllah at gmail.com> 0.3-5
 - Rebuild for gcc-4.3
 




More information about the fedora-extras-commits mailing list