Update to 40.beta
This commit is contained in:
parent
9853f69fa4
commit
9b4eceaf31
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/gnome-tour-3.37.91.tar.xz
|
||||
/gnome-tour-3.37.92.tar.xz
|
||||
/gnome-tour-3.38.0.tar.xz
|
||||
/gnome-tour-40.beta.tar.xz
|
||||
|
@ -4,9 +4,11 @@
|
||||
# required rust libraries
|
||||
%global bundled_rust_deps 1
|
||||
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: gnome-tour
|
||||
Version: 3.38.0
|
||||
Release: 3%{?dist}
|
||||
Version: 40~beta
|
||||
Release: 1%{?dist}
|
||||
Summary: GNOME Tour and Greeter
|
||||
|
||||
# * gnome-tour source code is GPLv3+
|
||||
@ -16,7 +18,7 @@ Summary: GNOME Tour and Greeter
|
||||
# gnome-tour source code results in effective GPLv3+ for the resulting binary
|
||||
License: GPLv3+ and CC-BY-SA
|
||||
URL: https://gitlab.gnome.org/GNOME/gnome-tour
|
||||
Source0: https://download.gnome.org/sources/gnome-tour/3.38/gnome-tour-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-tour/40/gnome-tour-%{tarball_version}.tar.xz
|
||||
# https://pagure.io/fedora-workstation/issue/175
|
||||
Source1: fedora-initial-intro.webm
|
||||
|
||||
@ -144,7 +146,7 @@ A guided tour and greeter for GNOME.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup -p1 -n %{name}-%{tarball_version}
|
||||
|
||||
%if ! 0%{?bundled_rust_deps}
|
||||
sed -i -e '/\(build_by_default\|install\)/s/true/false/' src/meson.build
|
||||
@ -198,6 +200,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Tour.des
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 17 2021 Kalev Lember <klember@redhat.com> - 40~beta-1
|
||||
- Update to 40.beta
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.38.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (fedora-initial-intro.webm) = bd066772bb57b352e230f23644c7ce57ba2e0c18b336c0e7495fbf208d7be93bed38db9c0fb5358bb85abacd648ac71ecba98175cb4454f715933db9288c92e1
|
||||
SHA512 (gnome-tour-3.38.0.tar.xz) = 496298c19b2f9585afcc20b66b943c03eeb03f802e94219ea1405126a36c18d0a7576eb49017ca8f26f5aef8bfe18fc56649cfff8a02a859ac253e5735f6bb97
|
||||
SHA512 (gnome-tour-40.beta.tar.xz) = aecb41a3f101371e69e84f2acf5ca5d4877ec2ce55dc0a772e5d09c664264ee7858c2a0803386d544e5263c5b26f7898dc955ebd087a2d594b3bc3cdee35cb73
|
||||
|
Loading…
Reference in New Issue
Block a user