[bluefish] Update to 2.0.2-rc1

Paul Howarth pghmcfc at fedoraproject.org
Tue Sep 7 14:28:11 UTC 2010


commit 3a12cbadf2be0d2f57521e6872c037411bf32540
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Sep 7 15:25:30 2010 +0100

    Update to 2.0.2-rc1
    
    - New upstream release 2.0.2 Release Candidate 1
    - License has changed from GPLv2+ to GPLv3+
    - Drop upstream patch for crash in File Open dialog with filter applied

 .gitignore              |    2 +-
 Fedora_bug_626246.patch |   22 ----------------------
 bluefish.spec           |   17 +++++++++--------
 sources                 |    2 +-
 4 files changed, 11 insertions(+), 32 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 209d81b..ba57338 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-bluefish-2.0.1.tar.bz2
+/bluefish-2.0.2-rc1.tar.bz2
diff --git a/bluefish.spec b/bluefish.spec
index 2a7937b..3765b87 100644
--- a/bluefish.spec
+++ b/bluefish.spec
@@ -1,16 +1,15 @@
-%global pkgver 2.0.1
-#global prerel rc3
-%global rpmrel 2
+%global pkgver 2.0.2
+%global prerel rc1
+%global rpmrel 1
 
 Name:		bluefish
 Version:	%{pkgver}
 Release:	%{?prerel:0.}%{rpmrel}%{?prerel:.%{prerel}}%{?dist}
 Summary:	GTK2 web development application for experienced users
 Group:		Development/Tools
-License:	GPLv2+
+License:	GPLv3+
 URL:		http://bluefish.openoffice.nl/
 Source0:	http://www.bennewitz.com/bluefish/stable/source/bluefish-%{version}%{?prerel:-%{prerel}}.tar.bz2
-Patch0:		Fedora_bug_626246.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	desktop-file-utils
 BuildRequires:	enchant-devel >= 1.4.2
@@ -64,9 +63,6 @@ Files common to every architecture version of %{name}.
 %prep
 %setup -q -n %{name}-%{version}%{?prerel:-%{prerel}}
 
-# Upstream patch addressing crash in File Open dialog with filter applied (#626246)
-%patch0 -p0
-
 %build
 %configure	--disable-dependency-tracking \
 		--disable-static \
@@ -143,6 +139,11 @@ fi
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Tue Sep  7 2010 Paul Howarth <paul at city-fan.org> - 2.0.2-0.1.rc1
+- Update to 2.0.2-rc1
+- Drop patch for #626246, no longer needed
+- License changed from GPLv2+ to GPLv3+
+
 * Thu Aug 26 2010 Paul Howarth <paul at city-fan.org> - 2.0.1-2
 - Fix crash in File Open dialog with filter applied (#626246)
 - Change buildreq "man" to "/usr/bin/man" since the "man" package has been
diff --git a/sources b/sources
index 83dd1cd..09d04c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9b672411369bd580421f832214bf65b3  bluefish-2.0.1.tar.bz2
+51d6709b8f149619cba4de903149989c  bluefish-2.0.2-rc1.tar.bz2


More information about the scm-commits mailing list