Compare commits

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

11 commits

Author SHA1 Message Date
nmontero
b7316319ef Update to 49.2 2026-08-12 12:07:59 +02:00
David King
16463a79f5 Fix build against recent gtk4 2026-07-24 23:00:03 +01:00
Fedora Release Engineering
0383ea27d4 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 09:34:11 +00:00
Milan Crha
702cc3f7da Switch to gnome-srpm-macros macros
[skip changelog]
2026-07-03 11:23:04 +02:00
Michael Catanzaro
8446d35cde Update to 49.1 2026-05-06 12:11:16 -05:00
Jan Grulich
9c1bab774b Add configuration for release-monitoring 2026-03-25 14:31:53 +01:00
Milan Crha
c039bec76a Update License tag to SPDX
[skip changelog]
2026-03-24 14:03:32 +01:00
Jan Grulich
c163152846 Packit: drop upstream_project_url and rely on release-monitoring only 2026-03-02 09:57:11 +01:00
Jan Grulich
56f9bc9eca Packit: drop fast_forward_merge_into as current stable branches diverge 2026-02-25 12:57:57 +01:00
Jan Grulich
24be5bac48 Onboard to Packit for stable Fedora branches 2026-02-24 08:36:09 +01:00
Fedora Release Engineering
8f8ee6bc68 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 21:01:45 +00:00
5 changed files with 61 additions and 9 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/yelp-*.tar.bz2
/yelp-*.tar.xz
/yelp-*-build

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 (yelp-49.0.tar.xz) = 3669a550402bf928be913b5bdb8a2e1efc063b1e5e820b919fecbf87a1aea3e88a6980fd427b62ed9de77ed7725170e22375d832c2b14287f365a9ec43be9e8d
SHA512 (yelp-49.2.tar.xz) = 8cca0fbc0b8bdf8d1881c408ef1b4d4f008fc05631b7a50b97288fdb11d1e06fe8ffc268354a23e6f59b76dd3d390759e25e5aa93cac6a487d09c2eb7665564c

View file

@ -1,17 +1,15 @@
%global libhandy_version 1.5.0
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: yelp
Epoch: 2
Version: 49.0
Version: 49.2
Release: %autorelease
Summary: Help browser for the GNOME desktop
# Automatically converted from old format: LGPLv2+ and ASL 2.0 and GPLv2+ - review is highly recommended.
License: LicenseRef-Callaway-LGPLv2+ AND Apache-2.0 AND GPL-2.0-or-later
License: GPL-2.0-or-later AND LGPL-2.0-or-later AND Apache-2.0 AND CC0-1.0
URL: https://wiki.gnome.org/Apps/Yelp
Source: https://download.gnome.org/sources/%{name}/49/%{name}-%{tarball_version}.tar.xz
Source: https://download.gnome.org/sources/%{name}/%{gnome_major_version}/%{name}-%{gnome_tarball_version}.tar.xz
%gnome_check_version
BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(libadwaita-1)
@ -51,7 +49,7 @@ Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
This package contains header files for the libraries in the yelp-libs package.
%prep
%autosetup -p1 -n %{name}-%{tarball_version}
%autosetup -p1 -n %{name}-%{gnome_tarball_version}
%build
%meson