Marcel Kuehlhorn 2022-04-07 08:49:06 +00:00 committed by Git OBS Bridge
parent 47589e3f02
commit 70a3bed6a7
4 changed files with 77 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a3337c198e01262a0412384823185753ac8a0345be1d6776a7e9bbbcbf33dc7
size 978071

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:593b6a7bd9b18851e51854e075990109b7896a22713b5dd8b913b23f21db6576
size 1022734

View File

@ -1,3 +1,71 @@
-------------------------------------------------------------------
Sat Apr 2 12:17:50 UTC 2022 - Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 1.0.0
* Replace the deprecated GtkActionEntries with XfceGtkActionEntries
(gxo#apps/xfce4-terminal#79)
* Opening a dialog from a drop-down window closes the window
(gxo#apps/xfce4-terminal#136)
* Add `Fill` background image style (gxo#apps/xfce4-terminal!23).
* Improved options parsing (for both short and long forms)
* Add a menu entry to send signals to the foreground process
(gxo#apps/xfce4-terminal#59)
* Fix `keep window open` preference being applied on restart.
* Rework "--tab" and "--window" behavior (gxo#apps/xfce4-terminal#13)
* Ignore unused modifiers for scroll wheel zooming
* Add alternative shortcuts for zooming (gxo#apps/xfce4-terminal#126)
* Expand scrolled window and make dialog size 70% of parent
(gxo#apps/xfce4-terminal!17)
* Support libxfce4ui XfceTitledDialog new API
* Update unsafe paste dialog text (gxo#apps/xfce4-terminal#73)
* Fix paste button focus
* Replace subtitle by infobar for Unsafe paste dialog
* Fix the `unsafe paste` dialog to actually paste
* Update `.gitignore`, HACKING, AUTHORS, COPYRIGHTS
* Update --preferences, --tab and --window documentation
* Fix various typos
* Fix compilation warnings
* Remove unnecessary function call (gxo#apps/xfce4-terminal!24)
* Add a "Do not warn me again" checkbox for the "Unsafe Paste"
dialog (gxo#apps/xfce4-terminal#129)
* Use GtkScrolledWindow for TerminalScreen and add an
overlay-scrolling preference (gxo#apps/xfce4-terminal#149)
* Support the new Shortcuts editor widget
(requires libxfce4ui 4.17.2 or greater)
* New preference: Select right click action
* Improved `scrolling-on-output` behaviour.
* Unsafe Paste Dialog temporary override (gxo#apps/xfce4-terminal#106)
* Fix regression: File Menu missing `Close Window` entry
* Fix regression: Disable Help shortcut does not work
* Fix regression: go-to accelerators not working on startup
* Fix regression: Revert accelerator paths to maintain backwards
compatibility
* Use the latest .glade file structure
* Change incorrect reference to ${XDG_CONFIG_DIRS} in man page
(gxo#apps/xfce4-terminal#47)
* Change outdated documentation links
* Use XfceTitledDialog for `Find` (gxo#apps/xfce4-terminal#168)
* Include '\r' in unsafe-paste checks
* Update tab accelerators at runtime
* Consume events that activate accelerator callbacks
(gxo#apps/xfce4-terminal#159, gxo#apps/xfce4-terminal#153)
* Center on the active terminal window.
* Change handling of goto-tab accelerators so they can be changed
through the editor.
* Menubar changes size when the window is maximized
(gxo#apps/xfce4-terminal#156)
* Context Menu: Revert changes in order and contents introduced by
the transition to XfceGtkActionEntries
* Add "Show Window Borders" entry in View menu (it was missing
in the last 2 dev releases)
* Revert view menu order (Zoom entries below checkboxes)
* Fix the visibility flag of the scrollbar
(gxo#apps/xfce4-terminal#161, could lead to broken themes)
* Replace GTimeVal with gint64
* Fix build warnings
* Update Copyright
* Translation Updates
-------------------------------------------------------------------
Wed Dec 23 16:29:44 UTC 2020 - Marcel Kuehlhorn <tux93@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package xfce4-terminal
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2012 Guido Berhoerster.
#
# All modifications and additions to the file contributed by third parties
@ -19,13 +19,13 @@
%bcond_with git
Name: xfce4-terminal
Version: 0.8.10
Version: 1.0.0
Release: 0
Summary: Terminal Emulator for the Xfce Desktop Environment
License: GPL-2.0-or-later
Group: System/X11/Terminals
URL: https://docs.xfce.org/apps/terminal/start
Source0: https://archive.xfce.org/src/apps/xfce4-terminal/0.8/%{name}-%{version}.tar.bz2
Source0: https://archive.xfce.org/src/apps/xfce4-terminal/1.0/%{name}-%{version}.tar.bz2
BuildRequires: intltool
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
@ -34,9 +34,9 @@ BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20.8
BuildRequires: pkgconfig(libpcre2-8)
BuildRequires: pkgconfig(libxfce4ui-2) >= 4.14
BuildRequires: pkgconfig(libxfconf-0) >= 4.14
BuildRequires: pkgconfig(vte-2.91)
BuildRequires: pkgconfig(libxfce4ui-2) >= 4.16
BuildRequires: pkgconfig(libxfconf-0) >= 4.16
BuildRequires: pkgconfig(vte-2.91) >= 0.51.3
Recommends: %{name}-lang
%description