diff --git a/_service b/_service index 73ee86a..7eb21a3 100644 --- a/_service +++ b/_service @@ -1,17 +1,17 @@ - + https://gitlab.gnome.org/GNOME/gnome-terminal.git git @PARENT_TAG@ enable - refs/tags/3.44.1 + refs/tags/3.46.1 *.tar xz - + diff --git a/_servicedata b/_servicedata index 00f601d..6142f8e 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://gitlab.gnome.org/GNOME/gnome-terminal.git - 8209fbeec17c835cb99708bcaf956b75b69cd7b3 \ No newline at end of file + b6837700d03f32d849baaeea6e30e6c10eaacd10 \ No newline at end of file diff --git a/gnome-terminal-3.44.1.obscpio b/gnome-terminal-3.44.1.obscpio deleted file mode 100644 index 79d96ac..0000000 --- a/gnome-terminal-3.44.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ee58433af609226935061e450b3f23a1f873926a075803830799fd727552791 -size 13563917 diff --git a/gnome-terminal-3.46.1.obscpio b/gnome-terminal-3.46.1.obscpio new file mode 100644 index 0000000..d811b36 --- /dev/null +++ b/gnome-terminal-3.46.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9cf417378a0928c37db09b0ab543c3fd2aab45702806abe0aadde9ec9badb4 +size 13886477 diff --git a/gnome-terminal.changes b/gnome-terminal.changes index fbfc82d..cd0a811 100644 --- a/gnome-terminal.changes +++ b/gnome-terminal.changes @@ -1,3 +1,55 @@ +------------------------------------------------------------------- +Sat Sep 17 00:00:27 UTC 2022 - bjorn.lie@gmail.com + +- Update to version 3.46.1: + * prefs: + - Make preferences dialogue OOP + - Change default value + * build: Update README + * po: Mark bogus translated string as fuzzy + * prefs: Try to improve translator hint comment + * Updated translations. + +------------------------------------------------------------------- +Wed Sep 07 21:13:21 UTC 2022 - bjorn.lie@gmail.com + +- Update to version 3.45.99: + * all: + - ODR fix + - Replace %m with using g_strerror() in printf calls + * build: + - Assert sanity + - Build fix for netbsd + - Fix nautilus extension install directory + - Remove erroneous volatile + - Update nautilus extension build req + + nautilus: Don't include gdk headers in the nautilus extension + + profile: Use the correct schema source to lookup schemas + + Updated translations. +- Replace pkgconfig(libnautilus-extension) with + pkgconfig(libnautilus-extension-4) BuildRequires, following + upstream changes/port. + +------------------------------------------------------------------- +Tue Aug 09 16:53:49 UTC 2022 - bjorn.lie@gmail.com + +- Update to version 3.45.90: + + all: Insert text as paste + + build: + - Improve libc feature extension defines + - Move version defines from config.h to meson cpp_args + + client: Filter out other terminal's environment variables + + nautilus: Do not use deprecated symbols + + profile: + - editor: + . Remove unknown charsets from the builtin list + . Skip unknown charsets + + regex: Revert sed accident + + Revert "screen: Use clean env when creating new tab" + + screen: Use same match cursor as vte hyperlink cursor. + + util: Show timestamps in the local timezone + + Updated translations. + ------------------------------------------------------------------- Mon May 30 12:01:19 UTC 2022 - dimstar@opensuse.org diff --git a/gnome-terminal.obsinfo b/gnome-terminal.obsinfo index e2edb93..3440f9c 100644 --- a/gnome-terminal.obsinfo +++ b/gnome-terminal.obsinfo @@ -1,4 +1,4 @@ name: gnome-terminal -version: 3.44.1 -mtime: 1653670556 -commit: 8209fbeec17c835cb99708bcaf956b75b69cd7b3 +version: 3.46.1 +mtime: 1663257211 +commit: b6837700d03f32d849baaeea6e30e6c10eaacd10 diff --git a/gnome-terminal.spec b/gnome-terminal.spec index 6db102b..30e1257 100644 --- a/gnome-terminal.spec +++ b/gnome-terminal.spec @@ -16,9 +16,9 @@ # -%bcond_without nautilus_extension +%bcond_without nautilus_extension Name: gnome-terminal -Version: 3.44.1 +Version: 3.46.1 Release: 0 Summary: GNOME Terminal License: GPL-3.0-or-later AND LGPL-2.1-or-later @@ -44,7 +44,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.50 BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 0.1.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.18 %if %{with nautilus_extension} -BuildRequires: pkgconfig(libnautilus-extension) >= 3.28.0 +BuildRequires: pkgconfig(libnautilus-extension-4) %endif BuildRequires: pkgconfig(libpcre2-8) >= 10.00 BuildRequires: pkgconfig(uuid) @@ -60,6 +60,7 @@ Summary: GNOME Terminal -- Search Provider for GNOME Shell Group: System/X11/Terminals Requires: %{name} = %{version} Supplements: (gnome-shell and %{name}) +BuildArch: noarch %description -n gnome-shell-search-provider-gnome-terminal This package contains a search provider to enable GNOME Shell to get @@ -114,6 +115,7 @@ rm %{buildroot}/usr/share/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml %{_mandir}/man1/gnome-terminal.1%{?ext_man} %dir %{_libdir}/gnome-terminal %{_libdir}/gnome-terminal/gschemas.compiled +%{_libdir}/gnome-terminal/gnome-terminal-preferences %files -n gnome-shell-search-provider-gnome-terminal %dir %{_datadir}/gnome-shell @@ -122,7 +124,7 @@ rm %{buildroot}/usr/share/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml %if %{with nautilus_extension} %files -n nautilus-extension-terminal -%{_libdir}/nautilus/extensions-3.0/libterminal-nautilus.so +%{_libdir}/nautilus/extensions-4/libterminal-nautilus.so %{_datadir}/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml %endif