From 738a146760c323357ee27df5fb3a179e02cb7d7e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:25:51 +0000 Subject: [PATCH 1/4] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild From 7bf756eb49e67441367f9911c668c8227e41bf5d Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Fri, 10 Jul 2026 01:57:48 -0300 Subject: [PATCH 2/4] update to 1.1.1 fixes rhbz#2498883 switch from autotools to meson build system Signed-off-by: Filipe Rosset --- .gitignore | 2 ++ sources | 4 ++-- xrefresh.spec | 17 ++++++++--------- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 91a1d80..9ffd5b8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /xrefresh-1.0.7.tar.xz /xrefresh-1.1.0.tar.xz /xrefresh-1.1.0.tar.xz.sig +/xrefresh-1.1.1.tar.xz +/xrefresh-1.1.1.tar.xz.sig diff --git a/sources b/sources index cbfeb6e..ff2a72f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (xrefresh-1.1.0.tar.xz) = d46988c0423c3c6efb21a2eec0df427934d041afa6dcbbfd33f2dff19bf5e077baf10bd96780d98326d3a3e34cbf5824da822b6cb0091873cc1baade0aa05c26 -SHA512 (xrefresh-1.1.0.tar.xz.sig) = e634f85d5307744692bb867e03e3f56954e7f9372b715c4e8dd2357147ea1f6e421addd3a6f7badfbf22e809e79da324b7a7779cd764b314490f9f7ce5a52f08 +SHA512 (xrefresh-1.1.1.tar.xz) = 9b064bc63216a52fc768068a11d32a6327907033ae69aaf99f2944503931da2d418550c1165713a20fc3690cd034533df977ec1831e9a618e2daed2796782d35 +SHA512 (xrefresh-1.1.1.tar.xz.sig) = 8384d88d64cb9eb32d66370349ae292d303490cb087183ca1656d3738d00525217c574258b9e894452a7da1ca8ed682a172e7244aaf11ecb41f5678756e48e7d diff --git a/xrefresh.spec b/xrefresh.spec index 776b231..fee2b85 100644 --- a/xrefresh.spec +++ b/xrefresh.spec @@ -1,19 +1,15 @@ Name: xrefresh -Version: 1.1.0 +Version: 1.1.1 Release: %autorelease Summary: Refresh all or part of an X screen - License: MIT URL: https://www.x.org Source0: %{url}/pub/individual/app/%{name}-%{version}.tar.xz - BuildRequires: gcc -BuildRequires: make +BuildRequires: meson BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xorg-macros) >= 1.8 -Obsoletes: xorg-x11-server-utils < 7.7-40 - %description xrefresh is a simple X program that causes all or part of your screen to be repainted. @@ -22,11 +18,14 @@ repainted. %autosetup %build -%configure --disable-silent-rules -%make_build +%meson +%meson_build %install -%make_install +%meson_install + +%check +%meson_test %files %license COPYING From 4a8ecb8db816638ea31eec6c0bf0de0605bb553a Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Fri, 10 Jul 2026 01:59:28 -0300 Subject: [PATCH 3/4] opt-in to packit for rawhide Signed-off-by: Filipe Rosset --- .packit.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .packit.yaml diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..bf2518c --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,19 @@ +# See the documentation for more information: +# https://packit.dev/docs/configuration/ + +specfile_path: xrefresh.spec + +copy_upstream_release_description: false + +jobs: + - job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-rawhide + + - job: koji_build + trigger: commit + allowed_committers: ['packit','all_admins'] + dist_git_branches: + - fedora-rawhide + From f09c4a49fc5c6fc3b165445123ed5c3cf2dd8411 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Fri, 10 Jul 2026 02:00:06 -0300 Subject: [PATCH 4/4] simplify .gitignore file Signed-off-by: Filipe Rosset --- .gitignore | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 9ffd5b8..9fec4aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1 @@ -/xrefresh-*.tar.bz2 -/xrefresh-1.0.7.tar.xz -/xrefresh-1.1.0.tar.xz -/xrefresh-1.1.0.tar.xz.sig -/xrefresh-1.1.1.tar.xz -/xrefresh-1.1.1.tar.xz.sig +/xrefresh-*.tar.*