rpms/geany-plugins/devel geany-plugins.spec,1.6,1.7

Dominic Hopf dmaphy at fedoraproject.org
Thu Jul 15 20:28:31 UTC 2010


Author: dmaphy

Update of /cvs/pkgs/rpms/geany-plugins/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26764

Modified Files:
	geany-plugins.spec 
Log Message:
- correct license to GPLv3+
- fix build of pretty print plugin
- be more particular with BuildRequires



Index: geany-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/geany-plugins/devel/geany-plugins.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- geany-plugins.spec	19 Jun 2010 16:56:10 -0000	1.6
+++ geany-plugins.spec	15 Jul 2010 20:28:29 -0000	1.7
@@ -3,17 +3,19 @@
 
 Name:           geany-plugins
 Version:        0.19
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Plugins for Geany
 
 Group:          Development/Tools
-License:        GPLv2+
+License:        GPLv3+
 URL:            http://plugins.geany.org/
 Source0:        http://plugins.geany.org/geany-plugins/geany-plugins-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  geany-devel >= %{req_geany_ver} gettext intltool pkgconfig
-BuildRequires:  lua-devel enchant-devel gtkspell-devel
+BuildRequires:  lua-devel >= 5.1
+BuildRequires:  enchant-devel >= 1.3 gtkspell-devel >= 2.0
+BuildRequires:  libxml2-devel >= 2.6.27
 
 %description
 Plugins for Geany. Plugins included are:
@@ -273,6 +275,7 @@ Summary:   XML pretty printing plugin fo
 Group:     Development/Tools
 Requires:  geany >= %{req_geany_ver}
 Requires:  geany-plugins-common = %{version}-%{release}
+Requires:  libxml2 >= 2.6.27
 
 %description pretty-print
 Plugin for Geany to easily beautify XML code.
@@ -407,6 +410,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 15 2010 Dominic Hopf <dmaphy at fedoraproject.org> - 0.19-2
+- correct license to GPLv3+
+- fix build of pretty print plugin
+- be more particular with BuildRequires
+
 * Sat Jun 19 2010 Dominic Hopf <dmaphy at fedoraproject.org> - 0.19-1
 - New upstream release: Geany-Plugins 0.19
 - redordered plugins according to Geany's plugin manager dialog



More information about the scm-commits mailing list