Accepting request 1065739 from GNOME:Factory
- Update to version 3.46.8: * all: Make env filtering uniform * build: Use built-in mandir option * client: - legacy: Drop debug messages - Transport XDG_ACTIVATION_TOKEN to the server * metainfo: Add launchable info * prefs: Fix default terminal check * screen: Use correct environment filter * Updated translations. (forwarded request 1065726 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1065739 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-terminal?expand=0&rev=149
This commit is contained in:
commit
7d598e4d7a
2
_service
2
_service
@ -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.46.7</param>
|
||||
<param name="revision">refs/tags/3.46.8</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">816edf80cd7bf7f253366099ea9fcaf361676139</param></service></servicedata>
|
||||
<param name="changesrevision">c383030cfb4012c5657494842880e7eb4c2820cf</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d23c86f0334ea57a0baf9b14a1a13669cdd0237f2fa9145cafca825cf850918f
|
||||
size 13934605
|
3
gnome-terminal-3.46.8.obscpio
Normal file
3
gnome-terminal-3.46.8.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe18eb80a48c0a85ea67e6b12a59debbab947a34a2f72ba325e36835ac3a3a0b
|
||||
size 13991949
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 11:09:43 UTC 2023 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.46.8:
|
||||
* all: Make env filtering uniform
|
||||
* build: Use built-in mandir option
|
||||
* client:
|
||||
- legacy: Drop debug messages
|
||||
- Transport XDG_ACTIVATION_TOKEN to the server
|
||||
* metainfo: Add launchable info
|
||||
* prefs: Fix default terminal check
|
||||
* screen: Use correct environment filter
|
||||
* Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 05 11:50:19 UTC 2022 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-terminal
|
||||
version: 3.46.7
|
||||
mtime: 1670015214
|
||||
commit: 816edf80cd7bf7f253366099ea9fcaf361676139
|
||||
version: 3.46.8
|
||||
mtime: 1675456776
|
||||
commit: c383030cfb4012c5657494842880e7eb4c2820cf
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-terminal
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 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.46.7
|
||||
Version: 3.46.8
|
||||
Release: 0
|
||||
Summary: GNOME Terminal
|
||||
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user