rpms/libchamplain/devel libchamplain-0.4.1-gir.patch,NONE,1.1

Debarshi Ray rishi at fedoraproject.org
Mon Oct 19 20:44:48 UTC 2009


Author: rishi

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

Added Files:
	libchamplain-0.4.1-gir.patch 
Log Message:
* Mon Oct 19 2009 Debarshi Ray <rishi at fedoraproject.org> - 0.4.1-1
- Version bump to 0.4.1.
  * Added champlain_view_remove_layer.
  * ChamplainSelectionLayer now has a "changed" signal.
  * Added champlain_marker_get_highlighted_text_color,
    champlain_marker_set_highlighted_text_color and
    Added champlain_marker_get_highlighted_color.
  * Fixed slowdowns with big caches.
  * Don't emit invalid latitude and longitude notifications.
  * Ensure map is displayed in Eye of GNOME's champlain plugin. (GNOME
    Bugzilla #598106)
  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.1.news
- Enabled GObject Introspection, and added 'Requires: gobject-introspection'
  and 'BuildRequires: gir-repository-devel'.
- Explicitly disabled debug code.
- RPaths fixed by upstream. Removed 'BuildRequires: chrpath'.


libchamplain-0.4.1-gir.patch:
 Makefile.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE libchamplain-0.4.1-gir.patch ---
diff -urNp libchamplain-0.4.1.orig/champlain-gtk/Makefile.in libchamplain-0.4.1/champlain-gtk/Makefile.in
--- libchamplain-0.4.1.orig/champlain-gtk/Makefile.in	2009-10-19 22:45:11.175070972 +0300
+++ libchamplain-0.4.1/champlain-gtk/Makefile.in	2009-10-19 22:46:51.544069156 +0300
@@ -715,7 +715,7 @@ champlain-gtk-marshal.c: $(CHAMPLAIN_GTK
 @HAVE_INTROSPECTION_TRUE@	$(SOUP_CFLAGS) \
 @HAVE_INTROSPECTION_TRUE@	-I$(top_srcdir)			\
 @HAVE_INTROSPECTION_TRUE@	-DCHAMPLAIN_COMPILATION 	\
- at HAVE_INTROSPECTION_TRUE@	--add-include-path=$(builddir) \
+ at HAVE_INTROSPECTION_TRUE@	--add-include-path=$(top_builddir)/champlain \
 @HAVE_INTROSPECTION_TRUE@	--c-include="$(libchamplain_include_HEADERS)" \
 @HAVE_INTROSPECTION_TRUE@	--include=Champlain-0.4 \
 @HAVE_INTROSPECTION_TRUE@	--include=Clutter-1.0 \
@@ -729,7 +729,7 @@ champlain-gtk-marshal.c: $(CHAMPLAIN_GTK
 @HAVE_INTROSPECTION_TRUE@	$(addprefix $(srcdir)/,$(libchamplain_include_HEADERS))
 
 @HAVE_INTROSPECTION_TRUE@%.typelib: %.gir $(INTROSPECTION_COMPILER)
- at HAVE_INTROSPECTION_TRUE@	$(QUIET_GEN)$(DEBUG) $(INTROSPECTION_COMPILER) --includedir=$(srcdir) --includedir=. $(INTROSPECTION_COMPILER_OPTS) $< -o $(builddir)/$(@F)
+ at HAVE_INTROSPECTION_TRUE@	$(QUIET_GEN)$(DEBUG) $(INTROSPECTION_COMPILER) --includedir=$(srcdir) --includedir=. --includedir=$(top_builddir)/champlain $(INTROSPECTION_COMPILER_OPTS) $< -o $(builddir)/$(@F)
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.




More information about the fedora-extras-commits mailing list