rpms/bluefish/EL-6 .cvsignore, 1.10, 1.11 bluefish.spec, 1.31, 1.32 sources, 1.10, 1.11 bluefish-2.0.0-dso-linking.patch, 1.1, NONE

Paul Howarth pghmcfc at fedoraproject.org
Fri Jun 18 13:53:54 UTC 2010


Author: pghmcfc

Update of /cvs/pkgs/rpms/bluefish/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3129

Modified Files:
	.cvsignore bluefish.spec sources 
Removed Files:
	bluefish-2.0.0-dso-linking.patch 
Log Message:
* Fri Jun 18 2010 Paul Howarth <paul at city-fan.org> - 2.0.1-1
- Update to 2.0.1
- Drop upstreamed log10 linking patch
- Drop redundant buildreqs pcre-devel and python-devel



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bluefish/EL-6/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	13 May 2010 11:42:45 -0000	1.10
+++ .cvsignore	18 Jun 2010 13:53:54 -0000	1.11
@@ -1 +1 @@
-bluefish-2.0.0.tar.bz2
+bluefish-2.0.1.tar.bz2


Index: bluefish.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluefish/EL-6/bluefish.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- bluefish.spec	13 May 2010 11:42:46 -0000	1.31
+++ bluefish.spec	18 Jun 2010 13:53:54 -0000	1.32
@@ -1,6 +1,6 @@
-%global pkgver 2.0.0
+%global pkgver 2.0.1
 #global prerel rc3
-%global rpmrel 2
+%global rpmrel 1
 
 Name:		bluefish
 Version:	%{pkgver}
@@ -10,7 +10,6 @@ Group:		Development/Tools
 License:	GPLv2+
 URL:		http://bluefish.openoffice.nl/
 Source0:	http://www.bennewitz.com/bluefish/stable/source/bluefish-%{version}%{?prerel:-%{prerel}}.tar.bz2
-Patch1:		bluefish-2.0.0-dso-linking.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	desktop-file-utils
 BuildRequires:	enchant-devel >= 1.4.2
@@ -21,8 +20,6 @@ BuildRequires:	gucharmap-devel >= 2.20
 BuildRequires:	intltool
 BuildRequires:	libxml2-devel
 BuildRequires:	man
-BuildRequires:	pcre-devel >= 3.9
-BuildRequires:	python-devel
 # For the Advanced Open function
 Requires:	findutils, grep
 Requires:	%{name}-shared-data = %{version}-%{release}
@@ -50,9 +47,9 @@ editing dynamic and interactive websites
 Summary:	Architecture-independent data for %{name}
 Group:		Development/Tools
 BuildArch:	noarch
-# For ownership of %{_datadir}/mime/packages
+# For ownership of %%{_datadir}/mime/packages
 Requires:	shared-mime-info
-# For ownership of %{_datadir}/icons/hicolor/*/{apps,mimetypes}
+# For ownership of %%{_datadir}/icons/hicolor/*/{apps,mimetypes}
 Requires:	hicolor-icon-theme
 
 # Automatically upgrade bluefish-unstable-shared-data
@@ -65,9 +62,6 @@ Files common to every architecture versi
 %prep
 %setup -q -n %{name}-%{version}%{?prerel:-%{prerel}}
 
-# Function log10 in bftextview2.c requires -lm (#565197)
-%patch1 -p1
-
 %build
 %configure	--disable-dependency-tracking \
 		--disable-static \
@@ -95,7 +89,7 @@ Files common to every architecture versi
 	%{buildroot}%{_datadir}/applications/%{name}.desktop
 
 # Manually install docs so that they go into
-# %{_defaultdocdir}/%{name}-%{version} even after we put them in the
+# %%{_defaultdocdir}/%%{name}-%%{version} even after we put them in the
 # shared-data subpackage
 %{__install} -m 644 -p -t %{buildroot}%{_defaultdocdir}/%{name}-%{version}/ \
 	AUTHORS ChangeLog COPYING NEWS README TODO
@@ -144,6 +138,11 @@ fi
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Fri Jun 18 2010 Paul Howarth <paul at city-fan.org> - 2.0.1-1
+- Update to 2.0.1
+- Drop upstreamed log10 linking patch
+- Drop redundant buildreqs pcre-devel and python-devel
+
 * Wed Feb 17 2010 Paul Howarth <paul at city-fan.org> - 2.0.0-2
 - Bluefish uses GIO rather than GnomeVFS so buildreq libgnomeui-devel is
   no longer needed


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bluefish/EL-6/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	13 May 2010 11:42:46 -0000	1.10
+++ sources	18 Jun 2010 13:53:54 -0000	1.11
@@ -1 +1 @@
-ac9b1e8ef6d5691718a0daa6c78d5618  bluefish-2.0.0.tar.bz2
+9b672411369bd580421f832214bf65b3  bluefish-2.0.1.tar.bz2


--- bluefish-2.0.0-dso-linking.patch DELETED ---



More information about the scm-commits mailing list