diff -Nru gexiv2-0.10.0+143~ubuntu12.10.1/configure.ac gexiv2-0.10.1+145~ubuntu12.10.1/configure.ac --- gexiv2-0.10.0+143~ubuntu12.10.1/configure.ac 2014-03-18 00:47:22.000000000 +0000 +++ gexiv2-0.10.1+145~ubuntu12.10.1/configure.ac 2014-04-25 21:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -AC_INIT([gexiv2], [0.10.0], [gexiv2-list@gnome.org], [gexiv2], [https://wiki.gnome.org/Projects/gexiv2]) +AC_INIT([gexiv2], [0.10.1], [gexiv2-list@gnome.org], [gexiv2], [https://wiki.gnome.org/Projects/gexiv2]) AC_PREREQ(2.54) AC_CONFIG_MACRO_DIR([m4]) @@ -20,7 +20,7 @@ m4_define([gexiv2_major_version], [0]) m4_define([gexiv2_minor_version], [10]) -m4_define([gexiv2_micro_version], [0]) +m4_define([gexiv2_micro_version], [1]) m4_define([gexiv2_real_version], [gexiv2_major_version.gexiv2_minor_version.gexiv2_micro_version]) m4_define([gexiv2_version], [gexiv2_real_version]) diff -Nru gexiv2-0.10.0+143~ubuntu12.10.1/debian/bzr-builder.manifest gexiv2-0.10.1+145~ubuntu12.10.1/debian/bzr-builder.manifest --- gexiv2-0.10.0+143~ubuntu12.10.1/debian/bzr-builder.manifest 2014-03-18 00:47:22.000000000 +0000 +++ gexiv2-0.10.1+145~ubuntu12.10.1/debian/bzr-builder.manifest 2014-04-25 21:39:17.000000000 +0000 @@ -1,2 +1,2 @@ -# bzr-builder format 0.3 deb-version {debupstream}+143 -lp:gexiv2 revid:git-v1:6336212158aa91106951e8cb5385cb8ec35f864c +# bzr-builder format 0.3 deb-version {debupstream}+145 +lp:gexiv2 revid:git-v1:9f7c65ea5411177f3ee8be8cb839bede1d0096ca diff -Nru gexiv2-0.10.0+143~ubuntu12.10.1/debian/changelog gexiv2-0.10.1+145~ubuntu12.10.1/debian/changelog --- gexiv2-0.10.0+143~ubuntu12.10.1/debian/changelog 2014-03-18 00:47:22.000000000 +0000 +++ gexiv2-0.10.1+145~ubuntu12.10.1/debian/changelog 2014-04-25 21:39:17.000000000 +0000 @@ -1,8 +1,15 @@ -gexiv2 (0.10.0+143~ubuntu12.10.1) quantal; urgency=low +gexiv2 (0.10.1+145~ubuntu12.10.1) quantal; urgency=low * Auto build. - -- Launchpad Package Builder Tue, 18 Mar 2014 00:47:22 +0000 + -- Launchpad Package Builder Fri, 25 Apr 2014 21:39:17 +0000 + +gexiv2 (0.10.1-0saucy1) saucy; urgency=low + + * Fix Python bindings (GObject Introspection issue) + + -- Jim Nelson Fri, 25 Apr 2014 12:32:17 -0700 + gexiv2 (0.10.0-0saucy1) saucy; urgency=low diff -Nru gexiv2-0.10.0+143~ubuntu12.10.1/GExiv2.py gexiv2-0.10.1+145~ubuntu12.10.1/GExiv2.py --- gexiv2-0.10.0+143~ubuntu12.10.1/GExiv2.py 2014-03-18 00:47:22.000000000 +0000 +++ gexiv2-0.10.1+145~ubuntu12.10.1/GExiv2.py 2014-04-25 21:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # -*- Mode: Python; py-indent-offset: 4 -*- # vim: tabstop=4 shiftwidth=4 expandtab # -# Copyright (C) 2012 Robert Park +# Copyright (C) 2012 Robert Park # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -21,12 +21,12 @@ from datetime import datetime from fractions import Fraction -from gi import _glib from gi.repository import GObject from ..overrides import override -from ..importer import modules +from ..module import get_introspection_module + +GExiv2 = get_introspection_module('GExiv2') -GExiv2 = modules['GExiv2']._introspection_module __all__ = [] DATE_FORMAT = '%Y:%m:%d %H:%M:%S' diff -Nru gexiv2-0.10.0+143~ubuntu12.10.1/NEWS gexiv2-0.10.1+145~ubuntu12.10.1/NEWS --- gexiv2-0.10.0+143~ubuntu12.10.1/NEWS 2014-03-18 00:47:22.000000000 +0000 +++ gexiv2-0.10.1+145~ubuntu12.10.1/NEWS 2014-04-25 21:39:17.000000000 +0000 @@ -1,3 +1,9 @@ +gexiv2 0.10.1 - 25 April 2014 +----------------------------- + + * Fix Python bindings (GObject Introspection issue) + + gexiv2 0.10.0 - 17 March 2014 ----------------------------- diff -Nru gexiv2-0.10.0+143~ubuntu12.10.1/THANKS gexiv2-0.10.1+145~ubuntu12.10.1/THANKS --- gexiv2-0.10.0+143~ubuntu12.10.1/THANKS 2014-03-18 00:47:22.000000000 +0000 +++ gexiv2-0.10.1+145~ubuntu12.10.1/THANKS 2014-04-25 21:39:17.000000000 +0000 @@ -6,7 +6,7 @@ Petr Morávek Michael Natterer Jehan Pagès -Robert Park +Robert Park Michael Pratt John Ralls Akhil Ravidas