Accepting request 1159253 from GNOME:Next
GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1159253 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-terminal?expand=0&rev=280
This commit is contained in:
parent
fa52282fc9
commit
7334accb8c
4
_service
4
_service
@ -4,8 +4,8 @@
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-terminal.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/3.50.1</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
<param name="revision">3.52.0</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime" />
|
||||
<service name="recompress" mode="buildtime">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-terminal.git</param>
|
||||
<param name="changesrevision">5ac3b8e4bd6fa02651b3c23cedb0a7e1cd769655</param></service></servicedata>
|
||||
<param name="changesrevision">204c2432fd2391db2fd35e6bbc46aed65559dde5</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5abdbf2c17d7a8c8fb36f50ffc5d72bbcefed118653ab2512ec95d9f697ccff2
|
||||
size 14359565
|
3
gnome-terminal-3.52.0.obscpio
Normal file
3
gnome-terminal-3.52.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ee5c6c354389b9fd652b0af7088f46f19c6883823fe6423bc26225dd2c20ad9
|
||||
size 14370829
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 07:51:35 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 3.52.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 09:09:30 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 3.51.90:
|
||||
+ schemas: Fix inverted help text for word-char-exceptions.
|
||||
+ settings: Make schema verifier stricter.
|
||||
+ prefs: Add pref to scroll on paste.
|
||||
+ window: Show nicely formatted numbers up to 2^64-1 in the
|
||||
context menu.
|
||||
+ help: Add VTE's new hardcoded shell integration shortcut keys.
|
||||
+ help: Consistently use "Terminal" instead of "GNOME Terminal".
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 21 19:25:53 UTC 2023 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-terminal
|
||||
version: 3.50.1
|
||||
mtime: 1697731530
|
||||
commit: 5ac3b8e4bd6fa02651b3c23cedb0a7e1cd769655
|
||||
version: 3.52.0
|
||||
mtime: 1710537761
|
||||
commit: 09c8b31168460c325ac00820759d6eefdf3957ab
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-terminal
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_without nautilus_extension
|
||||
Name: gnome-terminal
|
||||
Version: 3.50.1
|
||||
Version: 3.52.0
|
||||
Release: 0
|
||||
Summary: GNOME Terminal
|
||||
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
||||
@ -42,16 +42,16 @@ BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(dconf) >= 0.14.0
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.52.0
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.52
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.76.0
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 0.1.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.18
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.7
|
||||
BuildRequires: pkgconfig(libhandy-1)
|
||||
%if %{with nautilus_extension}
|
||||
BuildRequires: pkgconfig(libnautilus-extension-4)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libpcre2-8) >= 10.00
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
BuildRequires: pkgconfig(vte-2.91) >= 0.74.0
|
||||
BuildRequires: pkgconfig(vte-2.91) >= 0.76.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Requires(pre): filesystem
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user