Compare commits
No commits in common. "c9" and "c8s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/zenity-3.32.0.tar.xz
|
/zenity-3.28.1.tar.xz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
cb210b751b513fe800ffd7ab61d473476561ea36 SOURCES/zenity-3.32.0.tar.xz
|
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-8
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
SHA512 (zenity-3.28.1.tar.xz) = 07cfef3dc17b3d321e6abfb15c7d035caad7c2cba938263920c503e67d35e9a1dc86b48255334e50b58f6998eb4c064cc24ebd71d02f278b21b568500daae0c0
|
@ -1,4 +1,4 @@
|
|||||||
From 1fd887b793bead92b018498625bda041a6c1601d Mon Sep 17 00:00:00 2001
|
From 4f1e06a69e42ce8dc56f2101b98e1a1021fd324d Mon Sep 17 00:00:00 2001
|
||||||
From: David King <amigadave@amigadave.com>
|
From: David King <amigadave@amigadave.com>
|
||||||
Date: Mon, 25 Apr 2022 13:42:41 +0100
|
Date: Mon, 25 Apr 2022 13:42:41 +0100
|
||||||
Subject: [PATCH 1/2] msg: Fix maximum width to 60 characters
|
Subject: [PATCH 1/2] msg: Fix maximum width to 60 characters
|
||||||
@ -40,7 +40,7 @@ index ca14d86..9265152 100644
|
|||||||
2.36.1
|
2.36.1
|
||||||
|
|
||||||
|
|
||||||
From ca21da303b468744540c1a7e803850c656415dd0 Mon Sep 17 00:00:00 2001
|
From 28f865111bb890a7af06a7767f16f2502aa2f213 Mon Sep 17 00:00:00 2001
|
||||||
From: David King <amigadave@amigadave.com>
|
From: David King <amigadave@amigadave.com>
|
||||||
Date: Tue, 26 Apr 2022 08:18:18 +0100
|
Date: Tue, 26 Apr 2022 08:18:18 +0100
|
||||||
Subject: [PATCH 2/2] zenity.ui: make message dialogs non-resizable
|
Subject: [PATCH 2/2] zenity.ui: make message dialogs non-resizable
|
@ -1,16 +1,14 @@
|
|||||||
Name: zenity
|
Name: zenity
|
||||||
Version: 3.32.0
|
Version: 3.28.1
|
||||||
Release: 8%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Display dialog boxes from shell scripts
|
Summary: Display dialog boxes from shell scripts
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/Zenity
|
URL: https://wiki.gnome.org/Projects/Zenity
|
||||||
Source: https://download.gnome.org/sources/%{name}/3.32/%{name}-%{version}.tar.xz
|
Source: https://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2078712
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2053530
|
||||||
Patch0: zenity-3.32.0-msgdialog-label.patch
|
Patch0: zenity-3.28.1-msgdialog-label.patch
|
||||||
|
|
||||||
BuildRequires: make
|
|
||||||
BuildRequires: gcc
|
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0
|
||||||
BuildRequires: pkgconfig(libnotify) >= 0.6.1
|
BuildRequires: pkgconfig(libnotify) >= 0.6.1
|
||||||
BuildRequires: which
|
BuildRequires: which
|
||||||
@ -50,39 +48,8 @@ rm $RPM_BUILD_ROOT%{_bindir}/gdialog
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed May 11 2022 David King <amigadave@amigadave.com> - 3.32.0-8
|
* Wed May 11 2022 David King <dking@redhat.com> - 3.28.1-2
|
||||||
- Fix message dialog label layout (#2078712)
|
- Fix message dialog label layout (#2053530)
|
||||||
|
|
||||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 3.32.0-7
|
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
||||||
Related: rhbz#1991688
|
|
||||||
|
|
||||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.32.0-6
|
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
||||||
|
|
||||||
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Mar 22 2019 Kalev Lember <klember@redhat.com> - 3.32.0-1
|
|
||||||
- Update to 3.32.0
|
|
||||||
|
|
||||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.30.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Oct 05 2018 Kalev Lember <klember@redhat.com> - 3.30.0-1
|
|
||||||
- Update to 3.30.0
|
|
||||||
|
|
||||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Apr 10 2018 Kalev Lember <klember@redhat.com> - 3.28.1-1
|
* Tue Apr 10 2018 Kalev Lember <klember@redhat.com> - 3.28.1-1
|
||||||
- Update to 3.28.1
|
- Update to 3.28.1
|
Loading…
Reference in New Issue
Block a user