]> matita.cs.unibo.it Git - helm.git/commitdiff
lablgtkmathview 0.7.2
authorStefano Zacchiroli <zack@upsilon.cc>
Sun, 31 Jul 2005 19:04:23 +0000 (19:04 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Sun, 31 Jul 2005 19:04:23 +0000 (19:04 +0000)
helm/DEVEL/lablgtkmathview/configure.in
helm/DEVEL/lablgtkmathview/debian/changelog
helm/DEVEL/lablgtkmathview/debian/control

index 61cbcd4a5328df4afaa3750a303ac43dcff55593..d4c16e55df5b034a1208054410d999cf373528e1 100644 (file)
@@ -4,7 +4,7 @@ PACKAGE=lablgtkmathview
 
 LABLGTKMATHVIEW_MAJOR_VERSION=0
 LABLGTKMATHVIEW_MINOR_VERSION=7
-LABLGTKMATHVIEW_MICRO_VERSION=1
+LABLGTKMATHVIEW_MICRO_VERSION=2
 LABLGTKMATHVIEW_VERSION=$LABLGTKMATHVIEW_MAJOR_VERSION.$LABLGTKMATHVIEW_MINOR_VERSION.$LABLGTKMATHVIEW_MICRO_VERSION
 VERSION=$LABLGTKMATHVIEW_VERSION
 
index 412de1ea94817c401d48e62c26349deec7f10de6..c12dd023bffe3d985d05075fec1e72240a85f65f 100644 (file)
@@ -1,8 +1,15 @@
-lablgtkmathview (0.7.1+cvs-1) UNRELEASED; urgency=low
+lablgtkmathview (0.7.2) unstable; urgency=low
 
-  * ... new gtkmathview ... bound a lot more methods ...
+  * new upstream release
+    - enable access to gtk events
+    - new methods bound: {set,get}_{t1_opaque_mode,t1_anti_aliased_mode}
+    - bound new GtkMathView method for loading configuration files
+  * debian/control
+    - bumped standards-version
+    - bumped deps on gmetadom and lablgtk2
+    - removed useless build-dep on autoconf
 
- -- Stefano Zacchiroli <zack@debian.org>  Fri, 22 Jul 2005 13:54:31 +0200
+ -- Stefano Zacchiroli <zack@debian.org>  Sun, 31 Jul 2005 21:00:42 +0200
 
 lablgtkmathview (0.7.1-2) unstable; urgency=low
 
index 8908587cd2cc628ab7bf17d2ed7f8f19d08b232e..2aef2b3d2b882604f30150c51e18ad6d11bc394b 100644 (file)
@@ -2,13 +2,13 @@ Source: lablgtkmathview
 Section: devel
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack@debian.org>
-Build-Depends: debhelper (>> 4.0.0), ocaml-3.08.3, ocaml-findlib, liblablgtk2-ocaml-dev (>= 2.4.0+2005.06.13-1), libgdome2-ocaml-dev (>= 0.2.2), libgtkmathview-dev (>= 0.7.1), pkg-config, autoconf
-Standards-Version: 3.6.1.1
+Build-Depends: debhelper (>> 4.0.0), ocaml-3.08.3, ocaml-findlib, liblablgtk2-ocaml-dev (>= 2.4.0+2005.06.13), libgdome2-ocaml-dev (>= 0.2.3), libgtkmathview-dev (>= 0.7.2), pkg-config
+Standards-Version: 3.6.2
 
 Package: liblablgtkmathview-ocaml
 Architecture: any
 Section: libs
-Depends: ocaml-base-nox-3.08.3, liblablgtk2-ocaml (>= 2.4.0+2005.06.13-1), libgdome2-ocaml (>= 0.2.2), ${shlibs:Depends}, ${misc:Depends}
+Depends: ocaml-base-nox-3.08.3, liblablgtk2-ocaml (>= 2.4.0+2005.06.13), libgdome2-ocaml (>= 0.2.3), ${shlibs:Depends}, ${misc:Depends}
 Description: OCaml bindings for libgtkmathview, a GTK widget to render MathML
  This is the Ocaml binding for the GtkMathView widget, that is
  currently available in the libgtkmathview0 package.
@@ -18,7 +18,7 @@ Description: OCaml bindings for libgtkmathview, a GTK widget to render MathML
 Package: liblablgtkmathview-ocaml-dev
 Architecture: any
 Section: libdevel
-Depends: ocaml-3.08.3, liblablgtk2-ocaml-dev (>= 2.4.0+2005.06.13-1), liblablgtkmathview-ocaml (= ${Source-Version}), ocaml-findlib, libgdome2-ocaml-dev (>= 0.2.1-3), libgtkmathview-dev (>= 0.6.4), ${misc:Depends}
+Depends: ocaml-3.08.3, liblablgtk2-ocaml-dev (>= 2.4.0+2005.06.13), liblablgtkmathview-ocaml (= ${Source-Version}), ocaml-findlib, libgdome2-ocaml-dev (>= 0.2.3), libgtkmathview-dev (>= 0.7.2), ${misc:Depends}
 Description: OCaml bindings for libgtkmathview, a GTK widget to render MathML
  These are the Ocaml bindings for the GtkMathView widget, that is
  currently available in the libgtkmathview0 package.