Accepting request 1073080 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/1073080 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-terminal?expand=0&rev=268
This commit is contained in:
parent
a6bb36b907
commit
b2480dc235
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.8</param>
|
||||
<param name="revision">refs/tags/3.48.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">c383030cfb4012c5657494842880e7eb4c2820cf</param></service></servicedata>
|
||||
<param name="changesrevision">61eb2ac110bac5c86a1250de7cfb8d2ae8da47a0</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe18eb80a48c0a85ea67e6b12a59debbab947a34a2f72ba325e36835ac3a3a0b
|
||||
size 13991949
|
3
gnome-terminal-3.48.0.obscpio
Normal file
3
gnome-terminal-3.48.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8b8e25d7f87209ff20db618a7b0255fbf5523b7d14daaf1b3b91bdb90bbe2e6
|
||||
size 14135309
|
@ -1,3 +1,98 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 20 09:41:27 UTC 2023 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.48.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 06 17:04:26 UTC 2023 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.47.99:
|
||||
+ util: Also check /usr/etc for xdg-terminal-exec configuration
|
||||
+ docs: Document new color schemes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 26 15:31:23 UTC 2023 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.47.92:
|
||||
+ all:
|
||||
- Implement xdg-terminal-exec support
|
||||
- Make env filtering uniform
|
||||
- ODR fix
|
||||
- Replace %m with using g_strerror() in printf calls
|
||||
+ build:
|
||||
- Add define for openbsd
|
||||
- Add install tags
|
||||
- Assert sanity
|
||||
- Build fix for netbsd
|
||||
- Fix libc feature defines
|
||||
- Fix nautilus extension install directory
|
||||
- More detailed version info
|
||||
- Output warning on unstable release
|
||||
- Remove erroneous volatile
|
||||
- Remove unnecessary meson version check
|
||||
- Update meson req version
|
||||
- Update nautilus extension build req
|
||||
- Update README
|
||||
- Use built-in mandir option
|
||||
- Use non-deprecated API
|
||||
- Validate all desktop files
|
||||
- Validate metainfo files
|
||||
+ client:
|
||||
- Improve env var filters
|
||||
- legacy: Drop debug messages
|
||||
- legacy: Fix typo assigning XDG_ACTIVATION_TOKEN
|
||||
- More env vars to filter
|
||||
- Transport XDG_ACTIVATION_TOKEN to the server
|
||||
- Use verified schema
|
||||
- utils: Fix unused function warning on non-debug build
|
||||
+ desktop:
|
||||
- Use Preferences icon
|
||||
- Use standard key
|
||||
+ docs:
|
||||
- Fix some typos in README
|
||||
- Fix some wrong info in README
|
||||
+ icons: Add separate icons for Preferences
|
||||
+ l10n: Remove mjw from LINGUAS
|
||||
+ metainfo:
|
||||
- Add launchable info
|
||||
- Fix broken metainfo translations
|
||||
- Pass validation
|
||||
+ nautilus:
|
||||
- Don't include gdk headers in the nautilus extension
|
||||
- Fix build
|
||||
- Fix macro redefinition warning
|
||||
- Try to fix the build with nautilus 43
|
||||
+ po: Mark bogus translated string as fuzzy
|
||||
+ prefs:
|
||||
- Add NoDisplay desktop file for the prefs binary
|
||||
- Fix default terminal check
|
||||
- Fix serialisation format
|
||||
- Fix standalone launch of g-t-preferences
|
||||
- Hold application while the prefs are shown
|
||||
- Make preferences dialogue OOP
|
||||
- Move prefs binary to libexecdir
|
||||
- Reduce default bus timeout
|
||||
- Sink a floating variant
|
||||
- Try to improve translator hint comment
|
||||
- Use autocleanup more
|
||||
- Use default timeout when debugging
|
||||
- Use different wm class
|
||||
- Use new icon
|
||||
+ profile:
|
||||
- Use correct schema source for the profiles list schema
|
||||
- Use the correct schema source to lookup schemas
|
||||
+ Revert "screen: Use clean env when creating new tab"
|
||||
+ screen:
|
||||
- Add some missing casts
|
||||
- Use correct environment filter
|
||||
+ settings:
|
||||
- Consolidate settings related code into one source file
|
||||
- Import some backend specific code from glib
|
||||
- Remove direct dconf dependency
|
||||
+ util: Fix interpretation of TryExec desktop entry key
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 11:09:43 UTC 2023 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-terminal
|
||||
version: 3.46.8
|
||||
mtime: 1675456776
|
||||
commit: c383030cfb4012c5657494842880e7eb4c2820cf
|
||||
version: 3.48.0
|
||||
mtime: 1678984320
|
||||
commit: 61eb2ac110bac5c86a1250de7cfb8d2ae8da47a0
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_without nautilus_extension
|
||||
Name: gnome-terminal
|
||||
Version: 3.46.8
|
||||
Version: 3.48.0
|
||||
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