diff --git a/gnome-terminal-3.40.3.tar.xz b/gnome-terminal-3.40.3.tar.xz deleted file mode 100644 index f40ae30..0000000 --- a/gnome-terminal-3.40.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbe9aa3f948116fa3b521754fceb43173ab844cb0ac81145e05d0cab0f8b1a22 -size 2609060 diff --git a/gnome-terminal-3.42.0.tar.xz b/gnome-terminal-3.42.0.tar.xz new file mode 100644 index 0000000..388c9db --- /dev/null +++ b/gnome-terminal-3.42.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b50e9e5664230e6ca290bcf38812a5b65e0baac66a486ee210894cf675f72e0b +size 1806220 diff --git a/gnome-terminal.changes b/gnome-terminal.changes index 3f8b9dc..822c97c 100644 --- a/gnome-terminal.changes +++ b/gnome-terminal.changes @@ -1,9 +1,36 @@ +------------------------------------------------------------------- +Wed Sep 22 18:38:21 UTC 2021 - Bjørn Lie + +- Update to version 3.42.0: + + metainfo: Remove XML namespaces + + window: Add close button to info bar + + Revert "screen: Use clean env when creating new tab" + + Updated translations. +- Changes from version 3.41.90: + + app: Remove stray semicolon + + metainfo: Add keyboard/pointer recommends + + client: Add more env vars not to forward + + Updated translations. + ------------------------------------------------------------------- Thu Sep 16 01:43:40 UTC 2021 - Stanislav Brabec - Remove obsolete translation-update-upstream support (jsc#SLE-21105). +------------------------------------------------------------------- +Tue Aug 24 07:09:56 UTC 2021 - Dominique Leuenberger + +- Update to version 3.41.0: + + Port to meson build system. + + nautilus: Fix extension library name. + + settings: Fix crash when loading the reference schema source + fails. + + Updated translations. +- Add meson and gcc-c++ BuildRequires: new dependencies. +- Replace configure/make/make_install macros with + meson/meson_build/meson_install. + ------------------------------------------------------------------- Fri Jul 9 09:08:05 UTC 2021 - Bjørn Lie diff --git a/gnome-terminal.spec b/gnome-terminal.spec index 72ae58e..f84fc5c 100644 --- a/gnome-terminal.spec +++ b/gnome-terminal.spec @@ -17,20 +17,22 @@ Name: gnome-terminal -Version: 3.40.3 +Version: 3.42.0 Release: 0 Summary: GNOME Terminal License: GPL-3.0-or-later AND LGPL-2.1-or-later Group: System/X11/Terminals URL: https://wiki.gnome.org/Apps/Terminal -Source0: https://download.gnome.org/sources/gnome-terminal/3.40/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-terminal/3.42/%{name}-%{version}.tar.xz BuildRequires: fdupes # Needed for search provider. It should not be needed in my opinion, # we have to take this up with upstream, or just provide search # provider interface definition file as source. BuildRequires: docbook-xsl-stylesheets +BuildRequires: gcc-c++ BuildRequires: gnome-shell +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: yelp-tools @@ -43,7 +45,7 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.18 BuildRequires: pkgconfig(libnautilus-extension) >= 3.28.0 BuildRequires: pkgconfig(libpcre2-8) >= 10.00 BuildRequires: pkgconfig(uuid) -BuildRequires: pkgconfig(vte-2.91) >= 0.62.0 +BuildRequires: pkgconfig(vte-2.91) >= 0.66.0 BuildRequires: pkgconfig(x11) Requires(pre): filesystem @@ -78,27 +80,22 @@ arbitrary folders. %autosetup -p1 %build -%configure \ - --disable-static \ - --with-gtk=3.0 \ - --with-nautilus-extension \ - %{nil} -%make_build +%meson +%meson_build %install -%make_install +%meson_install -find %{buildroot} -type f -name "*.la" -delete -print %find_lang %{name} %{?no_lang_C} %fdupes %{buildroot}%{_datadir} %files %license COPYING -%doc AUTHORS ChangeLog NEWS +%doc AUTHORS ChangeLog %doc %{_datadir}/help/C/%{name}/ %{_bindir}/gnome-terminal %dir %{_datadir}/metainfo -%{_datadir}/metainfo/org.gnome.Terminal.appdata.xml +%{_datadir}/metainfo/org.gnome.Terminal.metainfo.xml %{_datadir}/applications/org.gnome.Terminal.desktop %{_libexecdir}/gnome-terminal-server %{_datadir}/dbus-1/services/org.gnome.Terminal.service