Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c66dcbb218 |
6 changed files with 28 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
15
gating.yaml
Normal file
15
gating.yaml
Normal file
|
|
@ -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}
|
||||
BIN
gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
Normal file
BIN
gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
Normal file
Binary file not shown.
Binary file not shown.
4
sources
4
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
|
||||
|
|
|
|||
13
xgamma.spec
13
xgamma.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: xgamma
|
||||
Version: 1.0.7
|
||||
Release: 5%{?dist}
|
||||
Version: 1.0.8
|
||||
Release: 1%{?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,9 @@ autoreconf -v --force --install
|
|||
%{_mandir}/man1/%{name}.1*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 28 2025 Petr Pisar <ppisar@redhat.com> - 1.0.8-1
|
||||
- 1.0.8 bump
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue