diff --git a/gnome-terminal-3.24.2.tar.xz b/gnome-terminal-3.24.2.tar.xz deleted file mode 100644 index 5593aca..0000000 --- a/gnome-terminal-3.24.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:281edac30a07ca45beaaaf0a13fe2219cf8b87ece5e55dccbfc49ef769dfec0f -size 1960952 diff --git a/gnome-terminal-3.25.1.tar.xz b/gnome-terminal-3.25.1.tar.xz new file mode 100644 index 0000000..898bb98 --- /dev/null +++ b/gnome-terminal-3.25.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec89018941157417096a2b0e7598b9b4235cdf193821ae3349b2cba68bf18cf +size 1963160 diff --git a/gnome-terminal.changes b/gnome-terminal.changes index 56de194..218d031 100644 --- a/gnome-terminal.changes +++ b/gnome-terminal.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu May 18 22:02:31 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.25.1: + + Add support for OSC 8 hyperlinks (HTML-like anchors). + + util: Refuse to open file://some-other-host/path/to/file URIs. + + regex: Allow balanced pairs of parentheses in URLs. + + Fix a typo in comments. + + Updated translations. + ------------------------------------------------------------------- Wed May 10 14:34:17 UTC 2017 - zaitor@opensuse.org diff --git a/gnome-terminal.spec b/gnome-terminal.spec index d6e8b90..ac283c1 100644 --- a/gnome-terminal.spec +++ b/gnome-terminal.spec @@ -17,13 +17,13 @@ Name: gnome-terminal -Version: 3.24.2 +Version: 3.25.1 Release: 0 Summary: GNOME Terminal License: GPL-3.0+ and LGPL-2.1+ Group: System/X11/Terminals Url: http://www.gnome.org -Source: http://download.gnome.org/sources/gnome-terminal/3.24/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-terminal/3.25/%{name}-%{version}.tar.xz BuildRequires: fdupes # Needed for search provider. It should not be needed in my opionion, we have to take this up with upstream, or just provide search provider interface definition file as source. BuildRequires: gnome-shell @@ -45,7 +45,7 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.8 BuildRequires: pkgconfig(libnautilus-extension) >= 3.0.0 BuildRequires: pkgconfig(libpcre2-8) >= 10.00 BuildRequires: pkgconfig(uuid) -BuildRequires: pkgconfig(vte-2.91) >= 0.48.2 +BuildRequires: pkgconfig(vte-2.91) >= 0.49.1 BuildRequires: pkgconfig(x11) Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build