|
@@ -4,7 +4,7 @@ Name: inkscape
|
|
|
Summary: A Vector Drawing Application
|
|
|
Summary(ja): ベクター描画アプリケーション
|
|
|
Version: 0.92.4
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Release: 2%{?_dist_release}
|
|
|
|
|
|
Group: Applications/Graphics
|
|
|
License: GPLv2+
|
|
@@ -16,6 +16,9 @@ Source0: https://launchpad.net/inkscape/%{version}.x/%{version}/+download/inksc
|
|
|
# Patch1000: poppler-0.58.x.patch
|
|
|
# Patch1001: poppler-0.58.x-autotools.patch
|
|
|
|
|
|
+# # to fix compile error with poppler>=0.76.0
|
|
|
+# https://gitlab.com/inkscape/inkscape/issues/220
|
|
|
+Patch1002: poppler-0.76.x.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
@@ -70,6 +73,7 @@ Linux/Unix/Windows/Mac で動作します。
|
|
|
|
|
|
# %patch1000 -p1
|
|
|
# %patch1001 -p1
|
|
|
+%patch1002 -p1 -b .poppler0.76.x
|
|
|
|
|
|
# https://bugs.launchpad.net/inkscape/+bug/314381
|
|
|
# A couple of files have executable bits set,
|
|
@@ -135,7 +139,11 @@ gtk-update-icon-cache %{_iconsdir}/icons/hicolor &> /dev/null || :
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
-* Mon May 20 2019 Toshiaki Ara <ara_t@384.jp> 0.92.3-2
|
|
|
+* Mon Oct 14 2019 Toshiaki Ara <ara_t@384.jp> 0.92.4-2
|
|
|
+- rebuild with poppler-0.81.0 and gsl-2.6
|
|
|
+- add Patch1002 for poppler >= 0.76.0
|
|
|
+
|
|
|
+* Mon May 20 2019 Toshiaki Ara <ara_t@384.jp> 0.92.4-1
|
|
|
- update to 0.92.4
|
|
|
- drop unrecognized options: --with-python, --enable-lcms2
|
|
|
|