Compare commits

..

1 commit

Author SHA1 Message Date
Milan Crha
8f5d021402 Update to 50.0 2026-03-16 12:08:23 +01:00
2 changed files with 5 additions and 16 deletions

View file

@ -1,13 +0,0 @@
# Enable/disable monitoring
monitoring = true
# Enable/disable filling bugzilla ticket for new release
# When disabled it will also disable scratch builds
bugzilla = false
# Enable/disable reporting only stable versions
# Stable versions are recognized based on release-monitoring.org project settings
stable_only = true
# Enable/disable reporting all new versions instead of the latest one
# Enabling this will disable scratch builds
all_versions = true
# Enable/disable scratch build for newly opened version
scratch_build = false

View file

@ -11,9 +11,11 @@ Summary: Modern video player built using GTK4
License: GPL-3.0-or-later
URL: https://apps.gnome.org/Showtime/
Source0: https://download.gnome.org/sources/%{name}/%{gnome_major_version}/%{name}-%{gnome_tarball_version}.tar.xz
%gnome_check_version
%global tarball_version %%(echo %{version} | tr '~' '.')
%global major_version %(cut -d "." -f 1 <<<%{tarball_version})
Source0: https://download.gnome.org/sources/%{name}/%{major_version}/%{name}-%{tarball_version}.tar.xz
BuildArch: noarch
@ -50,7 +52,7 @@ language and subtitle tracks, and screenshots — everything you
need for a straightforward viewing experience.
%prep
%autosetup -p1 -n %{name}-%{gnome_tarball_version}
%autosetup -p1 -n %{name}-%{tarball_version}
%build
%meson