diff --git a/aqbanking-5.3-conflict.patch b/aqbanking-5.3-conflict.patch deleted file mode 100644 index db4492c..0000000 --- a/aqbanking-5.3-conflict.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up aqbanking-5.0.25/configure.conflict aqbanking-5.0.25/configure ---- aqbanking-5.0.25/configure.conflict 2012-08-03 16:38:39.000000000 -0400 -+++ aqbanking-5.0.25/configure 2013-04-24 11:15:23.327100393 -0400 -@@ -2821,7 +2821,7 @@ Q4BANKING_VERSION_STRING="$AQBANKING_VER - # - # datetime - # --DATETIME="`date +\"%Y%m%d%H%M%S\"`" -+DATETIME="`date +\"%Y%m%d\"`" - - - diff --git a/aqbanking.spec b/aqbanking.spec index ce8dc08..66cf1bb 100644 --- a/aqbanking.spec +++ b/aqbanking.spec @@ -2,15 +2,14 @@ Name: aqbanking Summary: A library for online banking functions and financial data import/export -Version: 5.5.1 -Release: 4%{?dist} +Version: 5.6.10 +Release: 1%{?dist} # Download is PHP form at http://www.aquamaniac.de/sites/download/packages.php Source: %{name}-%{version}.tar.gz Group: System Environment/Libraries License: GPLv2 or GPLv3 URL: http://www.aquamaniac.de/aqbanking/ Patch2: aqbanking-5.0.2-pkgconfig.patch -Patch3: aqbanking-5.3-conflict.patch Patch4: aqbanking-arch.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gwenhywfar-devel >= 4.0.0, gmp-devel, gettext, libtool @@ -53,7 +52,6 @@ compiling programs using Aqbanking. %prep %setup -q -n %{name}-%{version} %patch2 -p1 -b .pkgconfig -%patch3 -p1 -b .conflict # hack to nuke rpaths, slighly less ugly than using overriding LIBTOOL below %if "%{_libdir}" != "/usr/lib" @@ -64,7 +62,8 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure %build %configure \ - --disable-static + --disable-static \ + --with-build-datetime=`date +\"%Y%m%d\"` # not smp_mflags safe # override LIBTOOL to quash rpath @@ -138,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aqbanking/typemaker2 %changelog +* Thu Jul 07 2016 Bill Nottingham - 5.6.10-1 +- update to 5.6.10 + * Wed Feb 03 2016 Fedora Release Engineering - 5.5.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 014093f..8786301 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6069af5cafb97d1f4d3a8a08ba58b876 aqbanking-5.5.1.tar.gz +5e2f0d4743bfd636d04093c19858bf5c aqbanking-5.6.10.tar.gz