forked from pool/gnome-terminal
Accepting request 1073220 from GNOME:Factory
New stable release (forwarded request 1073080 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1073220 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-terminal?expand=0&rev=150
This commit is contained in:
commit
e29899f375
2
_service
2
_service
@ -5,7 +5,7 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</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>
|
||||||
<service name="tar" mode="buildtime" />
|
<service name="tar" mode="buildtime" />
|
||||||
<service name="recompress" mode="buildtime">
|
<service name="recompress" mode="buildtime">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-terminal.git</param>
|
<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
|
Tue Feb 14 11:09:43 UTC 2023 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: gnome-terminal
|
name: gnome-terminal
|
||||||
version: 3.46.8
|
version: 3.48.0
|
||||||
mtime: 1675456776
|
mtime: 1678984320
|
||||||
commit: c383030cfb4012c5657494842880e7eb4c2820cf
|
commit: 61eb2ac110bac5c86a1250de7cfb8d2ae8da47a0
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_without nautilus_extension
|
%bcond_without nautilus_extension
|
||||||
Name: gnome-terminal
|
Name: gnome-terminal
|
||||||
Version: 3.46.8
|
Version: 3.48.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME Terminal
|
Summary: GNOME Terminal
|
||||||
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user