rpms/bluefish/F-8 bluefish.spec,1.23,1.24

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Mon Jan 21 15:24:52 UTC 2008


Author: pghmcfc

Update of /cvs/pkgs/rpms/bluefish/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21186

Modified Files:
	bluefish.spec 
Log Message:
include patch from upstream VCS to work around problem editing syntax
highlighting patterns (#390871)



Index: bluefish.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluefish/F-8/bluefish.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- bluefish.spec	28 Aug 2007 09:00:38 -0000	1.23
+++ bluefish.spec	21 Jan 2008 15:24:01 -0000	1.24
@@ -1,11 +1,12 @@
 Name:		bluefish
 Version:	1.0.7
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	GTK2 web development application for experienced users
 Group:		Development/Tools
 License:	GPLv2+
 URL:		http://bluefish.openoffice.nl/
 Source0:	http://www.bennewitz.com/bluefish/stable/source/bluefish-%{version}.tar.bz2
+Patch0:		bluefish-1.0.7-syntax-highlight.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	aspell-devel >= 0.5
 BuildRequires:	desktop-file-utils
@@ -22,6 +23,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
 %configure --disable-update-databases
@@ -65,6 +67,10 @@
 %{_mandir}/man1/bluefish.1*
 
 %changelog
+* Mon Jan 21 2008 Paul Howarth <paul at city-fan.org> - 1.0.7-3
+- include patch from upstream VCS to work around problem editing syntax
+  highlighting patterns (#390871)
+
 * Sun Aug 26 2007 Paul Howarth <paul at city-fan.org> - 1.0.7-2
 - clarify license as GPL version 2 or later
 - unexpand tabs in spec




More information about the fedora-extras-commits mailing list