Accepting request 921097 from GNOME:Next

- 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.

- 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.

OBS-URL: https://build.opensuse.org/request/show/921097
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-terminal?expand=0&rev=245
This commit is contained in:
Dominique Leuenberger 2021-09-27 06:26:39 +00:00 committed by Git OBS Bridge
parent 7f7b2f99d6
commit 8e78d9c69b
4 changed files with 40 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cbe9aa3f948116fa3b521754fceb43173ab844cb0ac81145e05d0cab0f8b1a22
size 2609060

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b50e9e5664230e6ca290bcf38812a5b65e0baac66a486ee210894cf675f72e0b
size 1806220

View File

@ -1,9 +1,36 @@
-------------------------------------------------------------------
Wed Sep 22 18:38:21 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <sbrabec@suse.com>
- Remove obsolete translation-update-upstream support
(jsc#SLE-21105).
-------------------------------------------------------------------
Tue Aug 24 07:09:56 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <bjorn.lie@gmail.com>

View File

@ -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