import gnome-tour-40.1-1.el9

This commit is contained in:
CentOS Sources 2022-04-05 06:43:12 -04:00 committed by Stepan Oksanichenko
parent 2de139236d
commit c5f53b3ae3
4 changed files with 8 additions and 10 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/gnome-tour-40.0.tar.xz
SOURCES/gnome-tour-40.1.tar.xz

View File

@ -1 +1 @@
e85aae1fd8a127871265296237da8eb8ff561431 SOURCES/gnome-tour-40.0.tar.xz
fe3a229ad50f6b5a430afdd4c8a0e46c0bfc177c SOURCES/gnome-tour-40.1.tar.xz

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 19 KiB

View File

@ -7,8 +7,8 @@
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: gnome-tour
Version: 40.0
Release: 4%{?dist}
Version: 40.1
Release: 1%{?dist}
Summary: GNOME Tour and Greeter
# * gnome-tour source code is GPLv3+
@ -19,8 +19,6 @@ Summary: GNOME Tour and Greeter
License: GPLv3+ and CC-BY-SA
URL: https://gitlab.gnome.org/GNOME/gnome-tour
Source0: https://download.gnome.org/sources/gnome-tour/40/gnome-tour-%{tarball_version}.tar.xz
# https://pagure.io/fedora-workstation/issue/175
Source1: welcome-fedora.svg
BuildRequires: meson
BuildRequires: pkgconfig(glib-2.0)
@ -161,9 +159,6 @@ A guided tour and greeter for GNOME.
%prep
%autosetup -p1 -n %{name}-%{tarball_version}
# Install Fedora branding
cp -a %{SOURCE1} data/resources/assets/welcome.svg
%if ! 0%{?bundled_rust_deps}
sed -i -e '/\(build_by_default\|install\)/s/true/false/' src/meson.build
%cargo_prep
@ -211,6 +206,10 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Tour.des
%changelog
* Wed Feb 23 2022 Bilal Elmoussaoui <belmouss@redhat.com> - 41.0-1
- Fix default focus
Related: rhbz#2055735
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688