This is an automated email from the git hooks/post-receive script. onlyjob pushed a commit to branch master in repository openmolar.
commit a8b6260 (HEAD, master) Author: Dmitry Smirnov <[email protected]> Date: Sat Mar 14 02:09:32 2015 New upstream release [0.6.2] + changelog summary --- debian/changelog | 9 +++++++++ debian/copyright | 2 +- debian/patches/197.patch | 18 ++++++++++++++++++ debian/patches/series | 1 + 4 files changed, 29 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cd5b7df..3eca0fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +openmolar (0.6.2-1) experimental; urgency=low + + * New upstream release [February 2015]. + + New "197.patch". + * Standards-Version: 3.9.6. + * Added "dh-python" to Build-Depends. + + -- Dmitry Smirnov <[email protected]> Sat, 14 Mar 2015 12:40:50 +1100 + openmolar (0.6.0-1) unstable; urgency=low * New upstream release [July 2014]. diff --git a/debian/copyright b/debian/copyright index 1a8507e..66f0809 100644 --- a/debian/copyright +++ b/debian/copyright @@ -15,7 +15,7 @@ Comment: http://code.activestate.com/recipes/576669/ Files: debian/* -Copyright: 2013-2014 Dmitry Smirnov <[email protected]> +Copyright: 2013-2015 Dmitry Smirnov <[email protected]> License: GPL-3+ License: GPL-3+ diff --git a/debian/patches/197.patch b/debian/patches/197.patch new file mode 100644 index 0000000..65b740d --- /dev/null +++ b/debian/patches/197.patch @@ -0,0 +1,18 @@ +Last-Update: 2015-02-23 +Origin: upstream, https://github.com/rowinggolfer/openmolar1/commit/0cf8a35ebd62a37481afaeffab8381da56da880e +Bug-Upstream: https://github.com/rowinggolfer/openmolar1/issues/197 +From: rowinggolfer <[email protected]> +Description: [PATCH] fixes #197 + +--- a/src/openmolar/qt4gui/diary_widget.py ++++ b/src/openmolar/qt4gui/diary_widget.py +@@ -1540,8 +1540,9 @@ + ''' + dl = InsertBlocksDialog() + if dl.exec_(): + dl.apply() ++ self.layout_diary() + + def diary_tabWidget_nav(self, i): + ''' + catches a signal that the diary tab widget has been moved diff --git a/debian/patches/series b/debian/patches/series index b13c0ac..e1cb81f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ +197.patch private-libs.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/openmolar.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
