From fdb724c4fbc68a466ac9b04d1856ba257f8ba718 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 21:03:36 +0000 Subject: [PATCH 1/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From b59514df88a083e8fdebf580216c636ac920e539 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:52:50 +0000 Subject: [PATCH 2/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 7daccc8d581d0e23f9be3b738ae0975a825c33f7 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Tue, 5 May 2026 09:03:00 -0300 Subject: [PATCH 3/6] silent rpmlint, sort BR in alphabetical order --- xrandr.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/xrandr.spec b/xrandr.spec index fc382bf..f9592ad 100644 --- a/xrandr.spec +++ b/xrandr.spec @@ -7,12 +7,14 @@ License: HPND-sell-variant URL: https://www.x.org Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz -BuildRequires: automake libtool -BuildRequires: gcc make -BuildRequires: pkgconfig(x11) -BuildRequires: pkgconfig(xrandr) -BuildRequires: pkgconfig(xrender) -BuildRequires: pkgconfig(xorg-macros) >= 1.8 +BuildRequires: automake +BuildRequires: gcc +BuildRequires: libtool +BuildRequires: make +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xorg-macros) >= 1.8 +BuildRequires: pkgconfig(xrandr) +BuildRequires: pkgconfig(xrender) Obsoletes: xorg-x11-server-utils < 7.7-40 @@ -35,6 +37,9 @@ autoreconf -v --install # "needs more nickle bindings" since 2009... rm -f $RPM_BUILD_ROOT%{_bindir}/xkeystone +%check +%make_build check + %files %license COPYING %{_bindir}/%{name} From 0e9d4dd7626c6f79fd2781a3f116828446591ad0 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Tue, 5 May 2026 09:04:36 -0300 Subject: [PATCH 4/6] update to xrandr-1.5.4 fixes rhbz#2461872 --- sources | 2 +- xrandr.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 983b66a..82051d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xrandr-1.5.3.tar.xz) = 2096afb9040ca18005aaf744401df40bdb8e8c8c06ffc97b927e63131800a4dc40cec063bdb5f38cd74b3d24b25fbed258c16cb6c73161efea44b3065b15c100 +SHA512 (xrandr-1.5.4.tar.xz) = 2758615a3d212cc53540cd76199d7a03580702a7b776c430984db33c5368a19620cf54b7ac8e193a4c4036bc40373a933c01473d2f2ce982ce2c6b48379da5e5 diff --git a/xrandr.spec b/xrandr.spec index f9592ad..7cf1072 100644 --- a/xrandr.spec +++ b/xrandr.spec @@ -1,5 +1,5 @@ Name: xrandr -Version: 1.5.3 +Version: 1.5.4 Release: %autorelease Summary: Commandline utility to change output properties From 8817ac4ce56c194d8bb4fb0ff6c9003ee9830e00 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Tue, 30 Jun 2026 20:27:12 -0300 Subject: [PATCH 5/6] 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..5689e3d --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,19 @@ +# See the documentation for more information: +# https://packit.dev/docs/configuration/ + +specfile_path: xrandr.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 899bcb02db3c238e4d9c97c78153fbd5afe37c1e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:25:34 +0000 Subject: [PATCH 6/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild