diff --git a/pluma.spec b/pluma.spec index 7be694d..d506ec3 100644 --- a/pluma.spec +++ b/pluma.spec @@ -16,7 +16,7 @@ Summary: Text editor for the MATE desktop Name: pluma Version: %{branch}.0 %if 0%{?rel_build} -Release: 1%{?dist} +Release: 2%{?dist} %else Release: 0.2%{?git_rel}%{?dist} %endif @@ -30,6 +30,9 @@ URL: http://mate-desktop.org # Source for snapshot-builds. %{!?rel_build:Source0: http://git.mate-desktop.org/%{name}/snapshot/%{name}-%{commit}.tar.xz#/%{git_tar}} +# https://github.com/mate-desktop/pluma/commit/910aec0 +Patch1: pluma_0001-modelines-fix-random-crash-on-closing-one-of-several.patch + BuildRequires: desktop-file-utils BuildRequires: enchant-devel BuildRequires: libpeas-devel @@ -105,6 +108,8 @@ Development files for mate-text-editor %prep %setup -q%{!?rel_build:n %{name}-%{commit}} +%patch1 -p1 -b .0001 + %if 0%{?rel_build} # for releases #NOCONFIGURE=1 ./autogen.sh @@ -191,6 +196,9 @@ fi %changelog +* Tue Mar 28 2017 Wolfgang Ulbrich - 1.18.0-2 +- use https://github.com/mate-desktop/pluma/commit/910aec0 + * Tue Mar 14 2017 Wolfgang Ulbrich - 1.18.0-1 - update to 1.18.0 release