From b2480dc235d7620f240ba820b9c06afec074cdcf1cbb5bd4f27315a9dc90dcbd Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 20 Mar 2023 12:49:20 +0000 Subject: [PATCH] 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 --- _service | 2 +- _servicedata | 2 +- gnome-terminal-3.46.8.obscpio | 3 -- gnome-terminal-3.48.0.obscpio | 3 ++ gnome-terminal.changes | 95 +++++++++++++++++++++++++++++++++++ gnome-terminal.obsinfo | 6 +-- gnome-terminal.spec | 2 +- 7 files changed, 104 insertions(+), 9 deletions(-) delete mode 100644 gnome-terminal-3.46.8.obscpio create mode 100644 gnome-terminal-3.48.0.obscpio diff --git a/_service b/_service index cf0daff..6d95ff0 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ git @PARENT_TAG@ enable - refs/tags/3.46.8 + refs/tags/3.48.0 diff --git a/_servicedata b/_servicedata index 89127a5..223cd91 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://gitlab.gnome.org/GNOME/gnome-terminal.git - c383030cfb4012c5657494842880e7eb4c2820cf \ No newline at end of file + 61eb2ac110bac5c86a1250de7cfb8d2ae8da47a0 \ No newline at end of file diff --git a/gnome-terminal-3.46.8.obscpio b/gnome-terminal-3.46.8.obscpio deleted file mode 100644 index f4bc0f6..0000000 --- a/gnome-terminal-3.46.8.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe18eb80a48c0a85ea67e6b12a59debbab947a34a2f72ba325e36835ac3a3a0b -size 13991949 diff --git a/gnome-terminal-3.48.0.obscpio b/gnome-terminal-3.48.0.obscpio new file mode 100644 index 0000000..a3423e3 --- /dev/null +++ b/gnome-terminal-3.48.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b8e25d7f87209ff20db618a7b0255fbf5523b7d14daaf1b3b91bdb90bbe2e6 +size 14135309 diff --git a/gnome-terminal.changes b/gnome-terminal.changes index 4eb844d..c98bdf8 100644 --- a/gnome-terminal.changes +++ b/gnome-terminal.changes @@ -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 diff --git a/gnome-terminal.obsinfo b/gnome-terminal.obsinfo index 99d624e..dc28eae 100644 --- a/gnome-terminal.obsinfo +++ b/gnome-terminal.obsinfo @@ -1,4 +1,4 @@ name: gnome-terminal -version: 3.46.8 -mtime: 1675456776 -commit: c383030cfb4012c5657494842880e7eb4c2820cf +version: 3.48.0 +mtime: 1678984320 +commit: 61eb2ac110bac5c86a1250de7cfb8d2ae8da47a0 diff --git a/gnome-terminal.spec b/gnome-terminal.spec index 47822c9..7b87624 100644 --- a/gnome-terminal.spec +++ b/gnome-terminal.spec @@ -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