Compare commits
6 Commits
24.08.2-1m
...
25.04.0-1m
Author | SHA1 | Date | |
---|---|---|---|
29fd2762b8 | |||
b47ca69f80 | |||
53ae5ffbfc | |||
12df7496ac | |||
00cb09896a | |||
9d7d929c9e |
28
kcalc.spec
28
kcalc.spec
@ -1,5 +1,5 @@
|
||||
Name: kcalc
|
||||
Version: 24.08.2
|
||||
Version: 25.04.0
|
||||
Release: 1mamba
|
||||
Summary: Scientific calculator
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
@ -11,6 +11,11 @@ Source: https://download.kde.org/%{stable_kde6}/release-service/%{version
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt6Core
|
||||
BuildRequires: libQt6DBus
|
||||
BuildRequires: libQt6Gui
|
||||
BuildRequires: libQt6Widgets
|
||||
BuildRequires: libQt6Xml
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libgmp-devel
|
||||
@ -24,9 +29,9 @@ BuildRequires: libkf6-ki18n-devel
|
||||
BuildRequires: libkf6-knotifications-devel
|
||||
BuildRequires: libkf6-kwidgetsaddons-devel
|
||||
BuildRequires: libkf6-kxmlgui-devel
|
||||
BuildRequires: libmpc-devel
|
||||
BuildRequires: libmpfr-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
Provides: kcalc4
|
||||
@ -34,7 +39,6 @@ Provides: kcalc4
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -75,6 +79,24 @@ exit 0
|
||||
%doc LICENSES
|
||||
|
||||
%changelog
|
||||
* Thu Apr 17 2025 Automatic Build System <autodist@openmamba.org> 25.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 08 2025 Automatic Build System <autodist@openmamba.org> 24.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 07 2025 Automatic Build System <autodist@openmamba.org> 24.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 10 2025 Automatic Build System <autodist@openmamba.org> 24.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 12 2024 Automatic Build System <autodist@openmamba.org> 24.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 07 2024 Automatic Build System <autodist@openmamba.org> 24.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 10 2024 Automatic Build System <autodist@openmamba.org> 24.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user