From e9bd4e1cdeb579fd9d228d0dd40d250eedb62024 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Cami?=
Date: Tue, 14 Jul 2015 19:10:09 +0200
Subject: [PATCH] Geany bundles scintilla 3.5.6 now. Update AppData file for
gtk3.
---
geany.spec | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/geany.spec b/geany.spec
index d916436..0402c3d 100644
--- a/geany.spec
+++ b/geany.spec
@@ -5,7 +5,7 @@
Name: geany
Version: 1.25
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A fast and lightweight IDE using GTK2
Group: Development/Tools
@@ -42,7 +42,7 @@ BuildRequires: desktop-file-utils, gettext, gtk3-devel, glib2-devel, pango-devel
BuildRequires: perl(XML::Parser)
Requires: vte
Requires: geany-libgeany = %{version}-%{release}
-Provides: bundled(scintilla) = 3.3.6
+Provides: bundled(scintilla) = 3.5.6
%description
@@ -142,7 +142,7 @@ SentUpstream: 2014-09-17
Geany is a small and lightweight Integrated Development Environment.
It was developed to provide a small and fast IDE.
Another goal was to be as independent as possible from a KDE or GNOME -
- Geany only requires the GTK2 runtime libraries.
+ Geany only requires the GTK3 runtime libraries.
@@ -195,6 +195,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_libdir}/pkgconfig/geany.pc
%changelog
+* Tue Jul 14 2015 François Cami - 1.25-3
+- Geany 1.25 bundles scintilla 3.5.6.
+- Fix the included AppData file (GTK2 => GTK3).
+
* Mon Jul 13 2015 François Cami - 1.25-2
- Switch to gtk3 + disable rpath.