commit terminus for openSUSE:Factory

2020-05-14 Thread root
Hello community,

here is the log from the commit of package terminus for openSUSE:Factory 
checked in at 2020-05-14 23:25:55

Comparing /work/SRC/openSUSE:Factory/terminus (Old)
 and  /work/SRC/openSUSE:Factory/.terminus.new.2738 (New)


Package is "terminus"

Thu May 14 23:25:55 2020 rev:9 rq:805377 version:1.12.0

Changes:

--- /work/SRC/openSUSE:Factory/terminus/terminus.changes2020-04-22 
20:59:28.392159483 +0200
+++ /work/SRC/openSUSE:Factory/.terminus.new.2738/terminus.changes  
2020-05-14 23:26:01.001141012 +0200
@@ -1,0 +2,6 @@
+Wed May 13 07:58:29 UTC 2020 - Paolo Stivanin 
+
+- Update to 1.12.0:
+  * Fix popup menu translations
+
+---

Old:

  terminus-1.10.0.tar.gz

New:

  terminus-1.12.0.tar.gz



Other differences:
--
++ terminus.spec ++
--- /var/tmp/diff_new_pack.JxXnnC/_old  2020-05-14 23:26:02.169143561 +0200
+++ /var/tmp/diff_new_pack.JxXnnC/_new  2020-05-14 23:26:02.173143570 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   terminus
-Version:1.10.0
+Version:1.12.0
 Release:0
 Summary:An X terminal written in Vala
 License:GPL-3.0-only

++ terminus-1.10.0.tar.gz -> terminus-1.12.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.10.0/HISTORY.md 
new/terminus-1.12.0/HISTORY.md
--- old/terminus-1.10.0/HISTORY.md  2020-04-15 23:28:53.0 +0200
+++ new/terminus-1.12.0/HISTORY.md  2020-04-24 21:45:52.0 +0200
@@ -1,5 +1,9 @@
 # History of versions #
 
+* Version 1.12.0 (2020-04-24)
+  * Fix popup menu translations
+* Version 1.11.0 (2020-04-16)
+  * Fix resize and freeze under Wayland
 * Version 1.10.0 (2020-04-15)
   * Now it receives the focus under X11
 * Version 1.9.0 (2020-04-09)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.10.0/PKGBUILD new/terminus-1.12.0/PKGBUILD
--- old/terminus-1.10.0/PKGBUILD2020-04-15 23:28:53.0 +0200
+++ new/terminus-1.12.0/PKGBUILD2020-04-24 21:45:52.0 +0200
@@ -1,5 +1,5 @@
 pkgname=terminus
-pkgver=1.10.0
+pkgver=1.12.0
 pkgrel=1
 pkgdesc="A new terminal for XWindows
 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.10.0/cmake/CMakeLists.txt 
new/terminus-1.12.0/cmake/CMakeLists.txt
--- old/terminus-1.10.0/cmake/CMakeLists.txt1970-01-01 01:00:00.0 
+0100
+++ new/terminus-1.12.0/cmake/CMakeLists.txt2020-04-24 21:45:52.0 
+0200
@@ -0,0 +1,17 @@
+### CMakeLists automatically created with AutoVala
+### Do not edit
+
+IF(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/)
+   install(DIRECTORY
+   ${CMAKE_CURRENT_SOURCE_DIR}/
+   DESTINATION
+   share/autovala/cmake
+   )
+ELSE()
+   install(FILES
+   ${CMAKE_CURRENT_SOURCE_DIR}/
+   DESTINATION
+   share/autovala/cmake
+   )
+ENDIF()
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.10.0/debian/changelog 
new/terminus-1.12.0/debian/changelog
--- old/terminus-1.10.0/debian/changelog2020-04-15 23:28:53.0 
+0200
+++ new/terminus-1.12.0/debian/changelog2020-04-24 21:45:52.0 
+0200
@@ -1,3 +1,15 @@
+terminus (1.12.0-Debian1) sid; urgency=low
+
+  * Fix popup menu translations
+
+ -- Sergio Costas Rodriguez   Fri, 24 Apr 2020 23:55:00 
+0200
+
+terminus (1.11.0-Debian1) sid; urgency=low
+
+  * Fix resize and freeze under Wayland
+
+ -- Sergio Costas Rodriguez   Thu, 16 Apr 2020 23:55:00 
+0200
+
 terminus (1.10.0-Debian1) sid; urgency=low
 
   * Now it receives the focus under X11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.10.0/debian/control 
new/terminus-1.12.0/debian/control
--- old/terminus-1.10.0/debian/control  2020-04-15 23:28:53.0 +0200
+++ new/terminus-1.12.0/debian/control  2020-04-24 21:45:52.0 +0200
@@ -8,7 +8,7 @@
 
 Package: terminus
 Architecture: any
-Version: 1.10.0
+Version: 1.12.0
 Depends: libgee-0.8-2, libkeybinder-3.0-0, libvte-2.91-0, libpcre3, 
libglib2.0-bin
 Description: A new terminal for X11 and Wayland both for classic,
  in-window terminal, and Guake-like (hot-key drop-down mode)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.10.0/meson.build 
new/terminus-1.12.0/meson.build
--- old/terminus-1.10.0/meson.build 2020-04-15 23:28:53.0 +0200
+++ new/terminus-1.12.0/meson.build 2020-04-24 21:45:52.0 +0200
@@ -1,6 +1,6 @@
 project('terminus',
   ['c','vala'],
-  

commit terminus for openSUSE:Factory

2020-04-22 Thread root
Hello community,

here is the log from the commit of package terminus for openSUSE:Factory 
checked in at 2020-04-22 20:59:23

Comparing /work/SRC/openSUSE:Factory/terminus (Old)
 and  /work/SRC/openSUSE:Factory/.terminus.new.2738 (New)


Package is "terminus"

Wed Apr 22 20:59:23 2020 rev:8 rq:794628 version:1.10.0

Changes:

--- /work/SRC/openSUSE:Factory/terminus/terminus.changes2020-01-15 
16:52:39.693411321 +0100
+++ /work/SRC/openSUSE:Factory/.terminus.new.2738/terminus.changes  
2020-04-22 20:59:28.392159483 +0200
@@ -1,0 +2,13 @@
+Thu Apr 16 15:42:42 UTC 2020 - Alexei Podvalsky 
+
+- Update to 1.10.0:
+  * Now it receives the focus under X11
+
+---
+Mon Apr 13 00:44:00 UTC 2020 - Alexei Podvalsky 
+
+- Update to 1.9.0:
+  * Now guarantees under Wayland that occupies the whole width
+  * Changed license to GPLv3 only
+
+---

Old:

  terminus-1.8.0.tar.gz

New:

  terminus-1.10.0.tar.gz



Other differences:
--
++ terminus.spec ++
--- /var/tmp/diff_new_pack.b5LDjU/_old  2020-04-22 20:59:29.352161393 +0200
+++ /var/tmp/diff_new_pack.b5LDjU/_new  2020-04-22 20:59:29.352161393 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package terminus
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   terminus
-Version:1.8.0
+Version:1.10.0
 Release:0
 Summary:An X terminal written in Vala
-License:GPL-3.0-or-later
+License:GPL-3.0-only
 Group:  System/X11/Terminals
-URL:http://www.rastersoft.com/programas/terminus.html
+URL:https://www.rastersoft.com/programas/terminus.html
 Source: 
https://gitlab.com/rastersoft/terminus/-/archive/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme

++ terminus-1.8.0.tar.gz -> terminus-1.10.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.8.0/HISTORY.md 
new/terminus-1.10.0/HISTORY.md
--- old/terminus-1.8.0/HISTORY.md   2019-12-26 19:32:20.0 +0100
+++ new/terminus-1.10.0/HISTORY.md  2020-04-15 23:28:53.0 +0200
@@ -1,9 +1,15 @@
 # History of versions #
 
+* Version 1.10.0 (2020-04-15)
+  * Now it receives the focus under X11
+* Version 1.9.0 (2020-04-09)
+  * Now guarantees under Wayland that occupies the whole width
+  * Added --version parameter
+  * Changed license to GPLv3 only
+  * Fixed Debian files
 * Version 1.8.0 (2019-12-26)
   * Now, under wayland, opens guake window in the mouse monitor
   * Fixed red color spilling outside the window
-  * Changed license to GPLv3 only
 * Version 1.7.0 (2019-10-11)
   * Fixed the right-click menu under Wayland
   * Fixed several compiling warnings
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.8.0/PKGBUILD new/terminus-1.10.0/PKGBUILD
--- old/terminus-1.8.0/PKGBUILD 2019-12-26 19:32:20.0 +0100
+++ new/terminus-1.10.0/PKGBUILD2020-04-15 23:28:53.0 +0200
@@ -1,5 +1,5 @@
 pkgname=terminus
-pkgver=1.8.0
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="A new terminal for XWindows
 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.8.0/data/interface/properties.ui 
new/terminus-1.10.0/data/interface/properties.ui
--- old/terminus-1.8.0/data/interface/properties.ui 2019-12-26 
19:32:20.0 +0100
+++ new/terminus-1.10.0/data/interface/properties.ui2020-04-15 
23:28:53.0 +0200
@@ -1,5 +1,5 @@
 
-
+
 
   
   
@@ -54,6 +54,7 @@
   
 True
 True
+True
 
   
 True
@@ -62,6 +63,7 @@
 8
 8
 8
+8
 
   
 True
@@ -95,8 +97,9 @@
   
 True
 False
-start
+end
 Cursor 
shape:
+right
   
   
 0
@@ -129,6 +132,7 @@
 True
 False
 start
+8
 True
   
   
@@ -139,10 +143,11 @@
 
 
   
-Custom font: 

+Custom 
font:
 True
 True
 False
+end
 

commit terminus for openSUSE:Factory

2020-01-15 Thread root
Hello community,

here is the log from the commit of package terminus for openSUSE:Factory 
checked in at 2020-01-15 16:16:25

Comparing /work/SRC/openSUSE:Factory/terminus (Old)
 and  /work/SRC/openSUSE:Factory/.terminus.new.30080 (New)


Package is "terminus"

Wed Jan 15 16:16:25 2020 rev:7 rq:764491 version:1.8.0

Changes:

--- /work/SRC/openSUSE:Factory/terminus/terminus.changes2019-10-16 
09:18:49.794919448 +0200
+++ /work/SRC/openSUSE:Factory/.terminus.new.30080/terminus.changes 
2020-01-15 16:52:39.693411321 +0100
@@ -1,0 +2,7 @@
+Sat Jan 11 10:18:21 UTC 2020 - Alexei Podvalsky 
+
+- Update to 1.8.0:
+  * Now, under wayland, opens guake window in the mouse monitor
+  * Fixed red color spilling outside the window
+
+---

Old:

  terminus-1.7.1.tar.gz

New:

  terminus-1.8.0.tar.gz



Other differences:
--
++ terminus.spec ++
--- /var/tmp/diff_new_pack.UxHul3/_old  2020-01-15 16:52:40.025411477 +0100
+++ /var/tmp/diff_new_pack.UxHul3/_new  2020-01-15 16:52:40.025411477 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   terminus
-Version:1.7.1
+Version:1.8.0
 Release:0
 Summary:An X terminal written in Vala
 License:GPL-3.0-or-later

++ terminus-1.7.1.tar.gz -> terminus-1.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.7.1/HISTORY.md 
new/terminus-1.8.0/HISTORY.md
--- old/terminus-1.7.1/HISTORY.md   2019-10-14 20:24:47.0 +0200
+++ new/terminus-1.8.0/HISTORY.md   2019-12-26 19:32:20.0 +0100
@@ -1,7 +1,9 @@
 # History of versions #
 
-* Version 1.7.1 (2019-10-14)
+* Version 1.8.0 (2019-12-26)
+  * Now, under wayland, opens guake window in the mouse monitor
   * Fixed red color spilling outside the window
+  * Changed license to GPLv3 only
 * Version 1.7.0 (2019-10-11)
   * Fixed the right-click menu under Wayland
   * Fixed several compiling warnings
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.7.1/PKGBUILD new/terminus-1.8.0/PKGBUILD
--- old/terminus-1.7.1/PKGBUILD 2019-10-14 20:24:47.0 +0200
+++ new/terminus-1.8.0/PKGBUILD 2019-12-26 19:32:20.0 +0100
@@ -1,5 +1,5 @@
 pkgname=terminus
-pkgver=1.7.1
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="A new terminal for XWindows
 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.7.1/debian/changelog 
new/terminus-1.8.0/debian/changelog
--- old/terminus-1.7.1/debian/changelog 2019-10-14 20:24:47.0 +0200
+++ new/terminus-1.8.0/debian/changelog 2019-12-26 19:32:20.0 +0100
@@ -1,8 +1,10 @@
-terminus (1.7.1-Debian1) sid; urgency=low
+terminus (1.8.0-Debian1) sid; urgency=low
 
+  * Now, under wayland, opens guake window in the mouse monitor
   * Fixed red color spilling outside the window
+  * Changed license to GPLv3 only
 
- -- Sergio Costas Rodriguez   Mon, 14 Oct 2019 23:55:00 
+0200
+ -- Sergio Costas Rodriguez   Thu, 26 Dec 2019 23:55:00 
+0200
 
 terminus (1.7.0-Debian1) sid; urgency=low
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.7.1/debian/control 
new/terminus-1.8.0/debian/control
--- old/terminus-1.7.1/debian/control   2019-10-14 20:24:47.0 +0200
+++ new/terminus-1.8.0/debian/control   2019-12-26 19:32:20.0 +0100
@@ -8,7 +8,7 @@
 
 Package: terminus
 Architecture: any
-Version: 1.7.1
+Version: 1.8.0
 Depends: libgee-0.8-2, libkeybinder-3.0-0, libvte-2.91-0, libpcre3, 
libglib2.0-bin
 Description: A new terminal for X11 and Wayland both for classic,
  in-window terminal, and Guake-like (hot-key drop-down mode)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.7.1/rpmbuild/SPECS/terminus.spec 
new/terminus-1.8.0/rpmbuild/SPECS/terminus.spec
--- old/terminus-1.7.1/rpmbuild/SPECS/terminus.spec 2019-10-14 
20:24:47.0 +0200
+++ new/terminus-1.8.0/rpmbuild/SPECS/terminus.spec 2019-12-26 
19:32:20.0 +0100
@@ -1,5 +1,5 @@
 Name: terminus
-Version: 1.7.1
+Version: 1.8.0
 Release: 1
 License: Unknown/not set
 Summary: A new terminal for XWindows and Wayland
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.7.1/src/CMakeLists.txt 
new/terminus-1.8.0/src/CMakeLists.txt
--- old/terminus-1.7.1/src/CMakeLists.txt   2019-10-14 20:24:47.0 
+0200
+++ new/terminus-1.8.0/src/CMakeLists.txt   2019-12-26 19:32:20.0 
+0100
@@ -7,13 +7,13 @@
 set (RELEASE_NAME "terminus")
 set (CMAKE_C_FLAGS "")
 set (PREFIX ${CMAKE_INSTALL_PREFIX})
-set (VERSION "1

commit terminus for openSUSE:Factory

2019-10-16 Thread root
Hello community,

here is the log from the commit of package terminus for openSUSE:Factory 
checked in at 2019-10-16 09:18:48

Comparing /work/SRC/openSUSE:Factory/terminus (Old)
 and  /work/SRC/openSUSE:Factory/.terminus.new.2352 (New)


Package is "terminus"

Wed Oct 16 09:18:48 2019 rev:6 rq:738694 version:1.7.1

Changes:

--- /work/SRC/openSUSE:Factory/terminus/terminus.changes2019-10-14 
12:41:54.826635653 +0200
+++ /work/SRC/openSUSE:Factory/.terminus.new.2352/terminus.changes  
2019-10-16 09:18:49.794919448 +0200
@@ -1,0 +2,6 @@
+Tue Oct 15 19:57:33 UTC 2019 - Alexei Podvalsky 
+
+- Update to 1.7.1:
+  * Fixed red color spilling outside the window
+
+---

Old:

  terminus-1.7.0.tar.gz

New:

  terminus-1.7.1.tar.gz



Other differences:
--
++ terminus.spec ++
--- /var/tmp/diff_new_pack.ovoHvo/_old  2019-10-16 09:18:50.222918344 +0200
+++ /var/tmp/diff_new_pack.ovoHvo/_new  2019-10-16 09:18:50.226918334 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   terminus
-Version:1.7.0
+Version:1.7.1
 Release:0
 Summary:An X terminal written in Vala
 License:GPL-3.0-or-later

++ terminus-1.7.0.tar.gz -> terminus-1.7.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.7.0/HISTORY.md 
new/terminus-1.7.1/HISTORY.md
--- old/terminus-1.7.0/HISTORY.md   2019-10-11 00:15:05.0 +0200
+++ new/terminus-1.7.1/HISTORY.md   2019-10-14 20:24:47.0 +0200
@@ -1,5 +1,7 @@
 # History of versions #
 
+* Version 1.7.1 (2019-10-14)
+  * Fixed red color spilling outside the window
 * Version 1.7.0 (2019-10-11)
   * Fixed the right-click menu under Wayland
   * Fixed several compiling warnings
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.7.0/PKGBUILD new/terminus-1.7.1/PKGBUILD
--- old/terminus-1.7.0/PKGBUILD 2019-10-11 00:15:05.0 +0200
+++ new/terminus-1.7.1/PKGBUILD 2019-10-14 20:24:47.0 +0200
@@ -1,5 +1,5 @@
 pkgname=terminus
-pkgver=1.7.0
+pkgver=1.7.1
 pkgrel=1
 pkgdesc="A new terminal for XWindows
 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.7.0/debian/changelog 
new/terminus-1.7.1/debian/changelog
--- old/terminus-1.7.0/debian/changelog 2019-10-11 00:15:05.0 +0200
+++ new/terminus-1.7.1/debian/changelog 2019-10-14 20:24:47.0 +0200
@@ -1,3 +1,9 @@
+terminus (1.7.1-Debian1) sid; urgency=low
+
+  * Fixed red color spilling outside the window
+
+ -- Sergio Costas Rodriguez   Mon, 14 Oct 2019 23:55:00 
+0200
+
 terminus (1.7.0-Debian1) sid; urgency=low
 
   * Fixed the right-click menu under Wayland
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.7.0/debian/control 
new/terminus-1.7.1/debian/control
--- old/terminus-1.7.0/debian/control   2019-10-11 00:15:05.0 +0200
+++ new/terminus-1.7.1/debian/control   2019-10-14 20:24:47.0 +0200
@@ -8,7 +8,7 @@
 
 Package: terminus
 Architecture: any
-Version: 1.7.0
+Version: 1.7.1
 Depends: libgee-0.8-2, libkeybinder-3.0-0, libvte-2.91-0, libpcre3, 
libglib2.0-bin
 Description: A new terminal for X11 and Wayland both for classic,
  in-window terminal, and Guake-like (hot-key drop-down mode)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.7.0/rpmbuild/SPECS/terminus.spec 
new/terminus-1.7.1/rpmbuild/SPECS/terminus.spec
--- old/terminus-1.7.0/rpmbuild/SPECS/terminus.spec 2019-10-11 
00:15:05.0 +0200
+++ new/terminus-1.7.1/rpmbuild/SPECS/terminus.spec 2019-10-14 
20:24:47.0 +0200
@@ -1,5 +1,5 @@
 Name: terminus
-Version: 1.7.0
+Version: 1.7.1
 Release: 1
 License: Unknown/not set
 Summary: A new terminal for XWindows and Wayland
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.7.0/src/CMakeLists.txt 
new/terminus-1.7.1/src/CMakeLists.txt
--- old/terminus-1.7.0/src/CMakeLists.txt   2019-10-11 00:15:05.0 
+0200
+++ new/terminus-1.7.1/src/CMakeLists.txt   2019-10-14 20:24:47.0 
+0200
@@ -7,13 +7,13 @@
 set (RELEASE_NAME "terminus")
 set (CMAKE_C_FLAGS "")
 set (PREFIX ${CMAKE_INSTALL_PREFIX})
-set (VERSION "1.7.0")
+set (VERSION "1.7.1")
 set (TESTSRCDIR "${CMAKE_SOURCE_DIR}")
 set (DOLLAR "$")
 
 configure_file (${CMAKE_SOURCE_DIR}/src/Config.vala.base 
${CMAKE_BINARY_DIR}/src/Config.vala)
 add_definitions(-DGETTEXT_PACKAGE=\"${GETTEXT_PACKAGE}\")
-set (VERSION "1.7.0")
+set (VERSION "1.7.1")
 add_definitions (${DEPS_CFLAGS})
 link_libraries ( ${DEPS_LIBRARIE

commit terminus for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package terminus for openSUSE:Factory 
checked in at 2019-10-14 12:41:42

Comparing /work/SRC/openSUSE:Factory/terminus (Old)
 and  /work/SRC/openSUSE:Factory/.terminus.new.2352 (New)


Package is "terminus"

Mon Oct 14 12:41:42 2019 rev:5 rq:737928 version:1.7.0

Changes:

--- /work/SRC/openSUSE:Factory/terminus/terminus.changes2019-05-10 
09:19:19.376421423 +0200
+++ /work/SRC/openSUSE:Factory/.terminus.new.2352/terminus.changes  
2019-10-14 12:41:54.826635653 +0200
@@ -1,0 +2,11 @@
+Sat Oct 12 20:17:46 UTC 2019 - Alexei Podvalsky 
+
+- Update to 1.7.0:
+  * Fixed the right-click menu under Wayland
+  * Fixed several compiling warnings
+  * Removed deprecated calls
+  * Now the Wayland version (under gnome shell) works like the
+X11 one (is shown over all windows, and in all workspaces)
+  * Now the "guake" terminal is show always in the primary monitor
+
+---

Old:

  terminus-1.5.0.tar.gz

New:

  terminus-1.7.0.tar.gz



Other differences:
--
++ terminus.spec ++
--- /var/tmp/diff_new_pack.Vi0rTg/_old  2019-10-14 12:41:58.050627222 +0200
+++ /var/tmp/diff_new_pack.Vi0rTg/_new  2019-10-14 12:41:58.058627201 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   terminus
-Version:1.5.0
+Version:1.7.0
 Release:0
 Summary:An X terminal written in Vala
 License:GPL-3.0-or-later

++ terminus-1.5.0.tar.gz -> terminus-1.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.5.0/CMakeLists.txt 
new/terminus-1.7.0/CMakeLists.txt
--- old/terminus-1.5.0/CMakeLists.txt   2019-05-06 21:30:31.0 +0200
+++ new/terminus-1.7.0/CMakeLists.txt   2019-10-11 00:15:05.0 +0200
@@ -8,7 +8,6 @@
 enable_testing ()
 option(ICON_UPDATE "Update the icon cache after installing" ON)
 option(BUILD_VALADOC "Build API documentation if Valadoc is available" OFF)
-option(GTK_3_20 "GTK_3_20" OFF)
 
 if( NOT CMAKE_BUILD_TYPE )
set(CMAKE_BUILD_TYPE Release)
@@ -37,9 +36,11 @@
 set(MODULES_TO_CHECK ${MODULES_TO_CHECK} gtk+-3.0)
 set(MODULES_TO_CHECK ${MODULES_TO_CHECK} gee-0.8)
 set(MODULES_TO_CHECK ${MODULES_TO_CHECK} gio-2.0)
+set(MODULES_TO_CHECK ${MODULES_TO_CHECK} gio-unix-2.0)
 set(MODULES_TO_CHECK ${MODULES_TO_CHECK} glib-2.0)
 set(MODULES_TO_CHECK ${MODULES_TO_CHECK} gobject-2.0)
 set(MODULES_TO_CHECK ${MODULES_TO_CHECK} keybinder-3.0)
+set(MODULES_TO_CHECK ${MODULES_TO_CHECK} pango)
 set(MODULES_TO_CHECK ${MODULES_TO_CHECK} vte-2.91)
 
 pkg_check_modules(DEPS REQUIRED ${MODULES_TO_CHECK})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.5.0/HISTORY.md 
new/terminus-1.7.0/HISTORY.md
--- old/terminus-1.5.0/HISTORY.md   2019-05-06 21:30:31.0 +0200
+++ new/terminus-1.7.0/HISTORY.md   2019-10-11 00:15:05.0 +0200
@@ -1,5 +1,12 @@
 # History of versions #
 
+* Version 1.7.0 (2019-10-11)
+  * Fixed the right-click menu under Wayland
+  * Fixed several compiling warnings
+  * Removed deprecated calls
+* Version 1.6.0 (2019-09-23)
+  * Now the Wayland version (under gnome shell) works like the X11 one (is 
shown over all windows, and in all workspaces)
+  * Now the "guake" terminal is show always in the primary monitor
 * Version 1.5.0 (2019-05-06)
   * Now PASTE works with clipboard managers
 * Version 1.4.1 (2019-03-26)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.5.0/PKGBUILD new/terminus-1.7.0/PKGBUILD
--- old/terminus-1.5.0/PKGBUILD 2019-05-06 21:30:31.0 +0200
+++ new/terminus-1.7.0/PKGBUILD 2019-10-11 00:15:05.0 +0200
@@ -1,5 +1,5 @@
 pkgname=terminus
-pkgver=1.5.0
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="A new terminal for XWindows
 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.5.0/README.md new/terminus-1.7.0/README.md
--- old/terminus-1.5.0/README.md2019-05-06 21:30:31.0 +0200
+++ new/terminus-1.7.0/README.md2019-10-11 00:15:05.0 +0200
@@ -38,16 +38,6 @@
 in a folder with parts of a previously failed cmake run can result in build 
errors
 (don't ask why).
 
-If your system has an old Gtk version (like Ubuntu yakkety yak, which has Gtk 
3.20),
-you would need to define GTK_3_20 to use some old functions, not available in 
versions
-older than Gtk 3.22. You can do it this way:
-
-mkdir install
-cd install
-cmake .. -DGTK_3_20=on
-make
-sudo make install
-
 ## Using it ##
 
 By default, using Shift+F12 will show the Quake-like terminal, but you can 
change
diff -urN '--exc

commit terminus for openSUSE:Factory

2019-05-10 Thread root
Hello community,

here is the log from the commit of package terminus for openSUSE:Factory 
checked in at 2019-05-10 09:19:15

Comparing /work/SRC/openSUSE:Factory/terminus (Old)
 and  /work/SRC/openSUSE:Factory/.terminus.new.5148 (New)


Package is "terminus"

Fri May 10 09:19:15 2019 rev:4 rq:701595 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/terminus/terminus.changes2019-03-28 
22:50:22.839034732 +0100
+++ /work/SRC/openSUSE:Factory/.terminus.new.5148/terminus.changes  
2019-05-10 09:19:19.376421423 +0200
@@ -1,0 +2,6 @@
+Wed May  8 15:11:46 UTC 2019 - Alexei Podvalsky 
+
+- Update to 1.5.0:
+  * Now PASTE works with clipboard managers
+
+---

Old:

  terminus-1.4.1.tar.gz

New:

  terminus-1.5.0.tar.gz



Other differences:
--
++ terminus.spec ++
--- /var/tmp/diff_new_pack.Q6VLhk/_old  2019-05-10 09:19:20.536423217 +0200
+++ /var/tmp/diff_new_pack.Q6VLhk/_new  2019-05-10 09:19:20.576423278 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   terminus
-Version:1.4.1
+Version:1.5.0
 Release:0
 Summary:An X terminal written in Vala
 License:GPL-3.0-or-later

++ terminus-1.4.1.tar.gz -> terminus-1.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.4.1/HISTORY.md 
new/terminus-1.5.0/HISTORY.md
--- old/terminus-1.4.1/HISTORY.md   2019-03-27 20:37:46.0 +0100
+++ new/terminus-1.5.0/HISTORY.md   2019-05-06 21:30:31.0 +0200
@@ -1,5 +1,7 @@
 # History of versions #
 
+* Version 1.5.0 (2019-05-06)
+  * Now PASTE works with clipboard managers
 * Version 1.4.1 (2019-03-26)
   * Fixed COPY keybinding
 * Version 1.4.0 (2019-02-28)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.4.1/PKGBUILD new/terminus-1.5.0/PKGBUILD
--- old/terminus-1.4.1/PKGBUILD 2019-03-27 20:37:46.0 +0100
+++ new/terminus-1.5.0/PKGBUILD 2019-05-06 21:30:31.0 +0200
@@ -1,5 +1,5 @@
 pkgname=terminus
-pkgver=1.4.1
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="A new terminal for XWindows
 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.4.1/debian/changelog 
new/terminus-1.5.0/debian/changelog
--- old/terminus-1.4.1/debian/changelog 2019-03-27 20:37:46.0 +0100
+++ new/terminus-1.5.0/debian/changelog 2019-05-06 21:30:31.0 +0200
@@ -1,3 +1,9 @@
+terminus (1.5.0-Debian1) sid; urgency=low
+
+  * Now PASTE works with clipboard managers
+
+ -- Sergio Costas Rodriguez   Mon, 06 May 2019 23:55:00 
+0200
+
 terminus (1.4.1-Debian1) sid; urgency=low
 
   * Fixed COPY keybinding
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.4.1/debian/control 
new/terminus-1.5.0/debian/control
--- old/terminus-1.4.1/debian/control   2019-03-27 20:37:46.0 +0100
+++ new/terminus-1.5.0/debian/control   2019-05-06 21:30:31.0 +0200
@@ -8,7 +8,7 @@
 
 Package: terminus
 Architecture: any
-Version: 1.4.1
+Version: 1.5.0
 Depends: libgee-0.8-2, libkeybinder-3.0-0, libvte-2.91-0, libpcre3, 
libglib2.0-bin
 Description: A new terminal for X11 and Wayland both for classic,
  in-window terminal, and Guake-like (hot-key drop-down mode)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.4.1/rpmbuild/SPECS/terminus.spec 
new/terminus-1.5.0/rpmbuild/SPECS/terminus.spec
--- old/terminus-1.4.1/rpmbuild/SPECS/terminus.spec 2019-03-27 
20:37:46.0 +0100
+++ new/terminus-1.5.0/rpmbuild/SPECS/terminus.spec 2019-05-06 
21:30:31.0 +0200
@@ -1,5 +1,5 @@
 Name: terminus
-Version: 1.4.1
+Version: 1.5.0
 Release: 1
 License: Unknown/not set
 Summary: A new terminal for XWindows and Wayland
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.4.1/src/CMakeLists.txt 
new/terminus-1.5.0/src/CMakeLists.txt
--- old/terminus-1.4.1/src/CMakeLists.txt   2019-03-27 20:37:46.0 
+0100
+++ new/terminus-1.5.0/src/CMakeLists.txt   2019-05-06 21:30:31.0 
+0200
@@ -7,13 +7,13 @@
 set (RELEASE_NAME "terminus")
 set (CMAKE_C_FLAGS "")
 set (PREFIX ${CMAKE_INSTALL_PREFIX})
-set (VERSION "1.4.1")
+set (VERSION "1.5.0")
 set (TESTSRCDIR "${CMAKE_SOURCE_DIR}")
 set (DOLLAR "$")
 
 configure_file (${CMAKE_SOURCE_DIR}/src/Config.vala.base 
${CMAKE_BINARY_DIR}/src/Config.vala)
 add_definitions(-DGETTEXT_PACKAGE=\"${GETTEXT_PACKAGE}\")
-set (VERSION "1.4.1")
+set (VERSION "1.5.0")
 add_definitions (${DEPS_CFLAGS})
 link_libraries ( ${DEPS_LIBRARIES} )
 link_directories ( ${DEPS_LIBRARY_DIRS} )
diff -urN 

commit terminus for openSUSE:Factory

2019-03-28 Thread root
Hello community,

here is the log from the commit of package terminus for openSUSE:Factory 
checked in at 2019-03-28 22:50:19

Comparing /work/SRC/openSUSE:Factory/terminus (Old)
 and  /work/SRC/openSUSE:Factory/.terminus.new.25356 (New)


Package is "terminus"

Thu Mar 28 22:50:19 2019 rev:3 rq:689409 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/terminus/terminus.changes2019-02-11 
21:23:38.471136843 +0100
+++ /work/SRC/openSUSE:Factory/.terminus.new.25356/terminus.changes 
2019-03-28 22:50:22.839034732 +0100
@@ -1,0 +2,8 @@
+Thu Mar 28 15:53:09 UTC 2019 - Alexei Podvalsky 
+
+- Update to 1.4.1:
+  * Fixed COPY keybinding
+  * Added keybindings for COPY and PASTE
+  * Added keybindings to move focus between terminals in the same tab
+
+---

Old:

  terminus-1.3.0.tar.gz

New:

  terminus-1.4.1.tar.gz



Other differences:
--
++ terminus.spec ++
--- /var/tmp/diff_new_pack.9AZVEQ/_old  2019-03-28 22:50:24.063034461 +0100
+++ /var/tmp/diff_new_pack.9AZVEQ/_new  2019-03-28 22:50:24.087034456 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   terminus
-Version:1.3.0
+Version:1.4.1
 Release:0
 Summary:An X terminal written in Vala
 License:GPL-3.0-or-later

++ terminus-1.3.0.tar.gz -> terminus-1.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.3.0/CMakeLists.txt 
new/terminus-1.4.1/CMakeLists.txt
--- old/terminus-1.3.0/CMakeLists.txt   2019-02-07 00:39:12.0 +0100
+++ new/terminus-1.4.1/CMakeLists.txt   2019-03-27 20:37:46.0 +0100
@@ -45,9 +45,22 @@
 pkg_check_modules(DEPS REQUIRED ${MODULES_TO_CHECK})
 
 
-find_program ( WHERE_GRESOURCE glib-compile-resources )
-if ( NOT WHERE_GRESOURCE )
-   MESSAGE(FATAL_ERROR "Error! GLIB-COMPILE-RESOURCES is not installed.")
+find_program ( WHERE_glib_compile_resources glib-compile-resources )
+if ( NOT WHERE_glib_compile_resources )
+   MESSAGE(FATAL_ERROR "Error! external program 'glib-compile-resources' 
is not installed.")
+endif()
+
+find_program ( WHERE_gtk_update_icon_cache gtk-update-icon-cache )
+if ( NOT WHERE_gtk_update_icon_cache )
+   find_program ( WHERE_gtk_update_icon_cache gtk-update-icon-cache.3.0 )
+   if ( NOT WHERE_gtk_update_icon_cache )
+   MESSAGE(FATAL_ERROR "Error! none of the external programs 
'gtk-update-icon-cache', 'gtk-update-icon-cache.3.0',  are installed.")
+   endif()
+endif()
+
+find_program ( WHERE_glib_compile_schemas glib-compile-schemas )
+if ( NOT WHERE_glib_compile_schemas )
+   MESSAGE(FATAL_ERROR "Error! external program 'glib-compile-schemas' is 
not installed.")
 endif()
 
 add_subdirectory(po)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.3.0/HISTORY.md 
new/terminus-1.4.1/HISTORY.md
--- old/terminus-1.3.0/HISTORY.md   2019-02-07 00:39:12.0 +0100
+++ new/terminus-1.4.1/HISTORY.md   2019-03-27 20:37:46.0 +0100
@@ -1,6 +1,11 @@
 # History of versions #
 
-* Version 1.3.0 (2019-01-06)
+* Version 1.4.1 (2019-03-26)
+  * Fixed COPY keybinding
+* Version 1.4.0 (2019-02-28)
+  * Added keybindings for COPY and PASTE
+  * Added keybindings to move focus between terminals in the same tab
+* Version 1.3.0 (2019-02-06)
   * Added the -e and -x parameters to create a new window an launch a command 
inside
   * Added the --working-directory parameter
   * Fixed the .desktop file to fully follow the standard
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.3.0/PKGBUILD new/terminus-1.4.1/PKGBUILD
--- old/terminus-1.3.0/PKGBUILD 2019-02-07 00:39:12.0 +0100
+++ new/terminus-1.4.1/PKGBUILD 2019-03-27 20:37:46.0 +0100
@@ -1,5 +1,5 @@
 pkgname=terminus
-pkgver=1.3.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="A new terminal for XWindows
 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.3.0/cmake/CMakeLists.txt 
new/terminus-1.4.1/cmake/CMakeLists.txt
--- old/terminus-1.3.0/cmake/CMakeLists.txt 2019-02-07 00:39:12.0 
+0100
+++ new/terminus-1.4.1/cmake/CMakeLists.txt 1970-01-01 01:00:00.0 
+0100
@@ -1,17 +0,0 @@
-### CMakeLists automatically created with AutoVala
-### Do not edit
-
-IF(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/)
-   install(DIRECTORY
-   ${CMAKE_CURRENT_SOURCE_DIR}/
-   DESTINATION
-   share/autovala/cmake
-   )
-ELSE()
-   install(FILES
-   ${CMAKE_CURRENT_SOURCE_DIR}/
-   DESTINATION
-   share/autovala/cmake
-   )
-ENDIF()
-
diff -urN '

commit terminus for openSUSE:Factory

2019-02-11 Thread root
Hello community,

here is the log from the commit of package terminus for openSUSE:Factory 
checked in at 2019-02-11 21:23:37

Comparing /work/SRC/openSUSE:Factory/terminus (Old)
 and  /work/SRC/openSUSE:Factory/.terminus.new.28833 (New)


Package is "terminus"

Mon Feb 11 21:23:37 2019 rev:2 rq:672743 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/terminus/terminus.changes2018-10-25 
09:08:24.078431187 +0200
+++ /work/SRC/openSUSE:Factory/.terminus.new.28833/terminus.changes 
2019-02-11 21:23:38.471136843 +0100
@@ -1,0 +2,9 @@
+Fri Feb  8 10:30:47 UTC 2019 - Alexei Podvalsky 
+
+- Update to 1.3.0:
+  * Allows to use the -e and -x parameters to create a new window 
+an launch a command inside
+  * Fixed the .desktop file to fully follow the standard
+  * Added an screenshot in the README.md file
+
+---

Old:

  terminus-1.2.0.tar.gz

New:

  terminus-1.3.0.tar.gz



Other differences:
--
++ terminus.spec ++
--- /var/tmp/diff_new_pack.ksPbeg/_old  2019-02-11 21:23:39.035136540 +0100
+++ /var/tmp/diff_new_pack.ksPbeg/_new  2019-02-11 21:23:39.039136538 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   terminus
-Version:1.2.0
+Version:1.3.0
 Release:0
 Summary:An X terminal written in Vala
 License:GPL-3.0-or-later

++ terminus-1.2.0.tar.gz -> terminus-1.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.2.0/HISTORY.md 
new/terminus-1.3.0/HISTORY.md
--- old/terminus-1.2.0/HISTORY.md   2018-10-19 23:14:36.0 +0200
+++ new/terminus-1.3.0/HISTORY.md   2019-02-07 00:39:12.0 +0100
@@ -1,5 +1,10 @@
 # History of versions #
 
+* Version 1.3.0 (2019-01-06)
+  * Added the -e and -x parameters to create a new window an launch a command 
inside
+  * Added the --working-directory parameter
+  * Fixed the .desktop file to fully follow the standard
+  * Added an screenshot in the README.md file
 * Version 1.2.0 (2018-10-19)
   * Fixes Guake hotkey don't working on X11 with another terminus open
   * Added missing parameter in the help
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.2.0/PKGBUILD new/terminus-1.3.0/PKGBUILD
--- old/terminus-1.2.0/PKGBUILD 2018-10-19 23:14:36.0 +0200
+++ new/terminus-1.3.0/PKGBUILD 2019-02-07 00:39:12.0 +0100
@@ -1,5 +1,5 @@
 pkgname=terminus
-pkgver=1.2.0
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="A new terminal for XWindows
 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.2.0/README.md new/terminus-1.3.0/README.md
--- old/terminus-1.2.0/README.md2018-10-19 23:14:36.0 +0200
+++ new/terminus-1.3.0/README.md2019-02-07 00:39:12.0 +0100
@@ -1,6 +1,8 @@
 # Terminus #
 
-A new terminal for XWindows (and Wayland)
+A new terminal for XWindows and Wayland
+
+![Terminus screenshot](terminus.png)
 
 ## What is it ##
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.2.0/data/terminus.desktop 
new/terminus-1.3.0/data/terminus.desktop
--- old/terminus-1.2.0/data/terminus.desktop2018-10-19 23:14:36.0 
+0200
+++ new/terminus-1.3.0/data/terminus.desktop2019-02-07 00:39:12.0 
+0100
@@ -1,5 +1,5 @@
 [Desktop Entry]
-Icon=terminus.svg
+Icon=terminus
 Type=Application
 Exec=terminus
 Hidden=false
@@ -9,8 +9,8 @@
 TryExec=terminus
 Categories=GNOME;GTK;Utility;TerminalEmulator;System;
 X-Ubuntu-Gettext-Domain=terminus
-X-Ayatana-Desktop-Shortcuts=NewWindow;
-[NewWindow Shortcut Group]
+X-Ayatana-Desktop-Shortcuts=X-NewWindow;
+[X-NewWindow Shortcut Group]
 Name=Open a New Window
 Exec=terminus
 TargetEnvironment=Unity
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.2.0/debian/changelog 
new/terminus-1.3.0/debian/changelog
--- old/terminus-1.2.0/debian/changelog 2018-10-19 23:14:36.0 +0200
+++ new/terminus-1.3.0/debian/changelog 2019-02-07 00:39:12.0 +0100
@@ -1,3 +1,11 @@
+terminus (1.3.0-Debian1) sid; urgency=low
+
+  * Allows to use the -e and -x parameters to create a new window an launch a 
command inside
+  * Fixed the .desktop file to fully follow the standard
+  * Added an screenshot in the README.md file
+
+ -- Sergio Costas Rodriguez   Sun, 06 Jan 2019 23:55:00 
+0200
+
 terminus (1.2.0-Debian1) sid; urgency=low
 
   * Fixes Guake hotkey don't working on X11 with another terminus open
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.2.0/debian/control 
new/terminus-1.3.0/d