Compare commits

..

7 commits

Author SHA1 Message Date
Fedora Release Engineering
617acc16d3 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 06:30:13 +00:00
Milan Crha
003355983a Rebuild for new gnome-desktop4 2026-06-30 15:10:16 +02:00
Milan Crha
de7c272b9c Switch to gnome-srpm-macros macros
[skip changelog]
2026-06-30 15:09:54 +02:00
Python Maint
a47e15ba5e Rebuilt for Python 3.15 2026-06-04 00:10:50 +02:00
Jan Grulich
a4508bf694 Add configuration for release-monitoring 2026-03-25 14:31:53 +01:00
Milan Crha
df289a5607 Add some helper code to avoid silly human errors
[skip changelog]
2026-03-17 17:59:01 +01:00
Milan Crha
11b0477f3b Update to 50.0 2026-03-16 12:07:44 +01:00
2 changed files with 16 additions and 5 deletions

13
monitoring.toml Normal file
View file

@ -0,0 +1,13 @@
# 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,11 +11,9 @@ 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
%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
%gnome_check_version
BuildArch: noarch
@ -52,7 +50,7 @@ language and subtitle tracks, and screenshots — everything you
need for a straightforward viewing experience.
%prep
%autosetup -p1 -n %{name}-%{tarball_version}
%autosetup -p1 -n %{name}-%{gnome_tarball_version}
%build
%meson