From 3ef85ad51a961d678489f11a68ceac4eb406dee01faa528769e53239d150adc2 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 3 Jan 2017 14:47:36 +0000 Subject: [PATCH] Accepting request 447659 from home:jcsl:GTKApps - new upstream version 0.3.0 * Arguments are now properly passed to child process * Fixed login shell, also applies to new tabs * Renamed tabs can now be reset, fixed '--title' * Improved GTK3 and VTE support * Added palette customization * Added terminal zoom feature * Added tab activity notification (bold) * Added --no_remote to spawn a separate teminal process * Optional confirmation when closing multiple tabs OBS-URL: https://build.opensuse.org/request/show/447659 OBS-URL: https://build.opensuse.org/package/show/X11:lxde/lxterminal?expand=0&rev=65 --- lxterminal-0.2.0.tar.gz | 3 --- lxterminal-0.3.0.tar.xz | 3 +++ lxterminal.changes | 14 ++++++++++++++ lxterminal.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 lxterminal-0.2.0.tar.gz create mode 100644 lxterminal-0.3.0.tar.xz diff --git a/lxterminal-0.2.0.tar.gz b/lxterminal-0.2.0.tar.gz deleted file mode 100644 index 718e6dc..0000000 --- a/lxterminal-0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:174b0e99652f72acd7a98b6ff1b75eba1a9bf364996e6f118cccdaba0d282baf -size 248698 diff --git a/lxterminal-0.3.0.tar.xz b/lxterminal-0.3.0.tar.xz new file mode 100644 index 0000000..4cb650e --- /dev/null +++ b/lxterminal-0.3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a424653565f04f4459cc86756e583f3107ca90e5e81250804dced5f8236c7f9 +size 193056 diff --git a/lxterminal.changes b/lxterminal.changes index 43d4f51..0badf74 100644 --- a/lxterminal.changes +++ b/lxterminal.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Dec 25 13:37:54 UTC 2016 - trcs@gmx.com + +- new upstream version 0.3.0 + * Arguments are now properly passed to child process + * Fixed login shell, also applies to new tabs + * Renamed tabs can now be reset, fixed '--title' + * Improved GTK3 and VTE support + * Added palette customization + * Added terminal zoom feature + * Added tab activity notification (bold) + * Added --no_remote to spawn a separate teminal process + * Optional confirmation when closing multiple tabs + ------------------------------------------------------------------- Thu Oct 23 10:32:43 UTC 2014 - andrea@opensuse.org diff --git a/lxterminal.spec b/lxterminal.spec index 6d6db69..ff387e7 100644 --- a/lxterminal.spec +++ b/lxterminal.spec @@ -17,13 +17,13 @@ Name: lxterminal -Version: 0.2.0 +Version: 0.3.0 Release: 0 Summary: Lightweight LXDE Terminal License: GPL-2.0 Group: System/GUI/LXDE Url: http://www.lxde.org/ -Source0: %name-%version.tar.gz +Source0: %name-%version.tar.xz # PATCH-FEATURE-OPENSUSE lxterminal-0.1.8-disable-f10.patch andrea@opensuse.org # disable f10 shortcut because yast use it Patch0: %name-0.1.8-disable-f10.patch