rpms/libofx/devel libofx.spec, 1.35, 1.36 libofx-0.8.3-xml++.patch, 1.1, NONE libofx-account-type.patch, 1.1, NONE

Bill Nottingham notting at fedoraproject.org
Thu Mar 5 18:51:16 UTC 2009


Author: notting

Update of /cvs/extras/rpms/libofx/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26408

Modified Files:
	libofx.spec 
Removed Files:
	libofx-0.8.3-xml++.patch libofx-account-type.patch 
Log Message:
Update to 0.9.1

Take out xml++ conditionals



Index: libofx.spec
===================================================================
RCS file: /cvs/extras/rpms/libofx/devel/libofx.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- libofx.spec	25 Feb 2009 16:48:31 -0000	1.35
+++ libofx.spec	5 Mar 2009 18:50:45 -0000	1.36
@@ -1,22 +1,15 @@
-%define with_xml	0
-
 Summary: A library for supporting Open Financial Exchange (OFX)
 Name: libofx
-Version: 0.9.0
-Release: 2
+Version: 0.9.1
+Release: 1%{?dist}
 Source: http://downloads.sourceforge.net/libofx/%{name}-%{version}.tar.gz
 URL: http://libofx.sourceforge.net/
 Group:	System Environment/Libraries
 License: GPLv2+
-Patch1: libofx-0.8.3-xml++.patch
-Patch2: libofx-assorted-c++-fu.patch
+Patch1: libofx-assorted-c++-fu.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: opensp-devel
 BuildRequires: curl-devel
-%if %{with_xml}
-BuildRequires: libxml++-devel
-BuildRequires: autoconf
-%endif
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 
@@ -48,11 +41,7 @@
 
 %prep
 %setup -q
-%if %{with_xml}
-%patch1 -p1
-autoconf
-%endif
-%patch2 -p1 -b .c++-fu
+%patch1 -p1 -b .c++-fu
 
 rm -rf ./doc/ofx_sample_files/CVS
 chmod 644 ./doc/ofx_sample_files/*
@@ -95,6 +84,10 @@
 %{_libdir}/*.so
 
 %changelog
+* Thu Mar  5 2009 Bill Nottingham <notting at redhat.com> - 0.9.1-1
+- update to 0.9.1
+- remove xml++ support - we've never built it
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


--- libofx-0.8.3-xml++.patch DELETED ---


--- libofx-account-type.patch DELETED ---




More information about the fedora-extras-commits mailing list