Compare commits

..

6 commits

Author SHA1 Message Date
Jaroslav Škarvada
6014272465 Rebuilt for new graphviz 2026-08-19 12:07:23 +02:00
Fedora Release Engineering
19c5133871 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:21:05 +00:00
Milan Crha
8575ab5ef6 Use a gnome-srpm-macros macro
[skip changelog]
2026-07-03 11:16:03 +02:00
Milan Crha
2106b5020a Update to 0.56.19 2026-03-31 10:54:13 +02:00
Milan Crha
01d915c750 Convert to %autorelease and %autochangelog
[skip changelog]
2026-03-26 12:05:00 +01:00
Jan Grulich
a8fe60ed9a Add configuration for release-monitoring 2026-03-25 14:31:53 +01:00
2 changed files with 14 additions and 1 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

@ -9,7 +9,7 @@ Summary: A modern programming language for GNOME
# Most files are LGPLv2.1+, curses.vapi is 2-clause BSD
License: LGPL-2.1-or-later AND BSD-2-Clause
URL: https://wiki.gnome.org/Projects/Vala
Source0: https://download.gnome.org/sources/%{name}/0.56/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/%{name}/%{gnome_major_minor_version}/%{name}-%{version}.tar.xz
# warn instead of erroring out on unknown XML
# needed to build libadwaita on c10s and jhbuild but somehow not on f42
Patch0: https://gitlab.gnome.org/GNOME/vala/-/merge_requests/423.patch#/%{name}-warn-on-unknown-xml.patch