diff --git a/monitoring.toml b/monitoring.toml deleted file mode 100644 index 0ad7b11..0000000 --- a/monitoring.toml +++ /dev/null @@ -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 diff --git a/vala.spec b/vala.spec index a0ff841..915fa9b 100644 --- a/vala.spec +++ b/vala.spec @@ -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}/%{gnome_major_minor_version}/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/0.56/%{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