diff --git a/.gitignore b/.gitignore index 4aceaa2..6e50c9d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /xgamma-*.tar.bz2 /xgamma-1.0.7.tar.xz /xgamma-1.0.7.tar.xz.sig +/xgamma-1.0.8.tar.xz +/xgamma-1.0.8.tar.xz.sig diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..f126b62 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,15 @@ +--- !Policy +product_versions: + - fedora-rawhide +decision_context: bodhi_update_push_stable +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional} +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis} diff --git a/gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg b/gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg new file mode 100644 index 0000000..32da223 Binary files /dev/null and b/gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg differ diff --git a/gpgkey-4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.gpg b/gpgkey-4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.gpg deleted file mode 100644 index 12f43ea..0000000 Binary files a/gpgkey-4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.gpg and /dev/null differ diff --git a/sources b/sources index d05b6a7..be0a067 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (xgamma-1.0.7.tar.xz) = 9eeee9b537dcae9e4d153774eb632a6a5e8dd32bebadc9bbd897a773e5b56f76848f32a1699b8c921d3094760c42b5083365d853b89ab31fd85c7a0d46feeceb -SHA512 (xgamma-1.0.7.tar.xz.sig) = 809bb5096f36c28d232f83fffb81505674ea51525fd3251f58e27d1d25617471f5ac05d94da980a810787b245ced29a2cd5e2ae7725245a2ab7adadbe3b0e750 +SHA512 (xgamma-1.0.8.tar.xz) = edaa33fc18a9eb9e3bf5395ca0f6196778d0f8d8007e94ed53fc26de236bda51ee06a3eb8d0543a9e4367d3a350e7571664032e963001b7b6d525c27a3b3e8b6 +SHA512 (xgamma-1.0.8.tar.xz.sig) = d87d2b4bb713d6123d0a66bcb00b6d1bd9a6aed34376b47537547e61dd7f6da8ccee8c210c3e46119a4c02900be0068a2431708e058c682fb2ff8dbea078dfe9 diff --git a/xgamma.spec b/xgamma.spec index 62e810b..a6fb685 100644 --- a/xgamma.spec +++ b/xgamma.spec @@ -1,6 +1,6 @@ Name: xgamma -Version: 1.0.7 -Release: 4%{?dist} +Version: 1.0.8 +Release: 3%{?dist} Summary: X utility to query and alter the gamma correction of a monitor # COPYING: X11 AND HPND-sell-variant # man/xgamma.man: X11 without the permision grant, probably a copy-and-paste @@ -11,6 +11,7 @@ Summary: X utility to query and alter the gamma correction of a monitor # configure.ac: HPND-sell-variant # INSTALL: FSFAP # Makefile.am: HPND-sell-variant +# meson.build: MIT ## Unbundled # aclocal.m4: FSFULLRWD AND FSFULLR AND # GPL-2.0-or-later WITH Autoconf-exception-generic AND @@ -28,8 +29,9 @@ License: X11 AND HPND-sell-variant URL: https://www.x.org/ Source0: %{url}releases/individual/app/%{name}-%{version}.tar.xz Source1: %{url}releases/individual/app/%{name}-%{version}.tar.xz.sig -# Key exported from Petr Pisar's keyring -Source2: gpgkey-4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.gpg +# Key imported from hkp://keyserver.ubuntu.com server and verified using the +# previous 4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E key. +Source2: gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg BuildRequires: autoconf >= 2.60 BuildRequires: automake BuildRequires: coreutils @@ -68,6 +70,21 @@ autoreconf -v --force --install %{_mandir}/man1/%{name}.1* %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.0.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + +* Sat Jan 17 2026 Fedora Release Engineering - 1.0.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + +* Mon Jul 28 2025 Petr Pisar - 1.0.8-1 +- 1.0.8 bump + +* Fri Jul 25 2025 Fedora Release Engineering - 1.0.7-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Sun Jan 19 2025 Fedora Release Engineering - 1.0.7-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 1.0.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild