Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
d5cbf970be Merge remote branch 'origin/master' into f12
Conflicts:
	.gitignore
	sources
	ucview.spec
2010-10-18 01:06:11 +02:00
Fedora Release Engineering
f73646fdaf dist-git conversion 2010-07-29 14:36:53 +00:00
052dec05df Upgrade to 0.31 (#530708) 2010-02-27 00:58:49 +00:00
Bill Nottingham
8506d38e5c Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:13:33 +00:00
Jesse Keating
f73392edee Initialize branch F-12 for ucview 2009-09-29 07:10:13 +00:00

15
ucview-0.31-include.patch Normal file
View file

@ -0,0 +1,15 @@
Patch by Robert Scheck <robert@fedoraproject.org> for ucview >= 0.31 to fix broken
include. Upstream is aware about the issue - and this should be fixed for the next
release of ucview.
--- ucview-0.31/src/ucview-window.h 2009-12-08 18:25:26.000000000 +0100
+++ ucview-0.31/src/ucview-window.h.include 2010-02-21 18:59:53.000000000 +0100
@@ -12,7 +12,7 @@
#include <time.h>
#include <sys/time.h>
-#include <ucview/ucview.h>
+#include <ucview.h>
#define UCVIEW_GCONF_DIR "/apps/ucview"
#define UCVIEW_PLUGIN_GCONF_DIR "plugins"