Skip to content

Commit

Permalink
update to 2.32
Browse files Browse the repository at this point in the history
  • Loading branch information
ycollet committed Aug 25, 2024
1 parent e56d963 commit 7abb296
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mandelbulber2/mandelbulber2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
# Type: Standalone, IDE, Language
# Category: Graphic, Tool

%global _version 2.31-1

Name: mandelbulber2
Version: 2.31
Version: 2.32
Release: 1%{?dist}
License: GPL-3.0
Summary: 3D Mandelbrot renderer
Expand All @@ -14,8 +12,7 @@ ExclusiveArch: x86_64 aarch64

Vendor: Audinux
Distribution: Audinux

Source0: https://github.com/buddhi1980/mandelbulber2/releases/download/%{_version}/mandelbulber2-%{_version}.tar.gz#/%{name}-%{_version}.tar.gz
Source0: https://github.com/buddhi1980/mandelbulber2/releases/download/%{version}/mandelbulber2-%{version}.tar.gz#/%{name}-%{version}.tar.gz

BuildRequires: gcc gcc-c++
BuildRequires: pkgconfig(Qt5Core)
Expand All @@ -38,7 +35,7 @@ kind of 3D fractals like Mandelbox, Bulbbox, Juliabulb, Menger
Sponge.

%prep
%autosetup -n %{name}-%{_version}
%autosetup -n %{name}-%{version}

%build

Expand Down Expand Up @@ -90,6 +87,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/toolbar/*

%changelog
* Sun Aug 25 2024 Yann Collette <ycollette.nospam@free.fr> - 2.32-1
- update to 2.32-1

* Mon Jul 10 2023 Yann Collette <ycollette.nospam@free.fr> - 2.30-1
- update to 2.30-1

Expand Down

0 comments on commit 7abb296

Please sign in to comment.