[libofx] Update to 0.9.9.

Bill Nottingham notting at fedoraproject.org
Mon Sep 23 19:26:35 UTC 2013


commit 767ee23a8dc1a5381815d38802ff65d98a1ac368
Author: Bill Nottingham <notting at redhat.com>
Date:   Mon Sep 23 15:26:10 2013 -0400

    Update to 0.9.9.
    
    Woo, ABI bumps.

 .gitignore  |    2 +-
 libofx.spec |   10 ++++++----
 sources     |    2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c79328f..e91f4c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/libofx-0.9.5.tar.gz
+/libofx-0.9.9.tar.gz
diff --git a/libofx.spec b/libofx.spec
index ed94c9b..718a2e0 100644
--- a/libofx.spec
+++ b/libofx.spec
@@ -1,13 +1,12 @@
 Summary: A library for supporting Open Financial Exchange (OFX)
 Name: libofx
-Version: 0.9.5
-Release: 5%{?dist}
+Version: 0.9.9
+Release: 1%{?dist}
 URL: http://libofx.sourceforge.net/
 Group:	System Environment/Libraries
 License: GPLv2+
 Source: http://downloads.sourceforge.net/libofx/%{name}-%{version}.tar.gz
 Patch0: fix-ftbfs-gcc4.7.diff
-
 BuildRequires: opensp-devel
 BuildRequires: curl-devel
 BuildRequires: libxml++-devel
@@ -61,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/lib*.la $RPM_BUILD_ROOT%{_datadir}/doc
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README totest.txt
-%{_libdir}/libofx.so.5*
+%{_libdir}/libofx.so.6*
 %{_datadir}/libofx/
 
 %files -n ofx
@@ -77,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/lib*.la $RPM_BUILD_ROOT%{_datadir}/doc
 %{_libdir}/libofx.so
 
 %changelog
+* Mon Sep 23 2013 Bill Nottingham <notting at redhat.com> - 0.9.9-1
+- update to 0.9.9
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.5-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 5bfa8fb..72d5c8e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-58443fd7fa00dbbb6a36c75830774368  libofx-0.9.5.tar.gz
+2ea3adcec51e6dc90555a52a7ab621c9  libofx-0.9.9.tar.gz


More information about the scm-commits mailing list