Compare commits

..

7 commits

Author SHA1 Message Date
Jan Grulich
1c4e5b9266 Update to 0.84.1 2026-08-03 10:06:24 +02:00
Fedora Release Engineering
53df76d9fb Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:38:50 +00:00
Milan Crha
b41d430d9c Use a gnome-srpm-macros macro
[skip changelog]
2026-07-03 11:17:38 +02:00
František Zatloukal
c0be57da94 Rebuilt for icu 78.3 2026-06-08 09:53:25 +02:00
Jan Grulich
69346ba770 Add configuration for release-monitoring 2026-03-25 14:31:53 +01:00
Milan Crha
692568d63e Add some helper code to avoid silly human errors
[skip changelog]
2026-03-17 18:24:01 +01:00
Milan Crha
c9c2ccd922 Update to 0.84.0 2026-03-16 12:27:24 +01:00
3 changed files with 14 additions and 4 deletions

View file

@ -1,3 +0,0 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 1.16.2.

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

@ -27,7 +27,7 @@ Summary: GTK terminal emulator library
License: GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND X11 AND CC-BY-4.0
URL: https://wiki.gnome.org/Apps/Terminal/VTE
Source0: https://download.gnome.org/sources/vte/0.84/vte-%{version}.tar.xz
Source0: https://download.gnome.org/sources/vte/%{gnome_major_minor_version}/vte-%{version}.tar.xz
BuildRequires: pkgconfig(fmt) >= %{fmt_version}
BuildRequires: pkgconfig(fribidi) >= %{fribidi_version}