Compare commits

...
Sign in to create a new pull request.

14 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
Jan Grulich
9923e7d419 Update to 0.83.91 2026-03-03 11:01:27 +01:00
Jan Grulich
d000632996 Packit: drop upstream_project_url and rely on release-monitoring only 2026-03-02 09:57:11 +01:00
Jan Grulich
282f22b791 Packit: drop fast_forward_merge_into as current stable branches diverge 2026-02-25 12:57:57 +01:00
Jan Grulich
e772ad825f Onboard to Packit for stable Fedora branches 2026-02-24 08:36:09 +01:00
Jan Horak
6807a69cfc Update to 0.83.90 2026-02-03 15:28:47 +01:00
Jan Horak
b48d579b6e Update to 0.82.3 2026-01-19 20:29:13 +01:00
Fedora Release Engineering
ba10e7b8e5 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 20:04:39 +00:00
4 changed files with 56 additions and 3 deletions

40
.packit.yaml Normal file
View file

@ -0,0 +1,40 @@
# Minimal Packit Configuration for GNOME Packages
# Copy this to your dist-git repository as .packit.yaml
#
# Prerequisites:
# - Package is monitored by release-monitoring.org
# - Monitoring status set to "Monitoring" in dist-git
jobs:
# Automated updates for stable branches
- job: pull_from_upstream
trigger: release
dist_git_branches:
- fedora-stable
# ========================================================================
# VERSIONING: Choose ONE option based on your package's versioning scheme
# ========================================================================
# OPTION A: Major version only - allows minor and patch updates
# For 2-digit: 50.0 -> 50.1 ✅, 50.x -> 51.0 ❌
# For 3-digit: 1.2.3 -> 1.3.0 ✅, 1.x.x -> 2.0.0 ❌
# Use for: GNOME apps/libs with 2-digit versions, or libraries following semver
# version_update_mask: '^\d+\.'
# OPTION B: Major.minor version - patch updates only
# Examples: 1.2.3 -> 1.2.4 ✅, 1.2.x -> 1.3.0 ❌
# Use for: Libraries with ABI concerns, even/odd development scheme
version_update_mask: '^\d+\.\d+\.'
# Build in Koji after merge
- job: koji_build
trigger: commit
dist_git_branches:
- fedora-stable
# Submit Bodhi update
- job: bodhi_update
trigger: commit
dist_git_branches:
- fedora-stable

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

@ -1 +1 @@
SHA512 (vte-0.82.2.tar.xz) = 73e90beec2672c04476d6673eeac448860faaa00e507f71f6c36122b38bbb5857b2d0b876a928254348ef0f006f5a091e0f09179d23d74d1e05bdbba28c65f74
SHA512 (vte-0.84.1.tar.xz) = 34ac77e712b12b62518a09122ce36c816e4c14a53b01be55f233c8749dd234b6b60a9ab47730e34be44fef1994364002a5f31a0af937e95ed1804752a8dd645e

View file

@ -19,7 +19,7 @@
%endif
Name: vte291
Version: 0.82.2
Version: 0.84.1
Release: %autorelease
Summary: GTK terminal emulator library
@ -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.82/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}