# # # patch "INSTALL" # from [6967797fa40a713127dc6f0ac4e6aa0e8667d014] # to [b7750580ae36d7cab9b8b312311e574ab06a0e8c] # # patch "Makefile" # from [017f52424d23de717b9ddcb654e4ed9481b455aa] # to [d9ae067554d11e1f0de14c802b18e90fe68559be] # # patch "NEWS" # from [e5dc9e771afb20d9d025ddd0cd85be9ec3d6dcba] # to [65cb2bbcb0b102d41ac083f36bf04bc4c4930a06] # # patch "configure.ac" # from [689605aee70ba90dcbd5c63121ccfc97aafa5cf3] # to [61562916e5a1c70f5b4bf3590d1974735fdedeb8] # ============================================================ --- INSTALL 6967797fa40a713127dc6f0ac4e6aa0e8667d014 +++ INSTALL b7750580ae36d7cab9b8b312311e574ab06a0e8c @@ -26,7 +26,7 @@ make sure you have a version more recent If you pulled monotone-viz from the monotone repository, you need a compiled LablGTK. It is packaged for some Linux distributions, but make sure you have a version more recent than 2.4.0. The latest -version is lablgtk2-20050701. 2.4.0 will *not* work. If you're +version is lablgtk2-20060908. 2.4.0 will *not* work. If you're compiling LablGTK from source, make sure LablGTK is built with libgnomecanvas support: ============================================================ --- Makefile 017f52424d23de717b9ddcb654e4ed9481b455aa +++ Makefile d9ae067554d11e1f0de14c802b18e90fe68559be @@ -1,9 +1,9 @@ MLINCDIRS = -I $(LABLGTK_DIR) $(ML include config.make MLINCDIRS_LOCAL = -I glib MLINCDIRS = -I $(LABLGTK_DIR) $(MLINCDIRS_LOCAL) -GTK_CFLAGS := $(shell pkg-config gtk+-2.0 --cflags) +GTK_CFLAGS := $(shell pkg-config gtk+-2.0 --cflags) GNOMECANVAS_CFLAGS := $(shell pkg-config libgnomecanvas-2.0 --cflags) @@ -80,7 +80,7 @@ REVISION_FILE := $(shell test -r _MTN/re gnomecanvas_hack.o : CINCDIRS = -ccopt "$(GNOMECANVAS_CFLAGS)" REVISION_FILE := $(shell test -r _MTN/revision && echo _MTN/revision) -REVISION_ID = $(shell mtn automate get_base_revision_id || ( test -r _MTN/revision && cat _MTN/revision )) +REVISION_ID = $(shell mtn automate get_base_revision_id) version.ml : version.ml.in $(REVISION_FILE) sed -e 's/@REVISION@/$(REVISION_ID)/' -e 's/@VERSION@/$(VERSION)/' < $< > $@ ============================================================ --- NEWS e5dc9e771afb20d9d025ddd0cd85be9ec3d6dcba +++ NEWS 65cb2bbcb0b102d41ac083f36bf04bc4c4930a06 @@ -1,3 +1,7 @@ +0.16: +- do not access the monotone database directly: obtain all necessay + information via the "mtn automate" mechanism + 0.15: - adapt to newer monotone versions (new name of the program, new book-keeping directory format) ============================================================ --- configure.ac 689605aee70ba90dcbd5c63121ccfc97aafa5cf3 +++ configure.ac 61562916e5a1c70f5b4bf3590d1974735fdedeb8 @@ -1,4 +1,4 @@ -AC_INIT(monotone-viz, 0.15) +AC_INIT(monotone-viz, 0.16) AC_PROG_OCAML AC_PROG_OCAML_TOOLS