Hello community,

here is the log from the commit of package libofx for openSUSE:Factory checked 
in at 2012-01-12 15:30:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libofx (Old)
 and      /work/SRC/openSUSE:Factory/.libofx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libofx", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libofx/libofx.changes    2011-09-23 
02:09:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libofx.new/libofx.changes       2012-01-12 
15:30:55.000000000 +0100
@@ -1,0 +2,19 @@
+Wed Jan 11 07:57:06 UTC 2012 - [email protected]
+
+- Update to version 0.9.5:
+  + Workaround OFX files specifying invalid encoding values
+    (specifically:  UNICODE and CP1252). This should fix most
+    encoding problems reported.
+  + Look for DTD in source directory (simplifies developpement)
+  + Add minor argument checking
+  + Expose field: OfxSecurityData::fiid in API
+  + Make string arguments a const reference where appropriate
+  + Add configure check for help2man tool
+  + Improve build system and autoconf 2.68 compatibility
+  + Improve generated man pages
+  + Use GCC's -fvisibility=hidden to hide internal symbols from
+    external users.
+- Rename libofx4 subpackage to libofx5, following the soname bump.
+- Clean spec-file using spec-cleaner.
+
+-------------------------------------------------------------------

Old:
----
  libofx-0.9.4.tar.gz

New:
----
  libofx-0.9.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libofx.spec ++++++
--- /var/tmp/diff_new_pack.gi0qW3/_old  2012-01-12 15:31:04.000000000 +0100
+++ /var/tmp/diff_new_pack.gi0qW3/_new  2012-01-12 15:31:04.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libofx
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           libofx
-BuildRequires:  curl-devel doxygen fdupes gcc-c++ graphviz libxml++-devel 
opensp-devel pkgconfig
+Version:        0.9.5
+Release:        0
+Summary:        OFX Command Parser and API
 License:        GPL-2.0+
 Group:          Development/Libraries/Other
-Version:        0.9.4
-Release:        5
-Summary:        OFX Command Parser and API
 Url:            http://libofx.sourceforge.net/
-Source:         libofx-%{version}.tar.gz
+Source:         
http://downloads.sourceforge.net/project/libofx/libofx/0.9.5/%{name}-%{version}.tar.gz
+BuildRequires:  curl-devel
+BuildRequires:  doxygen
+BuildRequires:  fdupes
+BuildRequires:  gcc-c++
+BuildRequires:  graphviz
+BuildRequires:  libxml++-devel
+BuildRequires:  opensp-devel
+BuildRequires:  pkgconfig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -39,13 +44,12 @@
 It has since evolved into a generic library, so all OpenSource
 Financial software can benefit from it."
 
-%package -n libofx4
-License:        GPL-2.0+
-Group:          Development/Libraries/Other
+%package -n libofx5
 Summary:        OFX Command Parser and API
-Requires:       %{name} = %{version}
+Group:          Development/Libraries/Other
+Requires:       %{name} >= %{version}
 
-%description -n libofx4
+%description -n libofx5
 LibOFX is a parser and API designed to allow applications to support
 OFX command responses, usually provided by financial institutions for
 statement downloads. The author says, "To my knowledge, it is the first
@@ -56,10 +60,10 @@
 Financial software can benefit from it."
 
 %package devel
-License:        GPL-2.0+
-Group:          Development/Libraries/Other
 Summary:        OFX Command Parser and API
-Requires:       %{name} = %{version} glibc-devel
+Group:          Development/Libraries/Other
+Requires:       %{name} = %{version}
+Requires:       glibc-devel
 
 %description devel
 LibOFX is a parser and API designed to allow applications to support
@@ -72,26 +76,26 @@
 Financial software can benefit from it."
 
 %prep
-%setup
+%setup -q
 chmod -x doc/ofx_sample_files/ofx_spec160_stmtrs_example.sgml
 
 %build
 %configure --disable-static --with-pic --with-opensp-libs=%{_libdir}   
-%{__make} %{?jobs:-j%jobs} docdir=%{_defaultdocdir}/%{name}
+make %{?_smp_mflags} docdir=%{_defaultdocdir}/%{name}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}
-mv $RPM_BUILD_ROOT%{_datadir}/doc/libofx 
$RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
-rm $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/INSTALL
-cp -a doc/ofx_sample_files/*.* $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/
-cp -a doc/html $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/
-%fdupes $RPM_BUILD_ROOT
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+%make_install
+mkdir -p %{buildroot}%{_defaultdocdir}
+mv %{buildroot}%{_datadir}/doc/libofx %{buildroot}%{_defaultdocdir}/%{name}
+rm %{buildroot}%{_defaultdocdir}/%{name}/INSTALL
+cp -a doc/ofx_sample_files/*.* %{buildroot}%{_defaultdocdir}/%{name}/
+cp -a doc/html %{buildroot}%{_defaultdocdir}/%{name}/
+%fdupes %{buildroot}
+rm -f %{buildroot}%{_libdir}/*.la
 
-%post -n libofx4 -p /sbin/ldconfig
+%post -n libofx5 -p /sbin/ldconfig
 
-%postun -n libofx4 -p /sbin/ldconfig
+%postun -n libofx5 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -102,7 +106,7 @@
 %{_datadir}/libofx/
 %{_mandir}/man1/*.1%{?ext_man}
 
-%files -n libofx4
+%files -n libofx5
 %defattr (-, root, root)
 %{_libdir}/*.so.*
 
@@ -116,6 +120,6 @@
 %{_libdir}/pkgconfig/libofx.pc
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %changelog

++++++ libofx-0.9.4.tar.gz -> libofx-0.9.5.tar.gz ++++++
++++ 138953 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to