Hello community,

here is the log from the commit of package vit for openSUSE:Factory checked in 
at 2018-09-28 08:53:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vit (Old)
 and      /work/SRC/openSUSE:Factory/.vit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vit"

Fri Sep 28 08:53:30 2018 rev:3 rq:638541 version:1.3~20180806.gdbacada

Changes:
--------
--- /work/SRC/openSUSE:Factory/vit/vit.changes  2017-12-23 12:21:41.745119681 
+0100
+++ /work/SRC/openSUSE:Factory/.vit.new/vit.changes     2018-09-28 
08:53:31.469718341 +0200
@@ -1,0 +2,6 @@
+Wed Sep 26 05:03:54 UTC 2018 - Bernhard Wiedemann <bwiedem...@suse.com>
+
+- Update to snapshot 1.3~20180806.gdbacada
+  * Use fixed build date (boo#1047218)
+
+-------------------------------------------------------------------

Old:
----
  vit-1.3~20171222.g2d6ec2c.tar.xz

New:
----
  vit-1.3~20180806.gdbacada.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vit.spec ++++++
--- /var/tmp/diff_new_pack.I15y3T/_old  2018-09-28 08:53:32.113717412 +0200
+++ /var/tmp/diff_new_pack.I15y3T/_new  2018-09-28 08:53:32.113717412 +0200
@@ -17,12 +17,12 @@
 
 
 Name:           vit
-Version:        1.3~20171222.g2d6ec2c
+Version:        1.3~20180806.gdbacada
 Release:        0
 Summary:        Curses-based front end to Taskwarrior
 License:        GPL-3.0
 Group:          Productivity/Office/Organizers
-Url:            https://tasktools.org/
+Url:            https://github.com/scottkosty/vit
 Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  taskwarrior
 BuildRequires:  perl(Curses)

++++++ _service ++++++
--- /var/tmp/diff_new_pack.I15y3T/_old  2018-09-28 08:53:32.133717383 +0200
+++ /var/tmp/diff_new_pack.I15y3T/_new  2018-09-28 08:53:32.137717377 +0200
@@ -1,7 +1,7 @@
 <services>
     <service name="tar_scm" mode="disabled">
         <param name="scm">git</param>
-        <param name="url">https://git.tasktools.org/EX/vit.git</param>
+        <param name="url">https://github.com/scottkosty/vit.git</param>
         <param name="revision">1.3</param>
         <param name="filename">vit</param>
         <param name="versionformat">1.3~%cd.g%h</param>

++++++ vit-1.3~20171222.g2d6ec2c.tar.xz -> vit-1.3~20180806.gdbacada.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20171222.g2d6ec2c/AUTHORS 
new/vit-1.3~20180806.gdbacada/AUTHORS
--- old/vit-1.3~20171222.g2d6ec2c/AUTHORS       2017-12-23 04:30:48.000000000 
+0100
+++ new/vit-1.3~20180806.gdbacada/AUTHORS       2018-08-06 17:08:23.000000000 
+0200
@@ -31,3 +31,5 @@
   Jason Woofenden
   Benedikt Morbach
   Alick Zhao
+  Bernhard M. Wiedemann
+  Thomas Rebele
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20171222.g2d6ec2c/CHANGES 
new/vit-1.3~20180806.gdbacada/CHANGES
--- old/vit-1.3~20171222.g2d6ec2c/CHANGES       2017-12-23 04:30:48.000000000 
+0100
+++ new/vit-1.3~20180806.gdbacada/CHANGES       2018-08-06 17:08:23.000000000 
+0200
@@ -1,10 +1,11 @@
+ Sat Jun 14 2018 - fix "Negative repeat count does nothing" errors (GH#153)
  Sat Jun 24 2017 - introduce feature for adding/removing tags (GH#5)
  Sat Jun 24 2017 - add config option to disable wait prompts (GH#12)
  Fri Jun 23 2017 - add config option to disable confirmation (GH#4)
  Fri Jun 23 2017 - add "wait" command bound to 'w' (GH#3)
  Sun Mar 12 2017 - add ctrl+g synonym for escape
- Sun Mar 12 2017 - add start/stop toggle bound to 'b' (VT-131, part of VT-104)
- Sat Aug 30 2016 - fix handling of CJK characters (VT-121)
+ Sun Mar 12 2017 - add start/stop toggle bound to 'b' (GH#152, part of GH#126)
+ Sat Aug 30 2016 - fix handling of CJK characters (GH#142)
  Sat Aug  6 2016 - fix for multi-byte searches
  Sun Jul 24 2016 - fix for multi-byte prompt input
  Sun Jul 24 2016 - fix display of multi-byte report data
@@ -12,34 +13,34 @@
  Mon Jun 20 2016 - work around another instance of the Perl warning
  Mon May 16 2016 - work around a warning from Perl versions >= v5.21.1
  Sun Jan 10 2016 - annotations now correctly escape any character
- Sun Jan 10 2016 - do not exit when invalid regex for search string (VT-127)
- Sat Jan  9 2016 - clean up terminal on a Perl error or warning (part of 
VT-127)
+ Sun Jan 10 2016 - do not exit when invalid regex for search string (GH#148)
+ Sat Jan  9 2016 - clean up terminal on a Perl error or warning (part of 
GH#148)
  Fri Jan  8 2016 - do not run 'task burndown' by default
  Fri Jan  8 2016 - add config variable for 'task burndown'
  Tue Jan  5 2016 - add support for config variables. See 'man vitrc'
- Wed Sep 30 2015 - improve detection of annotations (VT-123)
+ Wed Sep 30 2015 - improve detection of annotations (GH#144)
  Sun Mar  8 2015 - do not beep on a 'g' keystroke
  Sat Mar  7 2015 - fix a bug where prompt text was invisible
- Wed Mar  4 2015 - add support for End and Home keys (VT-116)
- Mon Mar  2 2015 - add support for Del key in prompts (VT-98)
- Sun Mar  1 2015 - allow Taskwarrior cmds to parse for 'a' and 'm' (VT-111, 
VT-114)
- Sun Mar  1 2015 - in screen, VIT now highlights the entire line (VT-59, 
VT-108)
- Sun Mar  1 2015 - update display after sync (VT-90)
+ Wed Mar  4 2015 - add support for End and Home keys (GH#137)
+ Mon Mar  2 2015 - add support for Del key in prompts (GH#120)
+ Sun Mar  1 2015 - allow Taskwarrior cmds to parse for 'a' and 'm' (GH#132, 
GH#135)
+ Sun Mar  1 2015 - in screen, VIT now highlights the entire line (GH#81, 
GH#129)
+ Sun Mar  1 2015 - update display after sync (GH#112)
  Tue Aug 26 2014 - 'n'/'N' now work when not right after search
  Sun Aug 24 2014 - store commands file in %prefix%/share/vit/
  Wed Jul 30 2014 - update documentation URLs
- Fri Jun 27 2014 - add prompt history scrolling with arrows (VT-32, VT-36)
- Thu Jun 26 2014 - install files in more conventional paths (VT-96)
- Wed Jun 25 2014 - fix vitrc man file (VT-97)
- Wed Jun 25 2014 - Makefile no longer requires sudo (VT-96)
+ Fri Jun 27 2014 - add prompt history scrolling with arrows (GH#54, GH#58)
+ Thu Jun 26 2014 - install files in more conventional paths (GH#118)
+ Wed Jun 25 2014 - fix vitrc man file (GH#119)
+ Wed Jun 25 2014 - Makefile no longer requires sudo (GH#118)
  Sat Jun 21 2014 - '-version' prints the git hash if available
  Fri Jun 20 2014 - all of vit's options work with two dashes
  Fri Jun 20 2014 - 'vit -help' has 0 exit code
- Fri Jun 20 2014 - 'vit -version' prints the version (VT-92)
+ Fri Jun 20 2014 - 'vit -version' prints the version (GH#114)
 
  Sun Apr  6 2014 - released v1.2
  Tue Apr  1 2014 - the <Esc> key can now be used in shortcuts
- Tue Apr  1 2014 - exit with informative error if shortcut too long (see VT-81)
+ Tue Apr  1 2014 - exit with informative error if shortcut too long (see 
GH#103)
  Thu Mar 13 2014 - fix colors for running VIT in tmux
  Sat Mar  8 2014 - do not print control characters to prompts
  Thu Mar  6 2014 - fix recognition of backspace in tmux
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20171222.g2d6ec2c/LICENSE 
new/vit-1.3~20180806.gdbacada/LICENSE
--- old/vit-1.3~20171222.g2d6ec2c/LICENSE       2017-12-23 04:30:48.000000000 
+0100
+++ new/vit-1.3~20180806.gdbacada/LICENSE       2018-08-06 17:08:23.000000000 
+0200
@@ -13,4 +13,4 @@
 with VIT.  If not, see <http://www.gnu.org/licenses/>.
 
 Copyright 2012 - 2013, Steve Rader
-Copyright 2013 - 2016, Scott Kostyshak
+Copyright 2013 - 2018, Scott Kostyshak
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20171222.g2d6ec2c/Makefile.in 
new/vit-1.3~20180806.gdbacada/Makefile.in
--- old/vit-1.3~20171222.g2d6ec2c/Makefile.in   2017-12-23 04:30:48.000000000 
+0100
+++ new/vit-1.3~20180806.gdbacada/Makefile.in   2018-08-06 17:08:23.000000000 
+0200
@@ -18,7 +18,7 @@
        fi && \
        cat vit.pl | grep -v ^require \
          | sed "s:%prefix%:$(PREFIX):" \
-         | sed "s/%BUILD%/$(VERSION) built `date`/" \
+         | sed "s/%BUILD%/$(VERSION) built after `date -r CHANGES`/" \
          | sed "s/%VERSION%/$(VERSION)$${GITHASH}/" \
          | sed "s:%TASK%:$(TASK):" \
          | sed "s:%CLEAR%:$(CLEAR):" \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20171222.g2d6ec2c/VERSION 
new/vit-1.3~20180806.gdbacada/VERSION
--- old/vit-1.3~20171222.g2d6ec2c/VERSION       2017-12-23 04:30:48.000000000 
+0100
+++ new/vit-1.3~20180806.gdbacada/VERSION       2018-08-06 17:08:23.000000000 
+0200
@@ -1 +1 @@
-vit-1.3.dev
+1.3.dev
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20171222.g2d6ec2c/args.pl 
new/vit-1.3~20180806.gdbacada/args.pl
--- old/vit-1.3~20171222.g2d6ec2c/args.pl       2017-12-23 04:30:48.000000000 
+0100
+++ new/vit-1.3~20180806.gdbacada/args.pl       2018-08-06 17:08:23.000000000 
+0200
@@ -1,5 +1,5 @@
 # Copyright 2012 - 2013, Steve Rader
-# Copyright 2013 - 2016, Scott Kostyshak
+# Copyright 2013 - 2018, Scott Kostyshak
 
 sub parse_args {
   while ( @ARGV ) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20171222.g2d6ec2c/cmdline.pl 
new/vit-1.3~20180806.gdbacada/cmdline.pl
--- old/vit-1.3~20171222.g2d6ec2c/cmdline.pl    2017-12-23 04:30:48.000000000 
+0100
+++ new/vit-1.3~20180806.gdbacada/cmdline.pl    2018-08-06 17:08:23.000000000 
+0200
@@ -1,5 +1,5 @@
 # Copyright 2012 - 2013, Steve Rader
-# Copyright 2013 - 2016, Scott Kostyshak
+# Copyright 2013 - 2018, Scott Kostyshak
 
 sub cmd_line {
   &audit("Inside of cmd_line");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20171222.g2d6ec2c/cmds.pl 
new/vit-1.3~20180806.gdbacada/cmds.pl
--- old/vit-1.3~20171222.g2d6ec2c/cmds.pl       2017-12-23 04:30:48.000000000 
+0100
+++ new/vit-1.3~20180806.gdbacada/cmds.pl       2018-08-06 17:08:23.000000000 
+0200
@@ -1,5 +1,5 @@
 # Copyright 2012 - 2013, Steve Rader
-# Copyright 2013 - 2016, Scott Kostyshak
+# Copyright 2013 - 2018, Scott Kostyshak
 
 #------------------------------------------------------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20171222.g2d6ec2c/color.pl 
new/vit-1.3~20180806.gdbacada/color.pl
--- old/vit-1.3~20171222.g2d6ec2c/color.pl      2017-12-23 04:30:48.000000000 
+0100
+++ new/vit-1.3~20180806.gdbacada/color.pl      2018-08-06 17:08:23.000000000 
+0200
@@ -1,5 +1,5 @@
 # Copyright 2012 - 2013, Steve Rader
-# Copyright 2013 - 2016, Scott Kostyshak
+# Copyright 2013 - 2018, Scott Kostyshak
 
 sub parse_report_line {
   my ($l,$str) = @_;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20171222.g2d6ec2c/curses.pl 
new/vit-1.3~20180806.gdbacada/curses.pl
--- old/vit-1.3~20171222.g2d6ec2c/curses.pl     2017-12-23 04:30:48.000000000 
+0100
+++ new/vit-1.3~20180806.gdbacada/curses.pl     2018-08-06 17:08:23.000000000 
+0200
@@ -1,5 +1,5 @@
 # Copyright 2012 - 2013, Steve Rader
-# Copyright 2013 - 2016, Scott Kostyshak
+# Copyright 2013 - 2018, Scott Kostyshak
 
 sub init_curses {
   my $m = $_[0];
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20171222.g2d6ec2c/draw.pl 
new/vit-1.3~20180806.gdbacada/draw.pl
--- old/vit-1.3~20171222.g2d6ec2c/draw.pl       2017-12-23 04:30:48.000000000 
+0100
+++ new/vit-1.3~20180806.gdbacada/draw.pl       2018-08-06 17:08:23.000000000 
+0200
@@ -1,5 +1,5 @@
 # Copyright 2012 - 2013, Steve Rader
-# Copyright 2013 - 2016, Scott Kostyshak
+# Copyright 2013 - 2018, Scott Kostyshak
 
 sub draw_header_line {
   my ($row,$lhs,$rhs) = @_;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20171222.g2d6ec2c/env.pl 
new/vit-1.3~20180806.gdbacada/env.pl
--- old/vit-1.3~20171222.g2d6ec2c/env.pl        2017-12-23 04:30:48.000000000 
+0100
+++ new/vit-1.3~20180806.gdbacada/env.pl        2018-08-06 17:08:23.000000000 
+0200
@@ -1,5 +1,5 @@
 # Copyright 2012 - 2013, Steve Rader
-# Copyright 2013 - 2016, Scott Kostyshak
+# Copyright 2013 - 2018, Scott Kostyshak
 
 sub init_shell_env {
   if ( $ENV{'TERM'} =~ /^(xterm|screen)/ ) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20171222.g2d6ec2c/exec.pl 
new/vit-1.3~20180806.gdbacada/exec.pl
--- old/vit-1.3~20171222.g2d6ec2c/exec.pl       2017-12-23 04:30:48.000000000 
+0100
+++ new/vit-1.3~20180806.gdbacada/exec.pl       2018-08-06 17:08:23.000000000 
+0200
@@ -1,5 +1,5 @@
 # Copyright 2012 - 2013, Steve Rader
-# Copyright 2013 - 2016, Scott Kostyshak
+# Copyright 2013 - 2018, Scott Kostyshak
 
 sub task_exec {
   my ($cmd) = @_;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20171222.g2d6ec2c/getch.pl 
new/vit-1.3~20180806.gdbacada/getch.pl
--- old/vit-1.3~20171222.g2d6ec2c/getch.pl      2017-12-23 04:30:48.000000000 
+0100
+++ new/vit-1.3~20180806.gdbacada/getch.pl      2018-08-06 17:08:23.000000000 
+0200
@@ -1,5 +1,5 @@
 # Copyright 2012 - 2013, Steve Rader
-# Copyright 2013 - 2016, Scott Kostyshak
+# Copyright 2013 - 2018, Scott Kostyshak
 
 sub getch_loop {
   while (1) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20171222.g2d6ec2c/misc.pl 
new/vit-1.3~20180806.gdbacada/misc.pl
--- old/vit-1.3~20171222.g2d6ec2c/misc.pl       2017-12-23 04:30:48.000000000 
+0100
+++ new/vit-1.3~20180806.gdbacada/misc.pl       2018-08-06 17:08:23.000000000 
+0200
@@ -1,5 +1,5 @@
 # Copyright 2012 - 2013, Steve Rader
-# Copyright 2013 - 2016, Scott Kostyshak
+# Copyright 2013 - 2018, Scott Kostyshak
 
 sub audit {
   if ( $audit ) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20171222.g2d6ec2c/prompt.pl 
new/vit-1.3~20180806.gdbacada/prompt.pl
--- old/vit-1.3~20171222.g2d6ec2c/prompt.pl     2017-12-23 04:30:48.000000000 
+0100
+++ new/vit-1.3~20180806.gdbacada/prompt.pl     2018-08-06 17:08:23.000000000 
+0200
@@ -1,5 +1,5 @@
 # Copyright 2012 - 2013, Steve Rader
-# Copyright 2013 - 2016, Scott Kostyshak
+# Copyright 2013 - 2018, Scott Kostyshak
 
 sub prompt_y {
   my $ch = &prompt_chr(@_);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20171222.g2d6ec2c/read.pl 
new/vit-1.3~20180806.gdbacada/read.pl
--- old/vit-1.3~20171222.g2d6ec2c/read.pl       2017-12-23 04:30:48.000000000 
+0100
+++ new/vit-1.3~20180806.gdbacada/read.pl       2018-08-06 17:08:23.000000000 
+0200
@@ -1,5 +1,5 @@
 # Copyright 2012 - 2013, Steve Rader
-# Copyright 2013 - 2016, Scott Kostyshak
+# Copyright 2013 - 2018, Scott Kostyshak
 
 sub read_report {
   my ($mode) = @_;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20171222.g2d6ec2c/screen.pl 
new/vit-1.3~20180806.gdbacada/screen.pl
--- old/vit-1.3~20171222.g2d6ec2c/screen.pl     2017-12-23 04:30:48.000000000 
+0100
+++ new/vit-1.3~20180806.gdbacada/screen.pl     2018-08-06 17:08:23.000000000 
+0200
@@ -1,5 +1,5 @@
 # Copyright 2012 - 2013, Steve Rader
-# Copyright 2013 - 2016, Scott Kostyshak
+# Copyright 2013 - 2018, Scott Kostyshak
 
 sub draw_screen {
   my ($x,$t,$fg,$bg,$cp,$str);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20171222.g2d6ec2c/search.pl 
new/vit-1.3~20180806.gdbacada/search.pl
--- old/vit-1.3~20171222.g2d6ec2c/search.pl     2017-12-23 04:30:48.000000000 
+0100
+++ new/vit-1.3~20180806.gdbacada/search.pl     2018-08-06 17:08:23.000000000 
+0200
@@ -1,5 +1,5 @@
 # Copyright 2012 - 2013, Steve Rader
-# Copyright 2013 - 2016, Scott Kostyshak
+# Copyright 2013 - 2018, Scott Kostyshak
 
 sub start_search {
   my $ch = $_[0];
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20171222.g2d6ec2c/vit.1 
new/vit-1.3~20180806.gdbacada/vit.1
--- old/vit-1.3~20171222.g2d6ec2c/vit.1 2017-12-23 04:30:48.000000000 +0100
+++ new/vit-1.3~20180806.gdbacada/vit.1 2018-08-06 17:08:23.000000000 +0200
@@ -90,7 +90,7 @@
 .PP
 Copyright (C) 2012 - 2013, Steve Rader
 .br
-Copyright (C) 2013 - 2015, Scott Kostyshak
+Copyright (C) 2013 - 2018, Scott Kostyshak
 
 
 VIT is distributed under GNU General Public License version 3 or (at your
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20171222.g2d6ec2c/vit.pl 
new/vit-1.3~20180806.gdbacada/vit.pl
--- old/vit-1.3~20171222.g2d6ec2c/vit.pl        2017-12-23 04:30:48.000000000 
+0100
+++ new/vit-1.3~20180806.gdbacada/vit.pl        2018-08-06 17:08:23.000000000 
+0200
@@ -5,7 +5,7 @@
 # %BUILD%
 #
 # Copyright 2012 - 2013, Steve Rader
-# Copyright 2013 - 2016, Scott Kostyshak
+# Copyright 2013 - 2018, Scott Kostyshak
 
 use strict;
 use Curses;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20171222.g2d6ec2c/vitrc.5 
new/vit-1.3~20180806.gdbacada/vitrc.5
--- old/vit-1.3~20171222.g2d6ec2c/vitrc.5       2017-12-23 04:30:48.000000000 
+0100
+++ new/vit-1.3~20180806.gdbacada/vitrc.5       2018-08-06 17:08:23.000000000 
+0200
@@ -118,7 +118,7 @@
 .PP
 Copyright (C) 2012 - 2013, Steve Rader
 .br
-Copyright (C) 2013 - 2015, Scott Kostyshak
+Copyright (C) 2013 - 2018, Scott Kostyshak
 
 
 VIT is distributed under GNU General Public License version 3 or (at your
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20171222.g2d6ec2c/vitrc.pl 
new/vit-1.3~20180806.gdbacada/vitrc.pl
--- old/vit-1.3~20171222.g2d6ec2c/vitrc.pl      2017-12-23 04:30:48.000000000 
+0100
+++ new/vit-1.3~20180806.gdbacada/vitrc.pl      2018-08-06 17:08:23.000000000 
+0200
@@ -1,4 +1,4 @@
-# Copyright 2013 - 2016, Scott Kostyshak
+# Copyright 2013 - 2018, Scott Kostyshak
 
 sub parse_vitrc {
   my $vitrc = glob("~/.vitrc");


Reply via email to