rebuilt by autoport with build requirements: libMagick-devel>=7.1.0.35-1mamba [release 1.4.2-2mamba;Wed May 25 2022]
This commit is contained in:
parent
efc993cd5e
commit
f1fcd60d08
@ -1,6 +1,6 @@
|
||||
Name: synfigstudio
|
||||
Version: 1.4.2
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Animation studio for synfig and provides the GUI interface to create synfig animations
|
||||
Group: Graphical Desktop/Applications/Graphics
|
||||
Vendor: openmamba
|
||||
@ -43,7 +43,7 @@ BuildRequires: libsynfig-devel
|
||||
BuildRequires: libxml++2-devel
|
||||
BuildRequires: libxml2-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libMagick-devel >= 7.0.9.4-1mamba
|
||||
BuildRequires: libMagick-devel >= 7.1.0.35-1mamba
|
||||
BuildRequires: synfig = %{version}
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: synfig = %{version}
|
||||
@ -93,14 +93,14 @@ exit 0
|
||||
|
||||
%posttrans
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
update-mime-database %{_datadir}/mime >/dev/null 2>&1
|
||||
update-mime-database -n %{_datadir}/mime >/dev/null 2>&1
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor >/dev/null 2>&1
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ]; then
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
update-mime-database %{_datadir}/mime >/dev/null 2>&1
|
||||
update-mime-database -n %{_datadir}/mime >/dev/null 2>&1
|
||||
touch --no-create %{_datadir}/icons/hicolor >/dev/null 2>&1
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
@ -158,6 +158,9 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 25 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.2-2mamba
|
||||
- rebuilt by autoport with build requirements: libMagick-devel>=7.1.0.35-1mamba
|
||||
|
||||
* Sun Nov 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.2-1mamba
|
||||
- update to 1.4.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user