[bluefish] Update to 2.2.3

Paul Howarth pghmcfc at fedoraproject.org
Wed Jun 27 13:01:55 UTC 2012


commit 257e3b2c152842aaba880234bbaf3ea581ad1bf2
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Jun 27 14:00:46 2012 +0100

    Update to 2.2.3
    
    - New upstream release 2.2.3 (many minor bugfixes and many minor enhancements)
      - Fix segfault in syntax scanner
      - Code folding has major fixes and improvements
      - Search has major fixes
      - Lorem ipsum generator added
      - GUI restructured in some areas
      - Some shortcut key combinations added
      - Visibility features such as bigger cursor and cursor highlighting added,
        and some options were improved such as zoom and custom colors
      - Changes to external commands include better cursor positioning after a
        filter has been used, user-supplied arguments, and an option to restore
        the default settings
      - Some dialogs added for HTML5
      - Thumbnail generator fixed
      - Insert color, path and relative path have been added
      - Many language files improved, and more user configurable options added to
        most language files
      - You can now select a block of text by dragging the mouse in the margin, and
        move the selected block with <ctrl><up> and <ctrl><down>
    - Drop workaround for broken gucharmap pkgconfig file (#795537)
    - Fix missing trailing semicolon in Spanish translation of desktop file
      (Gnome Bug #678951)
    - Bump gtk2 requirement to 2.18 (F-12 and above) (Gnome Bug #678953)

 bluefish-2.2.3-desktop-es.patch |   11 ++++++++
 bluefish.spec                   |   54 +++++++++++++++++++++++++++++++++-----
 sources                         |    2 +-
 3 files changed, 59 insertions(+), 8 deletions(-)
---
diff --git a/bluefish-2.2.3-desktop-es.patch b/bluefish-2.2.3-desktop-es.patch
new file mode 100644
index 0000000..fffdca6
--- /dev/null
+++ b/bluefish-2.2.3-desktop-es.patch
@@ -0,0 +1,11 @@
+--- po/es.po
++++ po/es.po
+@@ -29,7 +29,7 @@
+ 
+ #: ../desktop-data/bluefish.desktop.in.h:3
+ msgid "programming;code;html;php;python;"
+-msgstr "programación;código;html;php;python"
++msgstr "programación;código;html;php;python;"
+ 
+ #: ../desktop-data/bluefish.xml.in.h:1
+ msgid "Bluefish language definition file"
diff --git a/bluefish.spec b/bluefish.spec
index ed7ac04..a99feb5 100644
--- a/bluefish.spec
+++ b/bluefish.spec
@@ -1,4 +1,4 @@
-%global pkgver 2.2.2
+%global pkgver 2.2.3
 #global prerel rc1
 %global rpmrel 1
 
@@ -10,13 +10,14 @@ Group:		Development/Tools
 License:	GPLv3+
 URL:		http://bluefish.openoffice.nl/
 Source0:	http://www.bennewitz.com/bluefish/stable/source/bluefish-%{version}%{?prerel:-%{prerel}}.tar.bz2
+Patch0:		bluefish-2.2.3-desktop-es.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildRequires:	desktop-file-utils
 BuildRequires:	enchant-devel >= 1.4.2
 BuildRequires:	gettext
 BuildRequires:	glib2-devel >= 2.18
 %if 0%{?fedora} < 15
-BuildRequires:	gtk2-devel >= 2.12
+BuildRequires:	gtk2-devel >= 2.18
 BuildRequires:	gucharmap-devel >= 2.20
 %else
 BuildRequires:	gtk3-devel
@@ -69,10 +70,11 @@ Files common to every architecture version of %{name}.
 %prep
 %setup -q -n %{name}-%{version}%{?prerel:-%{prerel}}
 
-%build
-# Work around broken gucharmap pkgconfig file (#795537)
-export CPPFLAGS="-I%{_includedir}/gucharmap-2.90"
+# Fix missing trailing semicolon in Spanish translation of desktop file
+# Gnome Bug #678951
+%patch0
 
+%build
 %configure	--disable-dependency-tracking \
 		--disable-static \
 		--disable-update-databases \
@@ -154,12 +156,50 @@ fi
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Wed Jun 27 2012 Paul Howarth <paul at city-fan.org> - 2.2.3-1
+- Update to 2.2.3 (many minor bugfixes and many minor enhancements)
+  - Fix segfault in syntax scanner
+  - Code folding has major fixes and improvements
+  - Search has major fixes
+  - Lorem ipsum generator added
+  - GUI restructured in some areas
+  - Some shortcut key combinations added
+  - Visibility features such as bigger cursor and cursor highlighting added,
+    and some options were improved such as zoom and custom colors
+  - Changes to external commands include better cursor positioning after a
+    filter has been used, user-supplied arguments, and an option to restore
+    the default settings
+  - Some dialogs added for HTML5
+  - Thumbnail generator fixed
+  - Insert color, path and relative path have been added
+  - Many language files improved, and more user configurable options added to
+    most language files
+  - You can now select a block of text by dragging the mouse in the margin, and
+    move the selected block with <ctrl><up> and <ctrl><down>
+- Drop workaround for broken gucharmap pkgconfig file (#795537)
+- Fix missing trailing semicolon in Spanish translation of desktop file
+  (Gnome Bug #678951)
+- Bump gtk2 requirement to 2.18 (F-12 and above) (Gnome Bug #678953)
+
 * Wed Feb 29 2012 Paul Howarth <paul at city-fan.org> - 2.2.2-1
-- Update to 2.2.2
+- Update to 2.2.2 (bug fix release with some very minor new features)
+  - Fix segfault when closing document with active search results
+  - Fix multiple replace with search results directly adjacent corrupting text
+  - Fix broken cursor positioning that ruined the Zencoding plugin
+  - Fix CSS dialog that was unusable on GTK-3
+  - Fix position of right margin indicator on GTK-3
+  - Fix several small memory leaks
+  - Fix annoying scrolling of the side bar filebrowser in 'treeview' mode
+  - Use multiple threads to improve start-up performance
+  - Fix descriptions of language options
+  - Improve HTML5 option text and menu strings
+  - Improve accelerators, shortcut keys and translations
+  - New features: duplicate line and delete line
+  - Add Catalan translation
 - Fix permissions of zencoding plugin scripts to placate rpmlint
 
 * Mon Feb 27 2012 Paul Howarth <paul at city-fan.org> - 2.2.2-0.1.rc1
-- Update to 2.2.2-rc1 (lots of small bug-fixes; see ChangeLog for full details)
+- Update to 2.2.2-rc1
 - Drop upstream patch for #771227
 - BR: glib2 ≥ 2.18 (Gnome Bug #670883)
 
diff --git a/sources b/sources
index ac8ab24..0c2d584 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6475325565fb0a003a75f88564b7835f  bluefish-2.2.2.tar.bz2
+d7d2d3893c3f100b27f2ea2e3edfb8d0  bluefish-2.2.3.tar.bz2


More information about the scm-commits mailing list