Hello community,

here is the log from the commit of package aqbanking for openSUSE:Factory
checked in at Thu Aug 4 09:36:16 CEST 2011.



--------
--- GNOME/aqbanking/aqbanking.changes   2011-06-13 20:54:56.000000000 +0200
+++ /mounts/work_src_done/STABLE/aqbanking/aqbanking.changes    2011-07-21 
10:28:30.000000000 +0200
@@ -1,0 +2,27 @@
+Tue Jul 19 14:14:53 UTC 2011 - [email protected]
+
+- Update to version 5.0.14:
+  + Bug fix in applayer.
+- Changes from version 5.0.13:
+  + Added some safeguards in SWIFT.
+  + Fixed a bug in SWIFT parser. This bug caused the plugin to
+    hang while parsing subtags which contain question marks.
+  + Fixed a bug in dlg_pintan_special.dlg
+- Changes from version 5.0.11:
+  + Bug fixes for the parameter list.
+  + Use "void" in functions with empty argument list.
+  + Add argument "--charset" to aqbanking-cli and also fixes a
+    typo.
+  + Fixed a memory leak in banking plugin.
+  + Removed a leftover LDADD.
+  + Increased debug verbosity and comments in joblayer plugin.
+- Update spec file License field from GPLv2+ to GPL-2.0+ to
+  conform with spdx.org identifier.
+- Clean up and reformat spec file.
+- Add FIXME as still unable to parallel make.
+- Update BuildRequires to use pkgconfig(gtk+-2.0) instead
+  of gtk2-devel.
+- Remove service usage, following the new consensus on Factory
+  packaging.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  _service
  _service:recompress:download_url:aqbanking-5.0.10.tar.bz2

New:
----
  aqbanking-5.0.14.tar.gz

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

Other differences:
------------------
++++++ aqbanking.spec ++++++
--- /var/tmp/diff_new_pack.NhE6tq/_old  2011-08-04 09:33:14.000000000 +0200
+++ /var/tmp/diff_new_pack.NhE6tq/_new  2011-08-04 09:33:14.000000000 +0200
@@ -15,76 +15,81 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define build_ofx 1
+%define          aq_plugindir   %{_libdir}/aqbanking/plugins/33
+%define          fronts_libdir  %{aq_plugindir}/frontends
+%define          imex_plugindir %{aq_plugindir}/imexporters
+%define          imex_datadir   %{_datadir}/%{name}/imexporters
+%define          fronts_datadir %{_datadir}/%{name}/frontends
+%define          qb_cfgmoddir   %{fronts_libdir}/qbanking/cfgmodules
+%define          q4b_cfgmoddir  %{fronts_libdir}/q4banking/cfgmodules
 
 Name:           aqbanking
+Version:        5.0.14
+Release:        1
+# FIXME Still unable to use parallel make. Last checked: 2011-07-19
+License:        GPL-2.0+
+Summary:        Library for Online Banking Functions and Financial Data Import 
and Export
+Url:            http://www.aquamaniac.de/aqbanking/
+Group:          Productivity/Office/Finance
+Source:         %{name}-%{version}.tar.gz
+#Source:        
http://www.aquamaniac.de/sites/download/download.php?package=03&release=85&file=01&dummy=aqbanking-5.0.14.tar.gz
+Source1:        aqbanking4-handbook-20091231.pdf
+#Source1:       
http://www.aquamaniac.de/sites/download/download.php?package=09&release=09&file=01&dummy=aqbanking4-handbook-20091231.pdf
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel
-BuildRequires:  gtk2-devel
 BuildRequires:  gwenhywfar-devel >= 4.0
 BuildRequires:  gwenhywfar-tools
 BuildRequires:  ktoblzcheck-devel >= 1.10
+BuildRequires:  pkgconfig(gtk+-2.0)
 %if %build_ofx
 BuildRequires:  libofx-devel
 %endif
-Version:        5.0.10
-Release:        1
 Recommends:     %{name}-lang
-Url:            http://www.aquamaniac.de/aqbanking/
-Group:          Productivity/Office/Finance
-License:        Free Art License 1.3
-Summary:        Library for Online Banking Functions and Financial Data Import 
and Export
-Source:         %{name}-%{version}.tar.bz2
-Source1:        aqbanking4-handbook-20091231.pdf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%define aq_plugindir   %{_libdir}/aqbanking/plugins/33
-%define fronts_libdir  %{aq_plugindir}/frontends
-%define imex_plugindir %{aq_plugindir}/imexporters
-%define imex_datadir   %{_datadir}/%{name}/imexporters
-%define fronts_datadir %{_datadir}/%{name}/frontends
-%define qb_cfgmoddir   %{fronts_libdir}/qbanking/cfgmodules
-%define q4b_cfgmoddir  %{fronts_libdir}/q4banking/cfgmodules
 
 %description
 AqBanking is a generic online banking interface. It allows multiple
 back-ends (currently HBCI) and multiple front-ends (such as KDE, GNOME,
 or console) to be used.
 
-%package doc
-License:        Free Art License 1.3
+%package devel
+License:        GPL-2.0+
 Summary:        Library for Online Banking Functions and Financial Data 
Import/Export
-Group:          Productivity/Office/Finance
+Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
+Requires:       glibc-devel
+Requires:       gwenhywfar-devel
+Requires:       ktoblzcheck-devel
+%if %build_ofx
+Requires:       libofx-devel
+%endif
 
-%description doc
+%description devel
 AqBanking is a generic OnlineBanking interface. It allows multiple
 backends (currently HBCI) and multiple frontends  (e.g. KDE, GNOME,
 console) to be used.
 
-This package contains a handbook.
-
-%package devel
-License:        GPLv2+
+%package doc
+License:        Free Art License 1.3
 Summary:        Library for Online Banking Functions and Financial Data 
Import/Export
-Group:          Development/Libraries/C and C++
-Requires:       %{name} = %{version} glibc-devel gwenhywfar-devel 
ktoblzcheck-devel
-%if %build_ofx
-Requires:       libofx-devel
-%endif
+Group:          Productivity/Office/Finance
+Requires:       %{name} = %{version}
 
-%description devel
+%description doc
 AqBanking is a generic OnlineBanking interface. It allows multiple
 backends (currently HBCI) and multiple frontends  (e.g. KDE, GNOME,
 console) to be used.
 
+This package contains a handbook.
+
 %if %build_ofx
 
 %package ofx
-License:        GPLv2+
+License:        GPL-2.0+
 Summary:        Library for Online Banking Functions and Financial Data 
Import/Export
 Group:          Productivity/Office/Finance
 Requires:       %{name} = %{version}
@@ -110,23 +115,21 @@
        --with-backends="$BACKEND_LIST" \
        --enable-full-doc\
        --enable-gui-tests
-# Does not work with aqbanking-2.2.9:
-#make %{?jobs:-j%jobs}
 make
 
 %install
-%makeinstall
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 # Remove files that we'll have elsewhere
-%__rm %{buildroot}%{_datadir}/doc/%{name}/{AUTHORS,COPYING,ChangeLog,README}
-%__mv %{buildroot}%{_datadir}/doc/aqhbci/aqhbci-tool/README README.aqhbci
+rm %{buildroot}%{_datadir}/doc/%{name}/{AUTHORS,COPYING,ChangeLog,README}
+mv %{buildroot}%{_datadir}/doc/aqhbci/aqhbci-tool/README README.aqhbci
 # Install the handbook
-%__install -m 644 %{SOURCE1} 
$RPM_BUILD_ROOT%{_datadir}/%{name}/aqbanking-handbook.pdf
+%__install -m 644 %{S:1} %{buildroot}%{_datadir}/%{name}/aqbanking-handbook.pdf
 %find_lang %{name}
-%fdupes $RPM_BUILD_ROOT
+%fdupes %{buildroot}
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %post -p /sbin/ldconfig
 
@@ -199,12 +202,6 @@
 %{imex_datadir}/ofx
 %endif
 
-%files lang -f %name.lang
-
-%files doc
-%defattr(-,root,root)
-%{_datadir}/%{name}/aqbanking-handbook.pdf
-
 %files devel
 %defattr(-,root,root)
 ### The aqbanking files
@@ -223,6 +220,12 @@
 %{_libdir}/libaqofxconnect.so
 %endif
 
+%files doc
+%defattr(-,root,root)
+%{_datadir}/%{name}/aqbanking-handbook.pdf
+
+%files lang -f %{name}.lang
+
 %if %build_ofx
 
 %files ofx


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



Remember to have fun...

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

Reply via email to