[geany-plugins] - apply patch from upstream SVN to fix geanylua build

Dominic Hopf dmaphy at fedoraproject.org
Sat Jan 8 15:09:08 UTC 2011


commit 8c81fd6627fdd86d7ba5eeb0d30921a3b1be2a8f
Author: Dominic Hopf <dmaphy at fedoraproject.org>
Date:   Sat Jan 8 16:08:57 2011 +0100

    - apply patch from upstream SVN to fix geanylua build

 geany-plugins.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/geany-plugins.spec b/geany-plugins.spec
index 124ff25..08daf35 100644
--- a/geany-plugins.spec
+++ b/geany-plugins.spec
@@ -3,7 +3,7 @@
 
 Name:           geany-plugins
 Version:        0.19
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Plugins for Geany
 
 Group:          Development/Tools
@@ -14,6 +14,10 @@ Source0:        http://plugins.geany.org/geany-plugins/geany-plugins-%{version}.
 # Patch contains backported upstream changes for geanygendoc plugin to work
 # with CTPL 0.3
 Patch0:         geany-plugins-0.19-geanygendoc-backport-use-ctpl-0.3.patch
+
+# Patch fixes build of the geanylua plugin, applied from upstream svn rev 1509
+Patch1:         geany-plugins-0.19-geanylua-fixbuild.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  geany-devel >= %{req_geany_ver} gettext intltool pkgconfig
@@ -295,6 +299,7 @@ Plugin for Geany to easily beautify XML code.
 # with the tarball
 rm geanygendoc/README
 %patch0 -p2
+%patch1 -p0
 
 # need to run autoreconf since the previous patch manipulates also the build
 # system
@@ -435,6 +440,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jan 08 2011 Dominic Hopf <dmaphy at fedoraproject.org> - 0.19-7
+- apply patch from upstream SVN to fix geanylua build
+
 * Thu Jan 06 2011 Dominic Hopf <dmaphy at fedoraproject.org> - 0.19-6
 - require and build against Geany 0.20
 


More information about the scm-commits mailing list