rpms/bluefish/F-13 .cvsignore, 1.13, 1.14 bluefish.spec, 1.35, 1.36 sources, 1.13, 1.14 bluefish-2.0.0-dso-linking.patch, 1.1, NONE

Paul Howarth pghmcfc at fedoraproject.org
Fri Jun 18 13:51:55 UTC 2010


Author: pghmcfc

Update of /cvs/pkgs/rpms/bluefish/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2787/F-13

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/F-13/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore	16 Feb 2010 17:19:46 -0000	1.13
+++ .cvsignore	18 Jun 2010 13:51:55 -0000	1.14
@@ -1 +1 @@
-bluefish-2.0.0.tar.bz2
+bluefish-2.0.1.tar.bz2


Index: bluefish.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluefish/F-13/bluefish.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- bluefish.spec	16 Feb 2010 17:19:47 -0000	1.35
+++ bluefish.spec	18 Jun 2010 13:51:55 -0000	1.36
@@ -1,4 +1,4 @@
-%global pkgver 2.0.0
+%global pkgver 2.0.1
 #global prerel rc3
 %global rpmrel 1
 
@@ -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
@@ -19,10 +18,8 @@ BuildRequires:	glib2-devel >= 2.16
 BuildRequires:	gtk2-devel >= 2.12
 BuildRequires:	gucharmap-devel >= 2.20
 BuildRequires:	intltool
-BuildRequires:	libgnomeui-devel >= 2.6
+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,16 @@ 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
+- Explicitly buildreq libxml2-devel
+
 * Tue Feb 16 2010 Paul Howarth <paul at city-fan.org> - 2.0.0-1 
 - 2.0.0 release 
 - Remove upstreamed projects patch 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bluefish/F-13/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources	16 Feb 2010 17:19:47 -0000	1.13
+++ sources	18 Jun 2010 13:51:55 -0000	1.14
@@ -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