update to 42.0

This commit is contained in:
zhang__3125 2022-07-14 10:30:55 +08:00
parent 84e0bb3bb6
commit e26022218a
2 changed files with 6 additions and 5 deletions

BIN
gnome-console-42.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,12 +1,10 @@
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: gnome-console
Version: 42~beta
Version: 42.0
Release: 1
Summary: Simple user-friendly terminal emulator for the GNOME desktop
License: GPLv3+
URL: https://gitlab.gnome.org/GNOME/console
Source: https://download.gnome.org/sources/gnome-console/42/gnome-console-%{tarball_version}.tar.xz
Source: https://download.gnome.org/sources/gnome-console/42/gnome-console-%{version}.tar.xz
Patch0: 0001-Enable-Ctrl-PgUp-PgDn-to-switch-tabs-if-there-are-mu.patch
@ -36,7 +34,7 @@ Supplements: (nautilus and %{name})
%{summary}.
%prep
%autosetup -p1 -n %{name}-%{tarball_version}
%autosetup -p1 -n %{name}-%{version}
sed -i -r -e '/(werror=|glib_compile_schemas|gtk_update_icon_cache|update_desktop_database)/s/true/false/' meson.build
%build
@ -64,5 +62,8 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Console.des
%{_libdir}/nautilus/extensions-3.0/libkgx-nautilus.so
%changelog
* Mon Jul 11 2022 lin zhang <lin.zhang@turbolinux.com.cn> 42.0-1
- Update to 42.0
* Fri Apr 15 2022 lin zhang <lin.zhang@turbolinux.com.cn> 42~beta-1
- Initial Packaging