Accepting request 980034 from GNOME:Factory
GNOME 42.2 (forwarded request 979898 from dimstar) OBS-URL: https://build.opensuse.org/request/show/980034 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-terminal?expand=0&rev=143
This commit is contained in:
commit
bb6176bcda
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.44.0</param>
|
||||
<param name="revision">refs/tags/3.44.1</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">9986dbbef8bb2efa94360000c53dd11dde2853bb</param></service></servicedata>
|
||||
<param name="changesrevision">8209fbeec17c835cb99708bcaf956b75b69cd7b3</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b11984e479466d393849a704bfaa1abb620f28da69b9b07b8a354aff10c67202
|
||||
size 13552141
|
3
gnome-terminal-3.44.1.obscpio
Normal file
3
gnome-terminal-3.44.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ee58433af609226935061e450b3f23a1f873926a075803830799fd727552791
|
||||
size 13563917
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 30 12:01:19 UTC 2022 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.44.1:
|
||||
+ util: Show timestamps in the local timezone.
|
||||
+ screen: Use same match cursor as vte hyperlink cursor.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 27 23:28:44 UTC 2022 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-terminal
|
||||
version: 3.44.0
|
||||
mtime: 1648403918
|
||||
commit: 9986dbbef8bb2efa94360000c53dd11dde2853bb
|
||||
version: 3.44.1
|
||||
mtime: 1653670556
|
||||
commit: 8209fbeec17c835cb99708bcaf956b75b69cd7b3
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_without nautilus_extension
|
||||
Name: gnome-terminal
|
||||
Version: 3.44.0
|
||||
Version: 3.44.1
|
||||
Release: 0
|
||||
Summary: GNOME Terminal
|
||||
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
||||
@ -48,7 +48,7 @@ BuildRequires: pkgconfig(libnautilus-extension) >= 3.28.0
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libpcre2-8) >= 10.00
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
BuildRequires: pkgconfig(vte-2.91) >= 0.66.0
|
||||
BuildRequires: pkgconfig(vte-2.91) >= 0.68.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Requires(pre): filesystem
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user