From cd315fc2773e815e7f8a0483468846d4063daf4d Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Jan 24 2016 14:04:31 +0000 Subject: Update to 2.2.8 - New upstream release 2.2.8 - A bugfix release with some small improvements and more polished existing features - Fixes a few serious but rarely occuring bugs - Options defined in the language definition files are now translated - Various default settings have been improved, most notably the command to launch Firefox for preview - The looks on newer GTK versions have been restored - CSS can now be compressed and decompressed - The installers for Windows and OSX have improvements, and there have been some OSX and Windows specific fixes - Character encoding detection has been improved. - Auto-completion for HTML attributes has been improved - Don't replace new upstream AppData screenshot - Bump python requirement to 2.7, needed for CSS decompressor --- diff --git a/bluefish.spec b/bluefish.spec index aa6038f..2c996f3 100644 --- a/bluefish.spec +++ b/bluefish.spec @@ -1,6 +1,6 @@ -%global pkgver 2.2.7 +%global pkgver 2.2.8 #global prerel rc1 -%global rpmrel 3 +%global rpmrel 1 Name: bluefish Version: %{pkgver} @@ -9,8 +9,11 @@ Summary: Web development application for experienced users License: GPLv3+ URL: http://bluefish.openoffice.nl/ Source0: http://www.bennewitz.com/bluefish/stable/source/bluefish-%{version}%{?prerel:-%{prerel}}.tar.bz2 +BuildRequires: coreutils BuildRequires: desktop-file-utils BuildRequires: enchant-devel >= 1.4.2 +BuildRequires: findutils +BuildRequires: gcc BuildRequires: gettext BuildRequires: glib2-devel >= 2.24 %if 0%{?fedora} < 16 && 0%{?rhel} < 7 @@ -22,7 +25,8 @@ BuildRequires: gucharmap-devel >= 2.90 %endif BuildRequires: intltool BuildRequires: libxml2-devel -BuildRequires: python2-devel +BuildRequires: make +BuildRequires: python2-devel >= 2.7 %if 0%{?fedora} > 22 || 0%{?rhel} > 7 BuildRequires: libappstream-glib >= 0.3.6 %endif @@ -84,13 +88,6 @@ make %{?_smp_mflags} mkdir -p %{buildroot}%{_datadir}/applications make install DESTDIR=%{buildroot} INSTALL="install -p" -# Update the screenshot shown in the software center -# http://bugzilla.gnome.org/747101 -%if 0%{?fedora} > 22 || 0%{?rhel} > 7 -appstream-util replace-screenshots %{buildroot}%{_datadir}/appdata/bluefish.appdata.xml \ - https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/bluefish/a.png -%endif - # Make zencoding plugin scripts executable to placate rpmlint find %{buildroot}%{_datadir}/bluefish/plugins/zencoding -name '*.py' | xargs awk '/^#!/ { print FILENAME }' | @@ -180,6 +177,23 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_mandir}/man1/%{name}.1* %changelog +* Sat Jan 23 2016 Paul Howarth - 2.2.8-1 +- Update to 2.2.8 + - A bugfix release with some small improvements and more polished existing + features + - Fixes a few serious but rarely occuring bugs + - Options defined in the language definition files are now translated + - Various default settings have been improved, most notably the command to + launch Firefox for preview + - The looks on newer GTK versions have been restored + - CSS can now be compressed and decompressed + - The installers for Windows and OSX have improvements, and there have been + some OSX and Windows specific fixes + - Character encoding detection has been improved. + - Auto-completion for HTML attributes has been improved +- Don't replace new upstream AppData screenshot +- Bump python requirement to 2.7, needed for CSS decompressor + * Wed Jun 17 2015 Fedora Release Engineering - 2.2.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 14c3557..cdf81ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -533c3ef1e7d5ec369893c0fd4094605c bluefish-2.2.7.tar.bz2 +4d576ab2571aea7ed501d34399c6bd43 bluefish-2.2.8.tar.bz2