Compare commits
No commits in common. "rawhide" and "f41" have entirely different histories.
3 changed files with 2 additions and 108 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
|
@ -76,22 +76,3 @@
|
|||
/yakuake-25.04.1.tar.xz
|
||||
/yakuake-25.04.2.tar.xz
|
||||
/yakuake-25.04.3.tar.xz
|
||||
/yakuake-25.07.80.tar.xz
|
||||
/yakuake-25.07.90.tar.xz
|
||||
/yakuake-25.08.0.tar.xz
|
||||
/yakuake-25.08.1.tar.xz
|
||||
/yakuake-25.08.2.tar.xz
|
||||
/yakuake-25.08.3.tar.xz
|
||||
/yakuake-25.11.80.tar.xz
|
||||
/yakuake-25.11.90.tar.xz
|
||||
/yakuake-25.12.0.tar.xz
|
||||
/yakuake-25.12.1.tar.xz
|
||||
/yakuake-25.12.2.tar.xz
|
||||
/yakuake-25.12.3.tar.xz
|
||||
/yakuake-26.03.80.tar.xz
|
||||
/yakuake-26.04.0.tar.xz
|
||||
/yakuake-26.04.1.tar.xz
|
||||
/yakuake-26.04.2.tar.xz
|
||||
/yakuake-26.04.3.tar.xz
|
||||
/yakuake-26.07.90.tar.xz
|
||||
/yakuake-26.08.0.tar.xz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (yakuake-26.08.0.tar.xz) = 8bf91a2405076730d649469b3c3fa6e334cb268de7f74b01eda7cc70412bdd15a1bc904541d050acd0822401d98d2ecd669c4c9739edafd0d27fdda5d5f380cc
|
||||
SHA512 (yakuake-25.04.3.tar.xz) = fc687a4c406e4f60aa1812c50d5055ae4b508f3950c23e614aca0e06f114122b4acc0b62a32e6f125401e6b2bb0913cbcd333bd9dffee99a8cad63399aab39ec
|
||||
|
|
|
|||
89
yakuake.spec
89
yakuake.spec
|
|
@ -1,12 +1,8 @@
|
|||
# trim changelog included in binary rpms
|
||||
%global _changelog_trimtime %(date +%s -d "1 year ago")
|
||||
|
||||
|
||||
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
Name: yakuake
|
||||
Version: 26.08.0
|
||||
Version: 25.04.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A drop-down terminal emulator
|
||||
|
||||
|
|
@ -48,8 +44,6 @@ BuildRequires: cmake(KF6WidgetsAddons)
|
|||
BuildRequires: cmake(KF6WindowSystem)
|
||||
BuildRequires: cmake(KF6StatusNotifierItem)
|
||||
BuildRequires: cmake(KWayland)
|
||||
BuildRequires: cmake(PlasmaWaylandProtocols)
|
||||
BuildRequires: xcb-util-devel
|
||||
|
||||
%if 0%{?fedora}
|
||||
%global appstream_validate 1
|
||||
|
|
@ -97,87 +91,6 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.yakuake.
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 14 2026 Steve Cossette <farchord@gmail.com> - 26.08.0-1
|
||||
- 26.08.0
|
||||
|
||||
* Fri Jul 31 2026 Steve Cossette <farchord@gmail.com> - 26.07.90-1
|
||||
- 26.07.90
|
||||
|
||||
* Wed Jul 29 2026 Steve Cossette <farchord@gmail.com> - 26.07.80-1
|
||||
- 26.07.80
|
||||
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 26.04.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Tue Jun 30 2026 Steve Cossette <farchord@gmail.com> - 26.04.3-1
|
||||
- 26.04.3
|
||||
|
||||
* Tue Jun 02 2026 Steve Cossette <farchord@gmail.com> - 26.04.2-1
|
||||
- 26.04.2
|
||||
|
||||
* Wed May 06 2026 Steve Cossette <farchord@gmail.com> - 26.04.1-1
|
||||
- 26.04.1
|
||||
|
||||
* Thu Apr 16 2026 Jan Grulich <jgrulich@redhat.com> - 26.04.0-2
|
||||
- Rebuild (qt6)
|
||||
|
||||
* Sat Apr 11 2026 Steve Cossette <farchord@gmail.com> - 26.04.0-1
|
||||
- 26.04.0
|
||||
|
||||
* Mon Mar 16 2026 Steve Cossette <farchord@gmail.com> - 26.03.80-1
|
||||
- 26.03.80
|
||||
|
||||
* Sun Mar 08 2026 Steve Cossette <farchord@gmail.com> - 25.12.3-1
|
||||
- 25.12.3
|
||||
|
||||
* Thu Feb 12 2026 Steve Cossette <farchord@gmail.com> - 25.12.2-2
|
||||
- Full Stack Rebuild (kio abi break)
|
||||
|
||||
* Wed Feb 04 2026 Steve Cossette <farchord@gmail.com> - 25.12.2-1
|
||||
- 25.12.2
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 25.12.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Wed Jan 07 2026 farchord@gmail.com - 25.12.1-1
|
||||
- 25.12.1
|
||||
|
||||
* Sat Dec 06 2025 Steve Cossette <farchord@gmail.com> - 25.12.0-1
|
||||
- 25.12.0
|
||||
|
||||
* Fri Nov 28 2025 Steve Cossette <farchord@gmail.com> - 25.11.90-1
|
||||
- 25.11.90
|
||||
|
||||
* Sat Nov 15 2025 Steve Cossette <farchord@gmail.com> - 25.11.80-1
|
||||
- 25.11.80
|
||||
|
||||
* Tue Nov 04 2025 Steve Cossette <farchord@gmail.com> - 25.08.3-1
|
||||
- 25.08.3
|
||||
|
||||
* Thu Oct 30 2025 Jan Grulich <jgrulich@redhat.com> - 25.08.2-2
|
||||
- Rebuild (qt6)
|
||||
|
||||
* Wed Oct 08 2025 Steve Cossette <farchord@gmail.com> - 25.08.2-1
|
||||
- 25.08.2
|
||||
|
||||
* Tue Sep 30 2025 Jan Grulich <jgrulich@redhat.com> - 25.08.1-2
|
||||
- Rebuild (qt6)
|
||||
|
||||
* Sun Sep 21 2025 Steve Cossette <farchord@gmail.com> - 25.08.1-1
|
||||
- 25.08.1
|
||||
|
||||
* Sat Aug 16 2025 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 25.08.0-2
|
||||
- Drop i686 support (leaf package)
|
||||
|
||||
* Fri Aug 08 2025 Steve Cossette <farchord@gmail.com> - 25.08.0-1
|
||||
- 25.08.0
|
||||
|
||||
* Fri Jul 25 2025 Steve Cossette <farchord@gmail.com> - 25.07.90-1
|
||||
- 25.07.90
|
||||
|
||||
* Fri Jul 11 2025 Steve Cossette <farchord@gmail.com> - 25.07.80-1
|
||||
- 25.07.80
|
||||
|
||||
* Thu Jul 03 2025 Steve Cossette <farchord@gmail.com> - 25.04.3-1
|
||||
- 25.04.3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue