rpms/ogmrip/devel ogmrip-0.13.0-gtk-include.patch, NONE, 1.1 ogmrip.spec, 1.2, 1.3

Gianluca Sforna giallu at rpmfusion.org
Sun Jul 19 01:47:00 CEST 2009


Author: giallu

Update of /cvs/free/rpms/ogmrip/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13983

Modified Files:
	ogmrip.spec 
Added Files:
	ogmrip-0.13.0-gtk-include.patch 
Log Message:
* Sun Jul 19 2009 Gianluca Sforna <giallu gmail com> - 0.13.0-2
* add patch to compile against gtk2-2.17.4


ogmrip-0.13.0-gtk-include.patch:

--- NEW FILE ogmrip-0.13.0-gtk-include.patch ---
diff --git a/libogmdvd-gtk/ogmdvd-chapter-list.h b/libogmdvd-gtk/ogmdvd-chapter-list.h
index c9c9bf8..4543285 100644
--- a/libogmdvd-gtk/ogmdvd-chapter-list.h
+++ b/libogmdvd-gtk/ogmdvd-chapter-list.h
@@ -21,7 +21,7 @@
 
 #include <ogmdvd.h>
 
-#include <gtk/gtkcombobox.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 


Index: ogmrip.spec
===================================================================
RCS file: /cvs/free/rpms/ogmrip/devel/ogmrip.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ogmrip.spec	18 Jul 2009 14:31:56 -0000	1.2
+++ ogmrip.spec	18 Jul 2009 23:47:00 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           ogmrip
 Version:        0.13.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        DVD ripping and encoding graphical user interface
 
 Group:          Applications/Multimedia
@@ -35,6 +35,7 @@
 Requires(postun): GConf2
 
 Patch0: http://ogmrip.sourceforge.net/patches/ogmrip-0.13.0-configure.patch
+Patch1: ogmrip-0.13.0-gtk-include.patch
 
 
 %description
@@ -63,6 +64,7 @@
 %prep
 %setup -q
 %patch0 -p0 -b .configure
+%patch1 -p1 -b .configure
 
 
 %build
@@ -141,6 +143,9 @@
 
 
 %changelog
+* Sun Jul 19 2009 Gianluca Sforna <giallu gmail com> - 0.13.0-2
+* add patch to compile against gtk2-2.17.4
+
 * Fri Jul 17 2009 Gianluca Sforna <giallu gmail com> - 0.13.0-1
 - New upstream release
 - drop upstreamed patches



More information about the rpmfusion-commits mailing list