From ab7c7cc5488ecbbab8149e1c6a92b29ef1cd1929 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Jun 27 2019 20:40:52 +0000 Subject: Actually apply the patch --- diff --git a/eclipse-egit.spec b/eclipse-egit.spec index fbb0ab3..ba54db5 100644 --- a/eclipse-egit.spec +++ b/eclipse-egit.spec @@ -2,7 +2,7 @@ Name: eclipse-egit Version: 5.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Eclipse Git Integration License: EPL-2.0 @@ -42,6 +42,8 @@ Git integration for mylyn. %prep %setup -q -n egit-%{gittag} +%patch0 -p1 + # Disable unnecessary plugins for RPM builds %pom_remove_plugin :maven-enforcer-plugin @@ -86,6 +88,9 @@ sed -i -e '/jsch/a' org.eclipse.egit-feat %doc README.md %changelog +* Thu Jun 27 2019 Mat Booth - 5.4.0-2 +- Actually apply the patch + * Thu Jun 27 2019 Mat Booth - 5.4.0-1 - Update to final tagged release - Backport additional patch to fix an NPE when fetching gerrit changes