Accepting request 1109831 from GNOME:Next

Pushing GNOME 45.rc packages

OBS-URL: https://build.opensuse.org/request/show/1109831
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-terminal?expand=0&rev=274
This commit is contained in:
Dominique Leuenberger 2023-09-12 08:21:04 +00:00 committed by Git OBS Bridge
parent 6b84e88120
commit c4cb206800
7 changed files with 41 additions and 12 deletions

View File

@ -5,7 +5,7 @@
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="revision">refs/tags/3.48.2</param>
<param name="revision">refs/tags/3.49.99</param>
</service>
<service name="tar" mode="buildtime" />
<service name="recompress" mode="buildtime">

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gitlab.gnome.org/GNOME/gnome-terminal.git</param>
<param name="changesrevision">34572eea23a99f1572808d7d2b42af4c8b8b396c</param></service></servicedata>
<param name="changesrevision">cb9bac0f7a7981adb5613bfc44ab458920917e0b</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Sun Sep 03 12:52:50 UTC 2023 - bjorn.lie@gmail.com
- Update to version 3.49.99:
* search: Mark search provider as no autostart
* Revert "screen: Use clean env when creating new tab"
* Updated translations.
-------------------------------------------------------------------
Tue Aug 29 06:46:00 UTC 2023 - bjorn.lie@gmail.com
- Update to version 3.49.92:
+ build:
- Bump vte req version
- More detailed version info
+ debug: Move debug print to right branch
+ docs: Document new color schemes
+ help: Add help translation for TR locale
+ prefs: Update theme variant names
+ server:
- Add theme style support
- Block pk-gtk module
- More env var sanitisation
+ util: Also check /usr/etc for xdg-terminal-exec configuration
+ window: Add a11y labels to the headerbar buttons
+ Updated translations.
- Add pkgconfig(libhandy-1) BuildRequires: New dependency.
-------------------------------------------------------------------
Sun Aug 06 16:03:51 UTC 2023 - bjorn.lie@gmail.com

View File

@ -1,4 +1,4 @@
name: gnome-terminal
version: 3.48.2
mtime: 1687254723
commit: 34572eea23a99f1572808d7d2b42af4c8b8b396c
version: 3.49.99
mtime: 1693172884
commit: cb9bac0f7a7981adb5613bfc44ab458920917e0b

View File

@ -18,7 +18,7 @@
%bcond_without nautilus_extension
Name: gnome-terminal
Version: 3.48.2
Version: 3.49.99
Release: 0
Summary: GNOME Terminal
License: GPL-3.0-or-later AND LGPL-2.1-or-later
@ -35,16 +35,17 @@ BuildRequires: gcc-c++
# we have to take this up with upstream, or just provide search
# provider interface definition file as source.
BuildRequires: gnome-shell
BuildRequires: meson
BuildRequires: meson >= 0.62.0
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: yelp-tools
BuildRequires: pkgconfig(dconf) >= 0.14.0
BuildRequires: pkgconfig(gio-2.0) >= 2.34.0
BuildRequires: pkgconfig(gio-2.0) >= 2.52.0
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.50
BuildRequires: pkgconfig(glib-2.0) >= 2.52
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 0.1.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.18
BuildRequires: pkgconfig(libhandy-1)
%if %{with nautilus_extension}
BuildRequires: pkgconfig(libnautilus-extension-4)
%endif