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.changes 2019-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 <[email protected]> + +- 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.000000000 +0200 +++ new/terminus-1.7.1/HISTORY.md 2019-10-14 20:24:47.000000000 +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.000000000 +0200 +++ new/terminus-1.7.1/PKGBUILD 2019-10-14 20:24:47.000000000 +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.000000000 +0200 +++ new/terminus-1.7.1/debian/changelog 2019-10-14 20:24:47.000000000 +0200 @@ -1,3 +1,9 @@ +terminus (1.7.1-Debian1) sid; urgency=low + + * Fixed red color spilling outside the window + + -- Sergio Costas Rodriguez <[email protected]> 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.000000000 +0200 +++ new/terminus-1.7.1/debian/control 2019-10-14 20:24:47.000000000 +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.000000000 +0200 +++ new/terminus-1.7.1/rpmbuild/SPECS/terminus.spec 2019-10-14 20:24:47.000000000 +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.000000000 +0200 +++ new/terminus-1.7.1/src/CMakeLists.txt 2019-10-14 20:24:47.000000000 +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_LIBRARIES} ) link_directories ( ${DEPS_LIBRARY_DIRS} ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/terminus-1.7.0/src/meson.build new/terminus-1.7.1/src/meson.build --- old/terminus-1.7.0/src/meson.build 2019-10-11 00:15:05.000000000 +0200 +++ new/terminus-1.7.1/src/meson.build 2019-10-14 20:24:47.000000000 +0200 @@ -4,7 +4,7 @@ cfg_terminus.set('GETTEXT_PACKAGE', 'terminus') cfg_terminus.set('RELEASE_NAME', 'terminus') cfg_terminus.set('PREFIX', get_option('prefix')) -cfg_terminus.set('VERSION', '1.7.0') +cfg_terminus.set('VERSION', '1.7.1') cfg_terminus.set('TESTSRCDIR', meson.source_root()) cfgfile_2 = configure_file( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/terminus-1.7.0/src/terminal.vala new/terminus-1.7.1/src/terminal.vala --- old/terminus-1.7.0/src/terminal.vala 2019-10-11 00:15:05.000000000 +0200 +++ new/terminus-1.7.1/src/terminal.vala 2019-10-14 20:24:47.000000000 +0200 @@ -184,7 +184,7 @@ this.title = new Gtk.Label(""); this.titlebox = new Gtk.EventBox(); - this.titlebox.draw.connect((cr) => { + this.title.draw.connect((cr) => { cr.set_source_rgb(this.title_r, this.title_g, this.title_b); cr.paint(); return false; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/terminus-1.7.0/src/terminus.vala new/terminus-1.7.1/src/terminus.vala --- old/terminus-1.7.0/src/terminus.vala 2019-10-11 00:15:05.000000000 +0200 +++ new/terminus-1.7.1/src/terminus.vala 2019-10-14 20:24:47.000000000 +0200 @@ -20,7 +20,7 @@ using Gtk; using Gee; -//project version = 1.7.0 +//project version = 1.7.1 namespace Terminus { TerminusRoot main_root; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/terminus-1.7.0/terminus.avprj new/terminus-1.7.1/terminus.avprj --- old/terminus-1.7.0/terminus.avprj 2019-10-11 00:15:05.000000000 +0200 +++ new/terminus-1.7.1/terminus.avprj 2019-10-14 20:24:47.000000000 +0200 @@ -11,7 +11,7 @@ *vapidir: src/vapidir vala_binary: src/terminus -*version: 1.7.0 +*version: 1.7.1 use_gresource: extras_gresource_xml vala_vapi: checkwayland.vapi *vala_package: posix
