Compare commits
23 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
13bc59d292 | ||
|
|
66b4af5fdd | ||
|
|
7dcbac10cf | ||
|
|
10b331831d | ||
|
|
ad9eed4495 | ||
|
|
edcde8d823 | ||
|
|
a519b9bb41 | ||
|
|
83318f5765 | ||
|
|
5a6f7b0998 | ||
|
|
731aa8baae | ||
|
|
ec519e733e |
||
|
|
916899f582 | ||
|
|
a1f81b1d8f | ||
|
|
9a69d71dcf | ||
|
|
8cdf20895b | ||
|
|
66fe2daba5 | ||
|
|
88e7c31957 | ||
|
|
41eafae579 | ||
|
|
be1eb2fcf5 | ||
|
|
c980855515 | ||
|
|
015f396ede | ||
|
|
d734de9b27 | ||
|
|
2b487f925b |
6 changed files with 503 additions and 411 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/*.tar.*
|
||||
/zenity-*-build
|
||||
|
|
|
|||
40
.packit.yaml
Normal file
40
.packit.yaml
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
# Minimal Packit Configuration for GNOME Packages
|
||||
# Copy this to your dist-git repository as .packit.yaml
|
||||
#
|
||||
# Prerequisites:
|
||||
# - Package is monitored by release-monitoring.org
|
||||
# - Monitoring status set to "Monitoring" in dist-git
|
||||
|
||||
jobs:
|
||||
# Automated updates for stable branches
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-stable
|
||||
|
||||
# ========================================================================
|
||||
# VERSIONING: Choose ONE option based on your package's versioning scheme
|
||||
# ========================================================================
|
||||
|
||||
# OPTION A: Major version only - allows minor and patch updates
|
||||
# For 2-digit: 50.0 -> 50.1 ✅, 50.x -> 51.0 ❌
|
||||
# For 3-digit: 1.2.3 -> 1.3.0 ✅, 1.x.x -> 2.0.0 ❌
|
||||
# Use for: GNOME apps/libs with 2-digit versions, or libraries following semver
|
||||
# version_update_mask: '^\d+\.'
|
||||
|
||||
# OPTION B: Major.minor version - patch updates only
|
||||
# Examples: 1.2.3 -> 1.2.4 ✅, 1.2.x -> 1.3.0 ❌
|
||||
# Use for: Libraries with ABI concerns, even/odd development scheme
|
||||
version_update_mask: '^\d+\.\d+\.'
|
||||
|
||||
# Build in Koji after merge
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-stable
|
||||
|
||||
# Submit Bodhi update
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-stable
|
||||
438
changelog
Normal file
438
changelog
Normal file
|
|
@ -0,0 +1,438 @@
|
|||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Wed Dec 10 2025 Adrian Vovk <adrianvovk@gmail.com> - 4.2.1-1
|
||||
- Update to 4.2.1
|
||||
|
||||
* Fri Sep 26 2025 Petr Schindler <pschindl@redhat.com> - 4.2.0-1
|
||||
- Update to 4.2.0
|
||||
|
||||
* Tue Aug 05 2025 nmontero <nmontero@redhat.com> - 4.1.99-1
|
||||
- Update to 4.1.99
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.90-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Mon Feb 03 2025 nmontero <nmontero@redhat.com> - 4.1.90-1
|
||||
- Update to 4.1.90
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Thu Oct 24 2024 David King <amigadave@amigadave.com> - 4.0.3-1
|
||||
- Update to 4.0.3
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Fri Jul 05 2024 David King <amigadave@amigadave.com> - 4.0.2-1
|
||||
- Update to 4.0.2
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Thu Jan 11 2024 Kalev Lember <klember@redhat.com> - 4.0.1-1
|
||||
- Update to 4.0.1
|
||||
|
||||
* Sat Dec 09 2023 Kalev Lember <klember@redhat.com> - 4.0.0-1
|
||||
- Update to 4.0.0
|
||||
|
||||
* Wed Dec 06 2023 Kalev Lember <klember@redhat.com> - 3.99.91-1
|
||||
- Update to 3.99.91
|
||||
|
||||
* Wed Nov 22 2023 Kalev Lember <klember@redhat.com> - 3.99.90-1
|
||||
- Update to 3.99.90
|
||||
|
||||
* Thu Sep 21 2023 Kalev Lember <klember@redhat.com> - 3.99.2-1
|
||||
- Update to 3.99.2
|
||||
|
||||
* Mon Aug 14 2023 Kalev Lember <klember@redhat.com> - 3.99.1-1
|
||||
- Update to 3.99.1
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.99.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Mon Jun 19 2023 Kalev Lember <klember@redhat.com> - 3.99.0-1
|
||||
- Update to 3.99.0
|
||||
|
||||
* Mon May 08 2023 Adam Williamson <awilliam@redhat.com> - 3.92.0-2
|
||||
- Backport two patches from upstream to hopefully really fix crashes (#2177287)
|
||||
|
||||
* Tue May 02 2023 David King <amigadave@amigadave.com> - 3.92.0-1
|
||||
- Update to 3.92.0
|
||||
|
||||
* Thu Apr 20 2023 Adam Williamson <awilliam@redhat.com> - 3.91.0-3
|
||||
- Backport MRs #26 and #27 to fix bugs in tree views (#2184783)
|
||||
- Backport MR #28 to fix some console error spam
|
||||
|
||||
* Thu Apr 20 2023 Adam Williamson <awilliam@redhat.com> - 3.91.0-2
|
||||
- Backport MR #25 for crash when --no-cancel and/or --auto-close are used (#2177287)
|
||||
|
||||
* Tue Mar 07 2023 David King <amigadave@amigadave.com> - 3.91.0-1
|
||||
- Update to 3.91.0
|
||||
|
||||
* Mon Feb 06 2023 David King <amigadave@amigadave.com> - 3.90.0-1
|
||||
- Update to 3.90.0
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.43.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.43.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sun Jul 17 2022 Honore Doktorr <hdfssk@gmail.com> - 3.43.0-2
|
||||
- Add missing BuildRequires for pkgconfig(libnotify)
|
||||
- enable libnotify option for meson build
|
||||
|
||||
* Thu Jul 07 2022 David King <amigadave@amigadave.com> - 3.43.0-1
|
||||
- Update to 3.43.0
|
||||
|
||||
* Wed Apr 27 2022 David King <amigadave@amigadave.com> - 3.42.1-1
|
||||
- Update to 3.42.1
|
||||
|
||||
* Fri Apr 01 2022 David King <amigadave@amigadave.com> - 3.42.0-1
|
||||
- Update to 3.42.0
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.41.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Wed Oct 06 2021 Kalev Lember <klember@redhat.com> - 3.41.0-2
|
||||
- Fix eln build
|
||||
|
||||
* Mon Aug 23 2021 Kalev Lember <klember@redhat.com> - 3.41.0-1
|
||||
- Update to 3.41.0
|
||||
- Switch to meson build system
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Thu Mar 04 2021 David King <amigadave@amigadave.com> - 3.32.0-6
|
||||
- Use make macros
|
||||
|
||||
* 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
|
||||
- Update to 3.28.1
|
||||
|
||||
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
|
||||
- Update to 3.28.0
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.27.90-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Mon Feb 05 2018 Kalev Lember <klember@redhat.com> - 3.27.90-1
|
||||
- Update to 3.27.90
|
||||
|
||||
* Fri Dec 01 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
|
||||
- Update to 3.26.0
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
|
||||
- Update to 3.24.0
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
|
||||
- Update to 3.22.0
|
||||
- Don't set group tags
|
||||
|
||||
* Wed Mar 23 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
|
||||
- Update to 3.20.0
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Sat Oct 17 2015 Kalev Lember <klember@redhat.com> - 3.18.1.1-1
|
||||
- Update to 3.18.1.1
|
||||
|
||||
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
|
||||
- Update to 3.18.0
|
||||
- Use make_install macro
|
||||
|
||||
* Tue Jun 23 2015 David King <amigadave@amigadave.com> - 3.16.3-1
|
||||
- Update to 3.16.3
|
||||
- Use pkgconfig for BuildRequires
|
||||
- Preserve timestamps during install
|
||||
- Update man page glob in files section
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Thu May 14 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.2-1
|
||||
- Update to 3.16.2
|
||||
|
||||
* Wed May 13 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
|
||||
- Update to 3.16.0
|
||||
- Use license macro for the COPYING file
|
||||
|
||||
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
||||
- Update to 3.14.0
|
||||
|
||||
* Mon Sep 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
|
||||
- Update to 3.13.92
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Apr 26 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
|
||||
- Update to 3.12.1
|
||||
|
||||
* Thu Apr 24 2014 Ville Skyttä <ville.skytta@iki.fi> - 3.12.0-1
|
||||
- Update to 3.12.0
|
||||
- Make build more verbose
|
||||
- Fix bogus dates in %%changelog
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-2
|
||||
- Minor spec file updates for 3.8
|
||||
|
||||
* Tue Mar 26 2013 Richard Hughes <rhughes@redhat.com> - 3.8.0-1
|
||||
- Update to 3.8.0
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Wed Jan 09 2013 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
|
||||
- Update to 3.7.2
|
||||
|
||||
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
|
||||
- Update to 3.6.0
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0-1
|
||||
- Update to 3.4.0
|
||||
- Don't run autoreconf and intltoolize in the spec file; the tarball should be
|
||||
good enough
|
||||
|
||||
* Mon Mar 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.2.0-4
|
||||
- Don't introduce a webkit dependency (#804451)
|
||||
|
||||
* Tue Mar 6 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.2.0-3
|
||||
- Fix F-17 FTBFS
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
|
||||
- Update to 3.2.0
|
||||
|
||||
* Mon Apr 4 2011 Christopher Aillon <caillon@redhat.com> - 3.0.0-1
|
||||
- Update to 3.0.0
|
||||
|
||||
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
|
||||
- Update to 2.91.90
|
||||
|
||||
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-5
|
||||
- Rebuild against newer gtk
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-3
|
||||
- Rebuild against newer gtk
|
||||
|
||||
* Tue Jan 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-2
|
||||
- Avoid a segfault (#670895)
|
||||
|
||||
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-1
|
||||
- Update to 2.91.5
|
||||
|
||||
* Fri Jan 7 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.4-1
|
||||
- Update to 2.91.4
|
||||
|
||||
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.1.1-2
|
||||
- Rebuild against new gtk
|
||||
|
||||
* Tue Nov 2 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.1.1-1
|
||||
- Update to 2.91.1.1
|
||||
- Drop space-saving hack
|
||||
|
||||
* Tue Sep 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
|
||||
- Update to 2.32.0
|
||||
|
||||
* Thu Aug 5 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
|
||||
- Update to 2.31.6
|
||||
|
||||
* Tue Jul 13 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-1
|
||||
- Update to 2.31.5
|
||||
|
||||
* Tue Jun 8 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-1
|
||||
- Update to 2.31.3
|
||||
|
||||
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
|
||||
- Update to 2.30.0
|
||||
|
||||
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
|
||||
- Update to 2.28.0
|
||||
|
||||
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-1
|
||||
- Update to 2.27.90
|
||||
|
||||
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
|
||||
- Update 2.26.0
|
||||
|
||||
* Thu Mar 12 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
|
||||
- Update to 2.24.1
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Thu Oct 9 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
|
||||
- Save some space
|
||||
|
||||
* Tue Sep 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
|
||||
- Update to 2.24.0
|
||||
|
||||
* Wed Jun 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3.1-1
|
||||
- Update to 2.23.3.1
|
||||
|
||||
* Tue Jun 3 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2-1
|
||||
- Update to 2.23.2
|
||||
|
||||
* Fri Apr 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
|
||||
- Update to 2.23.1
|
||||
|
||||
* Mon Apr 7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
|
||||
- Update to 2.22.1
|
||||
|
||||
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
|
||||
- Update to 2.22.0
|
||||
|
||||
* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
|
||||
- Update to 2.21.1
|
||||
|
||||
* Sat Feb 9 2008 Matthias Clasen <mclasen@redhat.com> - 2.20.1-3
|
||||
- Rebuild for gcc 4.3
|
||||
|
||||
* Sun Jan 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.20.1-2
|
||||
- Rebuild to fix upgrade path
|
||||
|
||||
* Tue Nov 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
|
||||
- Update to 2.20.1 (translation updates)
|
||||
|
||||
* Mon Oct 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-3
|
||||
- Rebuild against new dbus-glib
|
||||
|
||||
* Tue Sep 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-2
|
||||
- Drop yelp dependency to avoid exploding live cds (#295091)
|
||||
|
||||
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
|
||||
- Update to 2.20.0
|
||||
|
||||
* Thu Aug 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-2
|
||||
- Drop gdialog and the perl dependency
|
||||
|
||||
* Mon Aug 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
|
||||
- Update to 2.19.2
|
||||
|
||||
* Tue Aug 7 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-4
|
||||
- Use %%find_lang for help files
|
||||
|
||||
* Wed Aug 1 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-2
|
||||
- Incorporate package review feedback
|
||||
|
||||
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-1
|
||||
- Update to 2.19.1
|
||||
|
||||
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
|
||||
- Update to 2.18.0
|
||||
|
||||
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
|
||||
- Update to 2.17.92
|
||||
|
||||
* Mon Feb 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-1
|
||||
- Update to 2.17.91
|
||||
|
||||
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-1
|
||||
- Update to 2.17.90
|
||||
|
||||
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.3-1
|
||||
- Update to 2.17.3
|
||||
|
||||
* Tue Dec 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1
|
||||
- Update to 2.17.2
|
||||
|
||||
* Tue Dec 5 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.1-1
|
||||
- Update to 2.17.1
|
||||
|
||||
* Mon Dec 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-2
|
||||
- Add a BuildRequires for libnotify-devel
|
||||
|
||||
* Sun Oct 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
|
||||
- Update to 2.16.1
|
||||
|
||||
* Mon Sep 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
|
||||
- Update to 2.16.0
|
||||
- Add missing BRs
|
||||
|
||||
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.92-1.fc6
|
||||
- Update to 2.15.92
|
||||
|
||||
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.91-1.fc6
|
||||
- Update to 2.15.91
|
||||
|
||||
* Thu Aug 3 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.90-1.fc6
|
||||
- Update to 2.15.90
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.2-4
|
||||
- rebuild
|
||||
|
||||
* Fri Jun 9 2006 Matthias Clasen <mclasen@redhat.com> 2.15.2-3
|
||||
- Add missing BuildRequires
|
||||
|
||||
* Mon Jun 5 2006 Matthias Clasen <mclasen@redhat.com> 2.15.2-2
|
||||
- Rebuild
|
||||
|
||||
* Tue May 16 2006 Matthias Clasen <mclasen@redhat.com> 2.15.2-1
|
||||
- Update to 2.15.2
|
||||
- Remove po/LINGUAS fixes
|
||||
|
||||
* Tue May 9 2006 Matthias Clasen <mclasen@redhat.com> 2.15.1-1
|
||||
- Update to 2.15.1
|
||||
|
||||
* Tue Apr 18 2006 Matthias Clasen <mclasen@redhat.com> 2.14.1-4
|
||||
- More package review feedback
|
||||
|
||||
* Mon Apr 17 2006 Matthias Clasen <mclasen@redhat.com> 2.14.1-3
|
||||
- Incorporate package review feedback
|
||||
|
||||
* Tue Apr 11 2006 Matthias Clasen <mclasen@redhat.com> 2.14.1-2
|
||||
- Initial revision
|
||||
13
monitoring.toml
Normal file
13
monitoring.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Enable/disable monitoring
|
||||
monitoring = true
|
||||
# Enable/disable filling bugzilla ticket for new release
|
||||
# When disabled it will also disable scratch builds
|
||||
bugzilla = false
|
||||
# Enable/disable reporting only stable versions
|
||||
# Stable versions are recognized based on release-monitoring.org project settings
|
||||
stable_only = true
|
||||
# Enable/disable reporting all new versions instead of the latest one
|
||||
# Enabling this will disable scratch builds
|
||||
all_versions = true
|
||||
# Enable/disable scratch build for newly opened version
|
||||
scratch_build = false
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (zenity-4.0.1.tar.xz) = f84e14fd66dbe6bd21d030c1879d8d44250bc8c0661c5ccb6cad7fe8d257e4b01427ce27894cf5a5c27566113587f6b34adc9051826e870e44b836b5c63fb11f
|
||||
SHA512 (zenity-4.2.2.tar.xz) = 383ca702e096b1ac1b26db431aa9c3c78b2e4ce62c2a8ea60d7f40ca8ed86095b73cc17d96590c7bf51916447e5533caef18ae9d524e6cf365cba13a544d72ec
|
||||
|
|
|
|||
420
zenity.spec
420
zenity.spec
|
|
@ -1,11 +1,11 @@
|
|||
Name: zenity
|
||||
Version: 4.0.1
|
||||
Release: 1%{?dist}
|
||||
Version: 4.2.2
|
||||
Release: %autorelease
|
||||
Summary: Display dialog boxes from shell scripts
|
||||
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://wiki.gnome.org/Projects/Zenity
|
||||
Source: https://download.gnome.org/sources/%{name}/4.0/%{name}-%{version}.tar.xz
|
||||
Source: https://download.gnome.org/sources/%{name}/%{gnome_major_minor_version}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.2
|
||||
BuildRequires: /usr/bin/help2man
|
||||
|
|
@ -15,7 +15,11 @@ BuildRequires: gettext
|
|||
BuildRequires: itstool
|
||||
BuildRequires: meson
|
||||
BuildRequires: which
|
||||
BuildRequires: xorg-x11-server-Xvfb
|
||||
# Tests
|
||||
BuildRequires: xwayland-run
|
||||
BuildRequires: mutter
|
||||
BuildRequires: mesa-dri-drivers
|
||||
BuildRequires: mesa-libEGL
|
||||
|
||||
%description
|
||||
Zenity lets you display Gtk+ dialog boxes from the command line and through
|
||||
|
|
@ -29,7 +33,7 @@ from the same family as dialog, Xdialog, and cdialog.
|
|||
%build
|
||||
%meson
|
||||
# Man page generation requires running the in-tree zenity command.
|
||||
%{shrink:xvfb-run -w 10 -d %meson_build}
|
||||
%{shrink:xwfb-run -c mutter -w 10 -- %meson_build}
|
||||
|
||||
|
||||
%install
|
||||
|
|
@ -54,408 +58,4 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Zenity.desk
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 11 2024 Kalev Lember <klember@redhat.com> - 4.0.1-1
|
||||
- Update to 4.0.1
|
||||
|
||||
* Sat Dec 09 2023 Kalev Lember <klember@redhat.com> - 4.0.0-1
|
||||
- Update to 4.0.0
|
||||
|
||||
* Wed Dec 06 2023 Kalev Lember <klember@redhat.com> - 3.99.91-1
|
||||
- Update to 3.99.91
|
||||
|
||||
* Wed Nov 22 2023 Kalev Lember <klember@redhat.com> - 3.99.90-1
|
||||
- Update to 3.99.90
|
||||
|
||||
* Thu Sep 21 2023 Kalev Lember <klember@redhat.com> - 3.99.2-1
|
||||
- Update to 3.99.2
|
||||
|
||||
* Mon Aug 14 2023 Kalev Lember <klember@redhat.com> - 3.99.1-1
|
||||
- Update to 3.99.1
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.99.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Mon Jun 19 2023 Kalev Lember <klember@redhat.com> - 3.99.0-1
|
||||
- Update to 3.99.0
|
||||
|
||||
* Mon May 08 2023 Adam Williamson <awilliam@redhat.com> - 3.92.0-2
|
||||
- Backport two patches from upstream to hopefully really fix crashes (#2177287)
|
||||
|
||||
* Tue May 02 2023 David King <amigadave@amigadave.com> - 3.92.0-1
|
||||
- Update to 3.92.0
|
||||
|
||||
* Thu Apr 20 2023 Adam Williamson <awilliam@redhat.com> - 3.91.0-3
|
||||
- Backport MRs #26 and #27 to fix bugs in tree views (#2184783)
|
||||
- Backport MR #28 to fix some console error spam
|
||||
|
||||
* Thu Apr 20 2023 Adam Williamson <awilliam@redhat.com> - 3.91.0-2
|
||||
- Backport MR #25 for crash when --no-cancel and/or --auto-close are used (#2177287)
|
||||
|
||||
* Tue Mar 07 2023 David King <amigadave@amigadave.com> - 3.91.0-1
|
||||
- Update to 3.91.0
|
||||
|
||||
* Mon Feb 06 2023 David King <amigadave@amigadave.com> - 3.90.0-1
|
||||
- Update to 3.90.0
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.43.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.43.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sun Jul 17 2022 Honore Doktorr <hdfssk@gmail.com> - 3.43.0-2
|
||||
- Add missing BuildRequires for pkgconfig(libnotify)
|
||||
- enable libnotify option for meson build
|
||||
|
||||
* Thu Jul 07 2022 David King <amigadave@amigadave.com> - 3.43.0-1
|
||||
- Update to 3.43.0
|
||||
|
||||
* Wed Apr 27 2022 David King <amigadave@amigadave.com> - 3.42.1-1
|
||||
- Update to 3.42.1
|
||||
|
||||
* Fri Apr 01 2022 David King <amigadave@amigadave.com> - 3.42.0-1
|
||||
- Update to 3.42.0
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.41.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Wed Oct 06 2021 Kalev Lember <klember@redhat.com> - 3.41.0-2
|
||||
- Fix eln build
|
||||
|
||||
* Mon Aug 23 2021 Kalev Lember <klember@redhat.com> - 3.41.0-1
|
||||
- Update to 3.41.0
|
||||
- Switch to meson build system
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Thu Mar 04 2021 David King <amigadave@amigadave.com> - 3.32.0-6
|
||||
- Use make macros
|
||||
|
||||
* 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
|
||||
- Update to 3.28.1
|
||||
|
||||
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
|
||||
- Update to 3.28.0
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.27.90-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Mon Feb 05 2018 Kalev Lember <klember@redhat.com> - 3.27.90-1
|
||||
- Update to 3.27.90
|
||||
|
||||
* Fri Dec 01 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
|
||||
- Update to 3.26.0
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
|
||||
- Update to 3.24.0
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
|
||||
- Update to 3.22.0
|
||||
- Don't set group tags
|
||||
|
||||
* Wed Mar 23 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
|
||||
- Update to 3.20.0
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Sat Oct 17 2015 Kalev Lember <klember@redhat.com> - 3.18.1.1-1
|
||||
- Update to 3.18.1.1
|
||||
|
||||
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
|
||||
- Update to 3.18.0
|
||||
- Use make_install macro
|
||||
|
||||
* Tue Jun 23 2015 David King <amigadave@amigadave.com> - 3.16.3-1
|
||||
- Update to 3.16.3
|
||||
- Use pkgconfig for BuildRequires
|
||||
- Preserve timestamps during install
|
||||
- Update man page glob in files section
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Thu May 14 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.2-1
|
||||
- Update to 3.16.2
|
||||
|
||||
* Wed May 13 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
|
||||
- Update to 3.16.0
|
||||
- Use license macro for the COPYING file
|
||||
|
||||
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
||||
- Update to 3.14.0
|
||||
|
||||
* Mon Sep 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
|
||||
- Update to 3.13.92
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Apr 26 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
|
||||
- Update to 3.12.1
|
||||
|
||||
* Thu Apr 24 2014 Ville Skyttä <ville.skytta@iki.fi> - 3.12.0-1
|
||||
- Update to 3.12.0
|
||||
- Make build more verbose
|
||||
- Fix bogus dates in %%changelog
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-2
|
||||
- Minor spec file updates for 3.8
|
||||
|
||||
* Tue Mar 26 2013 Richard Hughes <rhughes@redhat.com> - 3.8.0-1
|
||||
- Update to 3.8.0
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Wed Jan 09 2013 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
|
||||
- Update to 3.7.2
|
||||
|
||||
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
|
||||
- Update to 3.6.0
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0-1
|
||||
- Update to 3.4.0
|
||||
- Don't run autoreconf and intltoolize in the spec file; the tarball should be
|
||||
good enough
|
||||
|
||||
* Mon Mar 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.2.0-4
|
||||
- Don't introduce a webkit dependency (#804451)
|
||||
|
||||
* Tue Mar 6 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.2.0-3
|
||||
- Fix F-17 FTBFS
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
|
||||
- Update to 3.2.0
|
||||
|
||||
* Mon Apr 4 2011 Christopher Aillon <caillon@redhat.com> - 3.0.0-1
|
||||
- Update to 3.0.0
|
||||
|
||||
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
|
||||
- Update to 2.91.90
|
||||
|
||||
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-5
|
||||
- Rebuild against newer gtk
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-3
|
||||
- Rebuild against newer gtk
|
||||
|
||||
* Tue Jan 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-2
|
||||
- Avoid a segfault (#670895)
|
||||
|
||||
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-1
|
||||
- Update to 2.91.5
|
||||
|
||||
* Fri Jan 7 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.4-1
|
||||
- Update to 2.91.4
|
||||
|
||||
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.1.1-2
|
||||
- Rebuild against new gtk
|
||||
|
||||
* Tue Nov 2 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.1.1-1
|
||||
- Update to 2.91.1.1
|
||||
- Drop space-saving hack
|
||||
|
||||
* Tue Sep 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
|
||||
- Update to 2.32.0
|
||||
|
||||
* Thu Aug 5 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
|
||||
- Update to 2.31.6
|
||||
|
||||
* Tue Jul 13 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-1
|
||||
- Update to 2.31.5
|
||||
|
||||
* Tue Jun 8 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-1
|
||||
- Update to 2.31.3
|
||||
|
||||
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
|
||||
- Update to 2.30.0
|
||||
|
||||
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
|
||||
- Update to 2.28.0
|
||||
|
||||
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-1
|
||||
- Update to 2.27.90
|
||||
|
||||
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
|
||||
- Update 2.26.0
|
||||
|
||||
* Thu Mar 12 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
|
||||
- Update to 2.24.1
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Thu Oct 9 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
|
||||
- Save some space
|
||||
|
||||
* Tue Sep 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
|
||||
- Update to 2.24.0
|
||||
|
||||
* Wed Jun 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3.1-1
|
||||
- Update to 2.23.3.1
|
||||
|
||||
* Tue Jun 3 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2-1
|
||||
- Update to 2.23.2
|
||||
|
||||
* Fri Apr 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
|
||||
- Update to 2.23.1
|
||||
|
||||
* Mon Apr 7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
|
||||
- Update to 2.22.1
|
||||
|
||||
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
|
||||
- Update to 2.22.0
|
||||
|
||||
* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
|
||||
- Update to 2.21.1
|
||||
|
||||
* Sat Feb 9 2008 Matthias Clasen <mclasen@redhat.com> - 2.20.1-3
|
||||
- Rebuild for gcc 4.3
|
||||
|
||||
* Sun Jan 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.20.1-2
|
||||
- Rebuild to fix upgrade path
|
||||
|
||||
* Tue Nov 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
|
||||
- Update to 2.20.1 (translation updates)
|
||||
|
||||
* Mon Oct 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-3
|
||||
- Rebuild against new dbus-glib
|
||||
|
||||
* Tue Sep 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-2
|
||||
- Drop yelp dependency to avoid exploding live cds (#295091)
|
||||
|
||||
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
|
||||
- Update to 2.20.0
|
||||
|
||||
* Thu Aug 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-2
|
||||
- Drop gdialog and the perl dependency
|
||||
|
||||
* Mon Aug 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
|
||||
- Update to 2.19.2
|
||||
|
||||
* Tue Aug 7 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-4
|
||||
- Use %%find_lang for help files
|
||||
|
||||
* Wed Aug 1 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-2
|
||||
- Incorporate package review feedback
|
||||
|
||||
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-1
|
||||
- Update to 2.19.1
|
||||
|
||||
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
|
||||
- Update to 2.18.0
|
||||
|
||||
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
|
||||
- Update to 2.17.92
|
||||
|
||||
* Mon Feb 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-1
|
||||
- Update to 2.17.91
|
||||
|
||||
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-1
|
||||
- Update to 2.17.90
|
||||
|
||||
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.3-1
|
||||
- Update to 2.17.3
|
||||
|
||||
* Tue Dec 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1
|
||||
- Update to 2.17.2
|
||||
|
||||
* Tue Dec 5 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.1-1
|
||||
- Update to 2.17.1
|
||||
|
||||
* Mon Dec 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-2
|
||||
- Add a BuildRequires for libnotify-devel
|
||||
|
||||
* Sun Oct 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
|
||||
- Update to 2.16.1
|
||||
|
||||
* Mon Sep 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
|
||||
- Update to 2.16.0
|
||||
- Add missing BRs
|
||||
|
||||
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.92-1.fc6
|
||||
- Update to 2.15.92
|
||||
|
||||
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.91-1.fc6
|
||||
- Update to 2.15.91
|
||||
|
||||
* Thu Aug 3 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.90-1.fc6
|
||||
- Update to 2.15.90
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.2-4
|
||||
- rebuild
|
||||
|
||||
* Fri Jun 9 2006 Matthias Clasen <mclasen@redhat.com> 2.15.2-3
|
||||
- Add missing BuildRequires
|
||||
|
||||
* Mon Jun 5 2006 Matthias Clasen <mclasen@redhat.com> 2.15.2-2
|
||||
- Rebuild
|
||||
|
||||
* Tue May 16 2006 Matthias Clasen <mclasen@redhat.com> 2.15.2-1
|
||||
- Update to 2.15.2
|
||||
- Remove po/LINGUAS fixes
|
||||
|
||||
* Tue May 9 2006 Matthias Clasen <mclasen@redhat.com> 2.15.1-1
|
||||
- Update to 2.15.1
|
||||
|
||||
* Tue Apr 18 2006 Matthias Clasen <mclasen@redhat.com> 2.14.1-4
|
||||
- More package review feedback
|
||||
|
||||
* Mon Apr 17 2006 Matthias Clasen <mclasen@redhat.com> 2.14.1-3
|
||||
- Incorporate package review feedback
|
||||
|
||||
* Tue Apr 11 2006 Matthias Clasen <mclasen@redhat.com> 2.14.1-2
|
||||
- Initial revision
|
||||
%autochangelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue