Compare commits
20 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5b4f974a1e | ||
|
|
5b22ba69cc | ||
|
|
2acf1db78b | ||
|
|
663f8d1ad3 | ||
|
|
2ab9c06861 | ||
|
|
8cc51ce88b | ||
|
|
d1d8cacd72 | ||
|
|
cef97fe120 | ||
|
|
d84b017d26 | ||
|
|
ecf60431e8 | ||
|
|
f04fb0e936 | ||
|
|
c04014e046 | ||
|
|
7ff7f40951 | ||
|
|
43f35c44cc | ||
|
|
0a902a62fa | ||
|
|
c05d232c2d | ||
|
|
b5e853946a | ||
|
|
7048f1a159 | ||
|
|
e5aaa8ffba | ||
|
|
e435ffee05 |
3 changed files with 78 additions and 4 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
|
@ -36,3 +36,18 @@
|
|||
/angelfish-24.12.1.tar.xz
|
||||
/angelfish-24.12.2.tar.xz
|
||||
/angelfish-24.12.3.tar.xz
|
||||
/angelfish-25.03.80.tar.xz
|
||||
/angelfish-25.04.0.tar.xz
|
||||
/angelfish-25.04.1.tar.xz
|
||||
/angelfish-25.04.2.tar.xz
|
||||
/angelfish-25.04.3.tar.xz
|
||||
/angelfish-25.07.80.tar.xz
|
||||
/angelfish-25.07.90.tar.xz
|
||||
/angelfish-25.08.0.tar.xz
|
||||
/angelfish-25.08.1.tar.xz
|
||||
/angelfish-25.08.2.tar.xz
|
||||
/angelfish-25.08.3.tar.xz
|
||||
/angelfish-25.11.80.tar.xz
|
||||
/angelfish-25.11.90.tar.xz
|
||||
/angelfish-25.12.0.tar.xz
|
||||
/angelfish-25.12.1.tar.xz
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
%bcond adblock 1
|
||||
|
||||
Name: angelfish
|
||||
Version: 24.12.3
|
||||
Release: 1%{?dist}
|
||||
Version: 25.12.1
|
||||
Release: 2%{?dist}
|
||||
Summary: Plasma Mobile minimal web browser
|
||||
|
||||
# Cargo license summary:
|
||||
|
|
@ -33,6 +33,7 @@ BuildRequires: kf6-rpm-macros
|
|||
BuildRequires: libappstream-glib
|
||||
|
||||
BuildRequires: cmake(FutureSQL6)
|
||||
BuildRequires: cmake(KF6Crash)
|
||||
BuildRequires: cmake(KF6Config)
|
||||
BuildRequires: cmake(KF6CoreAddons)
|
||||
BuildRequires: cmake(KF6DBusAddons)
|
||||
|
|
@ -55,7 +56,8 @@ BuildRequires: cmake(Qt6Test)
|
|||
BuildRequires: cmake(Qt6WebEngineCore)
|
||||
BuildRequires: cmake(Qt6WebEngineQuick)
|
||||
BuildRequires: cmake(Qt6Widgets)
|
||||
BuildRequires: qt6-qtbase-private-devel
|
||||
BuildRequires: cmake(Qt6QmlPrivate)
|
||||
BuildRequires: cmake(Qt6CorePrivate)
|
||||
|
||||
%if %{with adblock}
|
||||
BuildRequires: cmake(Corrosion)
|
||||
|
|
@ -122,6 +124,63 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{
|
|||
%{_kf6_metainfodir}/org.kde.%{name}.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* Fri Jan 16 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
|
||||
|
||||
* Wed Oct 08 2025 Steve Cossette <farchord@gmail.com> - 25.08.2-1
|
||||
- 25.08.2
|
||||
|
||||
* Sun Sep 21 2025 Steve Cossette <farchord@gmail.com> - 25.08.1-1
|
||||
- 25.08.1
|
||||
|
||||
* 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
|
||||
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 25.07.80-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
|
||||
* Wed Jun 04 2025 Steve Cossette <farchord@gmail.com> - 25.04.2-1
|
||||
- 25.04.2
|
||||
|
||||
* Wed May 14 2025 Steve Cossette <farchord@gmail.com> - 25.04.1-1
|
||||
- 25.04.1
|
||||
|
||||
* Mon Apr 14 2025 Jan Grulich <jgrulich@redhat.com> - 25.04.0-2
|
||||
- Rebuild (qt6)
|
||||
|
||||
* Sat Apr 12 2025 Steve Cossette <farchord@gmail.com> - 25.04.0-1
|
||||
- 25.04.0
|
||||
|
||||
* Tue Mar 25 2025 Jan Grulich <jgrulich@redhat.com> - 25.03.80-2
|
||||
- Rebuild (qt6)
|
||||
|
||||
* Thu Mar 20 2025 Steve Cossette <farchord@gmail.com> - 25.03.80-1
|
||||
- 25.03.80 (Beta)
|
||||
|
||||
* Tue Mar 04 2025 Steve Cossette <farchord@gmail.com> - 24.12.3-1
|
||||
- 24.12.3
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (angelfish-24.12.3.tar.xz) = 4872723cdbd78b7aabea12171086371d51fdc966a34ee596cacbb42abb2c360d3d4971a7d7587d4bb799bde10e7e303e3323dd535ecb8f41e20565c7c6c556c0
|
||||
SHA512 (angelfish-25.12.1.tar.xz) = 640c224b3017c2e951bc5bd3952b50a338712fb93c1ce108fd269d2333a8557dd1dd7e62d40bb12e8dc116bf217a4b8e1e57475783e23d2b69babf6902bae729
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue