[bluefish] Drop charmap plugin from Rawhide for now

Paul Howarth pghmcfc at fedoraproject.org
Thu Oct 7 11:37:12 UTC 2010


commit f65abe92e90fe30dca0942d65180775a648db8bf
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Oct 7 12:29:19 2010 +0100

    Drop charmap plugin from Rawhide for now
    
    The gucharmap 2.33.0 package in Rawhide pulls in gtk3, which bluefish is
    not yet compatible with as the migration from GtkItemFactory to
    GtkUIManager isn't done yet. This is on upstream's roadmap and should
    certainly be ready well in time for Fedora 15.

 bluefish.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/bluefish.spec b/bluefish.spec
index aa0419f..2a5d0e5 100644
--- a/bluefish.spec
+++ b/bluefish.spec
@@ -1,10 +1,10 @@
 %global pkgver 2.0.2
 #global prerel rc1
-%global rpmrel 1
+%global rpmrel 3
 
 Name:		bluefish
 Version:	%{pkgver}
-Release:	%{?prerel:0.}%{rpmrel}%{?prerel:.%{prerel}}%{?dist}.1
+Release:	%{?prerel:0.}%{rpmrel}%{?prerel:.%{prerel}}%{?dist}
 Summary:	GTK2 web development application for experienced users
 Group:		Development/Tools
 License:	GPLv3+
@@ -16,7 +16,9 @@ BuildRequires:	enchant-devel >= 1.4.2
 BuildRequires:	gettext
 BuildRequires:	glib2-devel >= 2.16
 BuildRequires:	gtk2-devel >= 2.12
+%if 0%{?fedora} < 15
 BuildRequires:	gucharmap-devel >= 2.20
+%endif
 BuildRequires:	intltool
 BuildRequires:	libxml2-devel
 # Needed to check man pages
@@ -139,6 +141,9 @@ fi
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Thu Oct  7 2010 Paul Howarth <paul at city-fan.org> - 2.0.2-3
+- Drop charmap plugin from Rawhide for now
+
 * Wed Sep 29 2010 jkeating - 2.0.2-1.1
 - Rebuilt for gcc bug 634757
 


More information about the scm-commits mailing list