summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeph2020-02-17 10:32:01 +0100
committerZeph2020-02-17 10:32:01 +0100
commit02fa0d2faa193eba9e31592259bdddfe1e7f487f (patch)
treef96b3c21ebc34ed32c3083abf550581216c2dddd
parentbe8c3121d33e31c4387d6e50b34700081f3b487d (diff)
downloadaur-02fa0d2faa193eba9e31592259bdddfe1e7f487f.tar.gz
V 0.18.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
-rw-r--r--rabbitvcs.changelog35
3 files changed, 40 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d5d8a1c340f..e7a7de665750 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rabbitvcs
pkgdesc = A project with the goal of developing a collection of utilities to allow for better client integration with some of the popular version control systems (core)
- pkgver = 0.17.3
+ pkgver = 0.18.0
pkgrel = 1
url = https://github.com/rabbitvcs/rabbitvcs
install = rabbitvcs.install
@@ -18,8 +18,8 @@ pkgbase = rabbitvcs
depends = python-gtkspellcheck
depends = tk
optdepends = meld: graphical diff viewer
- source = rabbitvcs-0.17.3-1.tar.gz::https://github.com/rabbitvcs/rabbitvcs/archive/5555d67769c0af1d143a78c56ea91425caf23178.tar.gz
- sha256sums = d5d3e038bd9d007c8ebe7289598cf66fa0f79c12dbf46e9ebd64dc1ebb8367fe
+ source = rabbitvcs-0.18.0-1.tar.gz::https://github.com/rabbitvcs/rabbitvcs/archive/e44328e01ed82dd8a8dbfec952f5982e355b8416.tar.gz
+ sha256sums = a9f59d0eff65526887f719eb72712eac7d7aaa84cf9993c7b69b7b17b0b13143
pkgname = rabbitvcs
diff --git a/PKGBUILD b/PKGBUILD
index 3cabdb286ac8..6f5f0b7b3a44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Zeph <zeph33@gmail.com>
pkgname=rabbitvcs
-pkgver=0.17.3
+pkgver=0.18.0
pkgrel=1
-_gitcommit='5555d67769c0af1d143a78c56ea91425caf23178'
+_gitcommit='e44328e01ed82dd8a8dbfec952f5982e355b8416'
pkgdesc="A project with the goal of developing a collection of utilities to allow for better client integration with some of the popular version control systems (core)"
arch=('any')
#url="http://rabbitvcs.org/"
@@ -20,7 +20,7 @@ if [ "${_gitcommit}" != "" ]; then
else
source=("rabbitvcs-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
fi
-sha256sums=('d5d3e038bd9d007c8ebe7289598cf66fa0f79c12dbf46e9ebd64dc1ebb8367fe')
+sha256sums=('a9f59d0eff65526887f719eb72712eac7d7aaa84cf9993c7b69b7b17b0b13143')
#sha256sums=('SKIP')
@@ -29,8 +29,8 @@ build() {
mv "$srcdir/rabbitvcs-$_gitcommit" "$srcdir/rabbitvcs-$pkgver"
fi
cd "$srcdir/$pkgname-$pkgver"
- sed -i "s#0.17.1#${pkgver}#" ./rabbitvcs/__init__.py
- sed -i "s#0.17.1#${pkgver}#" setup.py
+ sed -i "s#0.18#${pkgver}#" ./rabbitvcs/__init__.py
+ sed -i "s#0.18#${pkgver}#" setup.py
# sed -i "s#!= 'Darwin'#== 'toto'#" setup.py
# sed -i "s#import hashlib#import hashlib, urllib#" ./rabbitvcs/util/helper.py
# find . -name "*.py" | xargs grep -l sys.executable | xargs sed -i 's|sys\.executable|"/usr/bin/python2"|g'
diff --git a/rabbitvcs.changelog b/rabbitvcs.changelog
index 346ae6a2aeb3..1903046bf2fa 100644
--- a/rabbitvcs.changelog
+++ b/rabbitvcs.changelog
@@ -1,5 +1,34 @@
-2014-29-01 Zeph <zeph33@gmail.com>
+ * 0.18
+ Migrated to GTK+3, GTK+2 is no longer supported
+ Now support python 3
+ Improved the annotate window
+ Allow for setting a default commit message
+ Add support for Pluma text editor
+ Rename the nautilus-3 and thunar-gtk3 clients to nautilus and thunar, previous clients are removed
+ Pulled in nemo extension
+ Tons of bug fixes and minor improvements
+
+ * 0.17.1
+ Update subversion to only save status objects for files and directories in the current view
+
+ * 0.16
+ Issue 316 Enhancement Colour-code entries in log
+ Issue 336 Enhancement Copy to clipboard from revision log
+ Issue 352 Enhancement Filter by Author or Date in Log/revision history
+ Issue 358 Enhancement Rethink layout of nautllus properties dialog
+ Issue 496 Enhancement Keyboard shortcut for closing dialogues
+ Issue 510 Enhancement RabbitVCS Git fetch --all
+ Issue 645 Enhancement Refresh in the commit-dialog
+ Issue 675 Enhancement Copy svn log to clipboard
+ Issue 703 Enhancement When viewing changes, allow multiple selections
+ Issue 714 Defect Regression - shortcut keys for closing log dialog
+ Issue 715 Defect Regression - filtering a log displays the wrong selections in the files UI.
+ Issue 720 Defect Regression - Forward buttons no longer enabled
+ Issue 728 Enhancement Nemo integration
+ Issue 843 Defect
+ Issue 692 Enhancement Apply patch by Francis Bisson for Caja integration
+ Issue 492 Defect Add the effective user id into the generated file paths
* 0.15.3-4 :
- added ChangeLog.
- added patch for git folder shows bomb emblem
+ added ChangeLog.
+ added patch for git folder shows bomb emblem