Hello community, here is the log from the commit of package git-cola for openSUSE:Factory checked in at 2016-12-01 10:28:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git-cola (Old) and /work/SRC/openSUSE:Factory/.git-cola.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git-cola" Changes: -------- --- /work/SRC/openSUSE:Factory/git-cola/git-cola.changes 2016-11-28 15:07:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.git-cola.new/git-cola.changes 2016-12-01 10:28:28.000000000 +0100 @@ -1,0 +2,8 @@ +Tue Nov 29 10:21:38 UTC 2016 - [email protected] + +- Update to 2.9.1 +- Fixes +* The “Open Recent” menu was updated to new bookmarks format. + https://github.com/git-cola/git-cola/issues/628 + +------------------------------------------------------------------- Old: ---- v2.9.tar.gz New: ---- v2.9.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git-cola.spec ++++++ --- /var/tmp/diff_new_pack.KIhtNf/_old 2016-12-01 10:28:29.000000000 +0100 +++ /var/tmp/diff_new_pack.KIhtNf/_new 2016-12-01 10:28:29.000000000 +0100 @@ -18,7 +18,7 @@ Name: git-cola -Version: 2.9 +Version: 2.9.1 Release: 0 Summary: Sleek and powerful Git GUI License: GPL-2.0+ ++++++ v2.9.tar.gz -> v2.9.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/git-cola-2.9/cola/_version.py new/git-cola-2.9.1/cola/_version.py --- old/git-cola-2.9/cola/_version.py 2016-11-23 07:02:43.000000000 +0100 +++ new/git-cola-2.9.1/cola/_version.py 2016-11-24 02:22:34.000000000 +0100 @@ -1 +1 @@ -VERSION = '2.9' +VERSION = '2.9.1' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/git-cola-2.9/cola/widgets/main.py new/git-cola-2.9.1/cola/widgets/main.py --- old/git-cola-2.9/cola/widgets/main.py 2016-11-23 07:02:43.000000000 +0100 +++ new/git-cola-2.9.1/cola/widgets/main.py 2016-11-24 02:22:34.000000000 +0100 @@ -537,8 +537,8 @@ menu = self.open_recent_menu menu.clear() for r in recent: - name = os.path.basename(r) - directory = os.path.dirname(r) + name = r['name'] + directory = r['path'] text = '%s %s %s' % (name, unichr(0x2192), directory) menu.addAction(text, cmds.run(cmd, r)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/git-cola-2.9/contrib/win32/create-installer.sh new/git-cola-2.9.1/contrib/win32/create-installer.sh --- old/git-cola-2.9/contrib/win32/create-installer.sh 2016-11-23 07:02:43.000000000 +0100 +++ new/git-cola-2.9.1/contrib/win32/create-installer.sh 2016-11-24 02:22:34.000000000 +0100 @@ -60,7 +60,7 @@ printf "git-cola: v$VERSION\nBottled-on: $(date)\n\n\n" >"$NOTES" && -tag=$(git tag --sort=version:refname | tail -2 | head -1) && +tag=$(git tag | tail -2 | head -1) && echo "--------------------------------------------------------" >>"$NOTES" && echo " Changes since $tag" >>"$NOTES" && echo "--------------------------------------------------------" >>"$NOTES" && diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/git-cola-2.9/pynsist.cfg new/git-cola-2.9.1/pynsist.cfg --- old/git-cola-2.9/pynsist.cfg 2016-11-23 07:02:43.000000000 +0100 +++ new/git-cola-2.9.1/pynsist.cfg 2016-11-24 02:22:34.000000000 +0100 @@ -1,6 +1,6 @@ [Application] name=git-cola -version=2.9 +version=2.9.1 entry_point=cola.main:shortcut_launch icon=share/git-cola/icons/git-cola.ico diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/git-cola-2.9/share/doc/git-cola/relnotes.rst new/git-cola-2.9.1/share/doc/git-cola/relnotes.rst --- old/git-cola-2.9/share/doc/git-cola/relnotes.rst 2016-11-23 07:02:43.000000000 +0100 +++ new/git-cola-2.9.1/share/doc/git-cola/relnotes.rst 2016-11-24 02:22:34.000000000 +0100 @@ -5,7 +5,7 @@ Latest Release ============== -:ref:`v2.9 <v2.9>` is the latest stable release. +:ref:`v2.9.1 <v2.9.1>` is the latest stable release. Development version =================== @@ -14,6 +14,14 @@ ``git clone git://github.com/git-cola/git-cola.git`` +.. _v2.9.1: + +Fixes +----- +* The "Open Recent" menu was updated to new bookmarks format. + + https://github.com/git-cola/git-cola/issues/628 + .. _v2.9: git-cola v2.9 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/git-cola-2.9/share/doc/git-cola/thanks.rst new/git-cola-2.9.1/share/doc/git-cola/thanks.rst --- old/git-cola-2.9/share/doc/git-cola/thanks.rst 2016-11-23 07:02:43.000000000 +0100 +++ new/git-cola-2.9.1/share/doc/git-cola/thanks.rst 2016-11-24 02:22:34.000000000 +0100 @@ -69,6 +69,7 @@ * Kerrick Staley * Kevin Kofler * Kirit Sælensminde +* László Böszörményi * Leho Kraav * Libor Jelinek * Liviu Cristian Mirea-Ghiban
