Merge branch 'rawhide' of ssh://pkgs.fedoraproject.org/rpms/inkscape into rawhide

This commit is contained in:
Gwyn Ciesla 2022-05-17 12:21:15 -05:00
commit eb85c18239

View File

@ -36,7 +36,7 @@ BuildRequires: libgdl-devel
BuildRequires: gettext BuildRequires: gettext
BuildRequires: gsl-devel BuildRequires: gsl-devel
BuildRequires: gtkmm30-devel BuildRequires: gtkmm30-devel
%if ! 0%{?flatpak} %if ! 0%{?flatpak} && ! (0%{?rhel} >= 8)
BuildRequires: ImageMagick-c++-devel BuildRequires: ImageMagick-c++-devel
%endif %endif
BuildRequires: intltool BuildRequires: intltool
@ -215,6 +215,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.inkscape.Inksc
* Mon May 16 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.2-1 * Mon May 16 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.2-1
- 1.2 - 1.2
* Tue May 17 2022 Sérgio Basto <sergio@serjux.com> - 1.1.2-4
- ImageMagick is not intended to be on RHEL >= 8 (just on EPEL)
* Wed May 11 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.1.2-3 * Wed May 11 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.1.2-3
- ImageMagick build. - ImageMagick build.