SHA256
1
0
forked from pool/aqbanking
Commit Graph

69 Commits

Author SHA256 Message Date
Dominique Leuenberger
d00f29ace8 Accepting request 599641 from Office
- Update to 5.7.8
  + Bugfixes
  + Updates of German bankinfo files
- Drop --with-qt4-libs configure parameter: no longer understood by
  configure.
- Remove libqt4-devel BuildRequires: since --with-qt4-libs is not
  understood anyway, we do not require the libst.
- override build date to make build reproducible and fix build-compare
- enable paypal back-end
- enable EBICS back-end (for openSUSE 42.3+)
- Update to 5.7.6beta
  + finally fix unclean TLS connection shutdown by HBCI servers
  + fix passing user flags to the http module
- Update to 5.7.5beta
  + support for ZKA cards (by Holger Magnussen)
  + updated bank information for German banks
  + some bugfixes
  + adapted and re-activated the paypal plugin (by Holger Magnussen)
  + HBCI: allow changing the server address in RDH and DDV mode
- Update to 5.7.4beta
  + Fix crash pulling new accounts
  + Enable setting the new flag tlsgnPrematureClose from console
- Update to 5.7.2beta
  + Fix crash receiving account list
- quick fix for $CPP being unset and configure failing to handle
  include dirs properly
- Update to 5.7.1beta:
  + re-retrieval of the account list is not required anymore to
    continue using existing accounts
- Update to 5.7.0beta:
  + finally fixes the problem of not correlating accounts correctly
    if the bank returns multiple accounts with the same account
    number and IBAN
- Update to 5.6.12
  + Improvement in handling account owners
- Update to 5.6.10:
  + fixes problems with some special HBCI messages
  + support HHD 1.3.2 (Flicker codes for PIN/TAN) again
    (thanks to Martin Kuehn)
- Update to 5.6.9beta:
  + support old-version Flicker codes which are still used by
    some banks (thanks to Martin Kuehn)
- Update to 5.6.8beta:
  + this should finally fix problems with the comdirect bank
    (and others)
- Update to 5.6.7beta:
  + fixes further problems using the "Unterkontomerkmal" field
    for multiple accounts with the same account number,
    e.g. comdirect bank
- Update to 5.6.6beta:
  + fix an error with the version number
- Update to 5.6.5beta:
  + fix SWIFT parser problems with banks using non-standard
    conform data, e.g. also extract the IBAN from the account
    number field
  + store UPD seperately for each account depending on account
    number and sub-account number ("Konto-Unterkennung") - this
    should fix problems with banks using the same account number
    for multiple accounts, e.g. comdirect bank
- Update to 5.6.4beta
  + Fix error in SWIFT importer (missing import of :NS: fields)
  + Fix transmission of Flicker codes (HHD 1.4)
- Update to 5.6.1 (beta):
  + improve the SWIFT parser
    (NOTE: duplicates may arise after first updating your accounts)
- Update to 5.6.0 (beta):
  + make the SWIFT parser tolerate non-specification conforming
    information, e.g. from the SpardaBank and Netbank
    (NOTE: duplicates will arise for those banks after first
     updating your accounts)
  + support a HBCI module for COR1-SEPA direct debits (not fully
    tested yet)
  + some improvements in the build system
- Update to 5.5.1
  + SEPA transactions mostly working now
  + stable version
- Update to version 5.5.0.2
  + Shorten paths of some AqHBCI files.
    "tar" has a filename limit of 99, so we need to shorten the total
    path, otherwise "make dist" will fail.
- Add a dependency on cmake; aqbanking now provides cmake configuration
  files for development
- Update to 5.4.3beta
  + Fix a bug in aqbanking-cli concerning standing orders
- Update to 5.4.2beta
  + Introduce command sepadebitnotes for aqbanking-cli
- Update to 5.4.1beta
  + Bugfixes by Elias Oltmanns
- Update to 5.4.0beta
  + Fix problems with SEPA debit orders
  + Fix wrong key length for RDH10
- Update to 5.3.6beta
  + Fix an issue with RDH10
- Fixes in previous versions:
  + Change in plugin architecture
  + Bugfixes for SEPA (e.g. missing sum field)
- Update to version 5.3.0beta:
  + fixes some problems with SEPA orders and simplifies the code
    of AqHBCI (better extensibility for future order types)
  + extends the SWIFT parser to decode SEPA fields in Netbank
    statements (may yield to duplicates)
- Update to version 5.2.0beta:
  + contains the EBICS module (now under GPL license)
  + some minor internal improvements regarding BIC and IBAN
- fix build for SLE
- Update to version 5.1.0beta:
  + improvements to the SEPA exporter
    (ability to create bank valid transfers and debits)
  + add fields required for SEPA debits to AB_TRANSACTION
  + SEPA debits should work (not tested yet)
  + add a command to AqBanking-CLI to add a SEPA debit to a
    ImExporterContext file from which orders in SEPA format can be
    exported
- Update to version 5.0.32beta:
  + fixes a compiler problem with missing source code files
- Update to version 5.0.31beta:
  + contains further code for SEPA transactions
  + request for help: please fetch your latest statements with
    this version and have a look whether there is information on
    the segment "HICDS" in the user settings
    ("$HOME/.aqbanking/settings/users/*.conf")
  + requires at least Gwenhywfar 4.7.0beta
- Update to version 5.0.30beta:
  + adds a missing file
- Update to version 5.0.29beta:
  + fixes a few compile warnings
  + fixes a bug in the SEPA module
  + add support for REINVEST tags in the OFX parser
    (thanks to Paul Conrady)
  + let the OFX DirectConnect module send the HTTP-Header
    "user-agent"
- drop aqbanking-5.0.28beta.no-return-in-nonvoid-function.diff
  patch (included upstream)
- Update to version 5.0.28beta:
  + fixes some bugs in the previous version
  + improvements to the German translation (thanks to Christian)
  + adds support for downloading credit card transactions from
    some Sparkasse banks (thanks to Matthias)
- Update to version 5.0.27beta:
  + adds a missing file in the last version's package
- Update to version 5.0.26beta:
  + implements SEPA transactions via HBCI
    (tested with some Sparkasse and Postbank banks)
  + adds commands to aqhbci-cli for retrieving SEPA information
    about bank accounts needed for SEPA transactions
  + removes (unmaintained) paypal back-end
- add aqbanking-5.0.28beta.no-return-in-nonvoid-function.diff patch
- Update to version 5.0.25:
  + added support for exporting bank transfers/direct debits via CSV
    (new CSV profile "transfers")
- Update to version 5.0.24:
  + fixes several bugs, particularly in the various HBCI keyfile
    methods and creating INI mails in HTML
  + mark PIN as bad in PIN/TAN mode if dialogue calcelled
- license update: SUSE-Free-Art-1.3
  Added SUSE-Free-Art-1.3 to the spreadsheet linked at license.opensuse.org
- Update to version 5.0.23:
  + minor improvements to the CSV profile editor
- Update to version 5.0.22:
  + fixes some problems with the SWIFT parser
  + fixes a crash with empty configuration files
  + added an option to set that (when using mTAN) the SMS account
    is not being charged (required by GAD-based banks)
- included %{_datadir}/aclocal in the devel package
- Update to version 5.0.21:
  + more flexible SWIFT parser
  + improved flicker message display of optical chipTAN methods
- Update to version 5.0.20:
  + added support for newer TAN methods (HKTAN5)
  + added a dialogue to change account settings
    (allows changing e.g. "Prefer Single Transfer")
- Update to version 5.0.19:
  + support for optical chipTAN methods (in principal - for now only
    implemented in the FOX front-end)
- Update to version 5.0.17:
  + additionally licensed under GPLv3
  + fixes a bug in the PIN/TAN definition files (HBCI backend)
- Update to version 5.0.16:
  + fixes a write error
  + supports setting the charset during OFX import
- Remove redundant tags/sections from specfile
- Update to version 5.0.15:
  + fixed some bugs in OFX DirectConnect
  + cmd tools now also link to libstdc++ to fix some segfaults
- 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.
- Update to version 5.0.10:
  + some bug fixes
  + internal symbols of AqHBCI are not exported anymore
  + better handling of standing orders and terminated bank
    transfers during imports
- Update to version 5.0.9beta:
  + added "aqhbci-tool logfile" to anonymise log files
  + bug fixes for manual ChipTAN methods
- Update to version 5.0.8beta:
  + support for new iTAN methods (some manual ChipTAN methods might
    now work)
- Update to version 5.0.7:
  + added support for HKTAN version 5 in the HBCI backend
   (this should improve support for some manual ChipTan methods)
- Update to version 5.0.6:
  + fixes bugs with long RDH keys (HBCI)
- Update to version 5.0.5:
  + bugfixes in the HBCI-NewKeyFile dialogue and Q43 import
  + added a first version of the C++ wrappers to aqbanking
    (by Christian)
- Update to version 5.0.4:
  + do not assert() when failing to save user/account
  + improved handling of iTAN modes
- Update to version 5.0.3:
  + fixes some bugs in the OFX back-end
  + added support for TanMediumId when using smsTAN
- Update to version 5.0.2:
  + fixed some errors with HBCI version 2.2 and above
  + some fixes for Windows
- Remove unneeded BuildRequires: libqt4-devel python-devel pyxml
  qt3-devel.
- Add BuildRequires: gcc-c++ (we need it), gtk2-devel (needed for
  --enable-gui-tests configure option).
- Remove qt3-devel Requires from devel package.
- Pass --enable-gui-tests to configure: while we do not care much
  about this, it is useful to work around a bug in the configure
  script that causes ktoblzcheck to not be detected.
- Do not pass --with-qt3-libs and --with-qt4-libs to configure:
  these options don't exist anymore.
- Update to version 5.0.1:
  + Fix issue when querying HBCI system identification.
- Update to version 5.0.0:
  + Fix several issues with HBCI, mainly PIN/TAN.
  + Usage of the new dialog framework of gwenhywfar.
  + Support querying of paypac account balance.
  + Improved dialogs for HBCI and OFX DirectConnect.
  + New dialogs of EBICS and PayPal.
- Change lang Requires to Recommends.
- Drop aqbanking-qt3, aqbanking-qt4, aqbanking-ofx-qt3,
  aqbanking-ofx-qt4 subpackages as aqbanking now uses the new
  dialog framework of gwenhywfar.
- Update to version 4.2.4:
  + Probably fixed a problem in definition of HITAN:1.
  + Fixed a bug in SecProfile definition.
  + Added CSV profile for Nederlandse SNS Bank.
  + Added a few SEPA-related fields to AB_TRANSACTION.
  + Improved handling of SWIFT fields within TAGS, special handling
    for SEPA transactions.
  + CSV-Im-/Exporter: Added profile variables "commaThousands" and
    "commaDecimal".
  + Added tanMethod version 3 and make HITANS:2 use that.
  + Improved debug and error messages concerning itan modes.
  + The three digit code in a :86: field is the transaction code,
    not the text key.
  + DTAUS-Exporter: Segment too long purpose lines instead of
    rejecting them.
  + Added missing segment description "HKTAN:3".
  + Build fixes.
- Add libqt4-devel BuildRequires, and create qt4 and ofx-qt4
  subpackages.
- Pass --with-qt4-libs to configure to fix detection of where qt4
  libraries live.
- Update to version 4.2.3:
  + Decrease verbosity.
  + Fixed a bug in "Verfahrensparameter Zwei-Schritt-Verfahren" of
    HITANS:3.
- Update handbook to 20091231 version.
- Update to version 4.2.2:
  + Decreased verbosity.
  + Fixed a bug in the description of HITAN(1).
- Update to version 4.2.1:
  + Applied a series of SWIFT-patches.
  + Decrease debug level of several non-critical messages.
  + Updated German bank info files.
- Remove autoreconf call since it's unneeded.
- Add gwenhywfar-tools BuildRequires, since some binaries were
  moved from gwenhywfar-devel to gwenhywfar-tools.
- Move the handbook to a doc subpackage, since its big and has a
  different license.
- Remove .la files.
- Update to version 4.2.0:
  + better import of previous configurations
  + use pin file for chipcards in non-interactive mode
  + DTAUS import now sets order type correctly
- Changes from version 4.1.8:
  + fixes problems with locks inside the HBCI module
- Changes from version 4.1.7:
  + fixes OFX parser not being linked into the application
- Changes from version 4.1.6:
  + fixes an important bug in the HBCI module that was preventing
    users to store certain user and account information
- Changes from version 4.1.5:
  + fixes some minor bugs in the HBCI module
  + removes unused code
  + special support for statistical modules has been removed again
    to simplify the build system
- Changes from version 4.1.4:
  + made max number of payments per (collective) order configurable
- Changes from version 4.1.3:
  + fixes a bug in newer RDH modes (HTML output did not contain the
    correct hash value)
  + improved the CSV import so that columns can be exchanged based
    on their leading sign (this is being used by the new CSV
    profile of the Postbank Frankfurt/Main)
  + AqHBCI tool now checks valid combinations of RDH mode and HBCI
    version
- Changes from version 4.1.2:
  + fixes a crash in the QT3 frontend when editing accounts
- Drop aqbanking-strncat.patch: unneeded now.
- Added pdf-handbook
- Remove gtk2-devel, kdelibs3-devel, libchipcard4,
  libchipcard4-devel and libglade2-devel BuildRequires: they're
  either redundant or unneeded.
- Remove gtk2-devel, kdelibs3-devel, libchipcard4-devel,
  libglade2-devel Requires of devel package.
- Change libchipcard3-devel Requires to libchipcard4-devel Requires
  in devel package.
- Remove --enable-python and --with-kde3-libs configure option:
  they don't exist anymore.
- Remove the yellownet-related subpackages: there's no such backend
  anymore in this version. This fixes the build on i586.
- update to 4.0.0, triggered by gwenhywfar
  - too long without update to describe in a few lines,
    this is very active project
- Add aqbanking-remove-datetime.patch to be more build-compare
  friendly.
- fix build with gcc 4.4 
- update to 2.3.3 (last in 2.3 series)
  - Very minor improvements: One windows function signature has been
    fixed. DTAUS export has been improved. Error messages at
    aqbanking-tool have been improved.
- update to 2.3.2
  - Windows registry lookup issues have been solved.  This release is only
    interesting for windows users.
- update to 2.3.1
  - Fix translations when using qt4, especially on Windows. Improve
    cross-compiling. (This release brings no changes for the conventional
    qt3 compile.)
- update to 2.3.0
  - Fix some path lookup issues on MS Windows. Fix a crash with erroneous
    bank codes. Fix check function in PIN/TAN mode. Improved
    aqhbci-tool. Add a function for easier initial setup (hence the
    incremented version number).
- disabled ofx backend build (incompatible with current libofx)
- fix open call
- Use %fdupes
- Split off a -lang subpackage.
- Updated to version 2.2.9:
  * Improvements in the setup wizard.
  * Fix qt4 porting code.
  * Fix crashes when actions have no selected items in qbanking.
  * Improve aqbanking-tool and aqhbci-tool usage messages.
  * Fix command line processing in tool hbcixml.
  * Fixed changes in aqofxconnect to be enabled only for new libofx
    versions.
  * The config file is saved correctly.
  * Adaptation on gwenhywfar changes.
  * AqGeldKarte has been fixed and adapted to Libchipcard3.
  * The QBanking frontend is now less verbous.
  * Allows to setup iTAN HBCI accounts.
  * Import profile for ABN AMRO Bank (NL).
  * Other fixes and improvements, see NEWS for details.
- add missing %run_ldconfig calls
- fixed comparison with string literal (strcmp.patch) [#224464]
- Updated to version 2.2.3:
  * Allows to setup iTAN HBCI accounts.
  * Improved support for HBCI iTAN mode, added an import profile
    for ABN AMRO Bank (NL).
  * Fixes some errors.
- update to version 2.2.1
- fixed a bug in DTAUS importer profile "default"
- src/libs/aqbanking/types/transaction.xml: Fix typos
- added aqbanking-tool command "chkiban" which checks whether a given IBAN
  is valid
- AqOfxConnect: Fixed a bug in provider.c which could lead to a segfault
- generic bankinfo plugin:
  - implemented a mechanism to update bank info files via additional files
  - Germany: Updated HBCI and bank info files (now reads new
    format of Bundesbank files)
  - Austria:
    - updated BLZ file (now reads new, more extensive format)
    - added OFX server information for BAWAG P.S.K and EasyBank
- AqHBCI:
  - removed functions AH_HBCI_HbciToUtf8() and AH_JobQueue_AddAsUtf8() because
    they are no longer needed since the whole server response is transformed
    to UTF8 -> finally fixes Umlaut problems
  - implemented iTAN process type 2: It now works against the test server,
    tomorrow I will have to test it against a real server
- Fix rule srcdoc if directory was not existing 
- Work around broken configure check.
- Updated to version 2.0.0 (new branch).
- Split package to follow upstream packaging.
- Fixed documentation path (#146744).
- converted neededforbuild to BuildRequires
- Fixed libtool patch.
- New SuSE package, version 1.2.0.
  Based on spec file from Rajesh Singh <rajeshsingh.geo@yahoo.com>.

OBS-URL: https://build.opensuse.org/request/show/599641
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=74
2018-04-26 11:37:33 +00:00
Johannes Engel
0cdd06c197 Add keyring for source verification
OBS-URL: https://build.opensuse.org/package/show/Office/aqbanking?expand=0&rev=7
2018-04-21 19:46:00 +00:00
Johannes Engel
44a06ff88a OBS-URL: https://build.opensuse.org/package/show/Office/aqbanking?expand=0&rev=6 2018-04-21 19:32:39 +00:00
Johannes Engel
b9b5d61f53 Accepting request 599634 from home:j-engel:branches:Office
- Update to 5.7.8
  + Bugfixes
  + Updates of German bankinfo files

OBS-URL: https://build.opensuse.org/request/show/599634
OBS-URL: https://build.opensuse.org/package/show/Office/aqbanking?expand=0&rev=5
2018-04-21 19:16:26 +00:00
Dominique Leuenberger
b67cfdf59c Accepting request 546418 from Office
OBS-URL: https://build.opensuse.org/request/show/546418
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=73
2017-11-30 11:45:49 +00:00
Johannes Engel
763c654d79 Accepting request 545908 from home:dimstar:Factory
Not yet build tested, but since configure complained that it would not know --with-qt4-libs, this sounds almost obvious

OBS-URL: https://build.opensuse.org/request/show/545908
OBS-URL: https://build.opensuse.org/package/show/Office/aqbanking?expand=0&rev=4
2017-11-29 13:09:02 +00:00
Dominique Leuenberger
64ee70c605 Accepting request 508952 from Office
1

OBS-URL: https://build.opensuse.org/request/show/508952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=72
2017-07-09 11:04:21 +00:00
Johannes Engel
dbd586398f Accepting request 507569 from home:bmwiedemann:branches:Office
override build date to make build reproducible and fix build-compare

OBS-URL: https://build.opensuse.org/request/show/507569
OBS-URL: https://build.opensuse.org/package/show/Office/aqbanking?expand=0&rev=3
2017-07-08 13:21:59 +00:00
Dominique Leuenberger
d302b42e81 Accepting request 505635 from Office
1

OBS-URL: https://build.opensuse.org/request/show/505635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=71
2017-06-29 13:12:50 +00:00
Dominique Leuenberger
c33a8c46eb Accepting request 435428 from X11:common:Factory
1

OBS-URL: https://build.opensuse.org/request/show/435428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=70
2016-10-18 08:43:08 +00:00
Dominique Leuenberger
ba6d3605f6 Accepting request 433471 from X11:common:Factory
Update to 5.7.2beta

OBS-URL: https://build.opensuse.org/request/show/433471
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=69
2016-10-06 10:47:56 +00:00
Dominique Leuenberger
03300716d4 Accepting request 426772 from X11:common:Factory
1

OBS-URL: https://build.opensuse.org/request/show/426772
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=68
2016-09-12 11:27:33 +00:00
Dominique Leuenberger
95e6630e8a Accepting request 393085 from X11:common:Factory
1

OBS-URL: https://build.opensuse.org/request/show/393085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=67
2016-05-02 08:44:54 +00:00
Dominique Leuenberger
bc0284eb48 Accepting request 385509 from X11:common:Factory
1

OBS-URL: https://build.opensuse.org/request/show/385509
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=66
2016-04-07 11:32:40 +00:00
Dominique Leuenberger
435088ccad Accepting request 353448 from X11:common:Factory
Update to 5.6.4

OBS-URL: https://build.opensuse.org/request/show/353448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=65
2016-01-15 09:41:33 +00:00
Stephan Kulow
0e34e129b7 Accepting request 345374 from X11:common:Factory
1

OBS-URL: https://build.opensuse.org/request/show/345374
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=64
2015-11-22 10:00:49 +00:00
Dominique Leuenberger
b22b242f42 Accepting request 267096 from X11:common:Factory
Update to stable release 5.5.1 including some bugfixes

OBS-URL: https://build.opensuse.org/request/show/267096
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=63
2015-01-03 21:01:19 +00:00
Stephan Kulow
e57d7ca5a6 Accepting request 265976 from X11:common:Factory
1

OBS-URL: https://build.opensuse.org/request/show/265976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=62
2014-12-21 11:05:09 +00:00
Stephan Kulow
10dca03f21 Accepting request 231480 from X11:common:Factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/231480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=60
2014-04-26 07:59:24 +00:00
Stephan Kulow
a526d82494 Accepting request 228285 from X11:common:Factory
Update to 5.4.2beta, all openSUSE distributions build properly, SLES does not provide all the requirements currently and is thus disabled.

OBS-URL: https://build.opensuse.org/request/show/228285
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=59
2014-03-31 18:42:26 +00:00
Stephan Kulow
0d0ae94fb2 Accepting request 224486 from X11:common:Factory
Update to 5.4.1 including bugfixes. SEPA should now work for even more users.

OBS-URL: https://build.opensuse.org/request/show/224486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=58
2014-03-04 12:20:15 +00:00
Tomáš Chvátal
9e9dd69417 Accepting request 223953 from X11:common:Factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/223953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=57
2014-02-28 15:22:41 +00:00
Stephan Kulow
4e541a70b1 Accepting request 222662 from X11:common:Factory
Update to 5.3.6beta and integration of changes from home:j-engel:banking as discussed (forwarded request 221554 from j-engel)

OBS-URL: https://build.opensuse.org/request/show/222662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=56
2014-02-19 05:51:26 +00:00
Stephan Kulow
1cf5d3567a Accepting request 214456 from X11:common:Factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/214456
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=55
2014-01-21 06:02:04 +00:00
Tomáš Chvátal
8520c689d5 Accepting request 205378 from X11:common:Factory
update to version 5.1.0beta (= 5.1.0 is beta, there is no 5.1.0 final)

OBS-URL: https://build.opensuse.org/request/show/205378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=54
2013-11-01 16:40:50 +00:00
Stephan Kulow
c4e95fbd25 Accepting request 199696 from X11:common:Factory
update to 5.0.32beta (like last time: there won't be a 5.0.32) - please forward to Factory (forwarded request 199481 from NicoK)

OBS-URL: https://build.opensuse.org/request/show/199696
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=53
2013-09-23 06:46:43 +00:00
Stephan Kulow
dd4da8e52a Accepting request 196889 from X11:common:Factory
update to 5.0.31beta (again, this version is 5.0.31 which identifies itself as beta - there won't be a 5.0.31 final) (forwarded request 196886 from NicoK)

OBS-URL: https://build.opensuse.org/request/show/196889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=51
2013-09-02 14:49:33 +00:00
Ismail Dönmez
3bebf8e2c8 Accepting request 134023 from X11:common:Factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/134023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=49
2012-09-14 10:12:18 +00:00
Stephan Kulow
191f2b370b Accepting request 121226 from X11:common:Factory
license update: SUSE-Free-Art-1.3
Added SUSE-Free-Art-1.3 to the spreadsheet linked at license.opensuse.org (forwarded request 121216 from babelworx)

OBS-URL: https://build.opensuse.org/request/show/121226
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=47
2012-05-21 05:23:44 +00:00
Stephan Kulow
62c7e8372e Accepting request 109660 from X11:common:Factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/109660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=46
2012-03-22 11:31:03 +00:00
Stephan Kulow
0e07a93415 Accepting request 99707 from X11:common:Factory
update to 5.0.22,
fix build for Factory by including %{_datadir}/aclocal directory

OBS-URL: https://build.opensuse.org/request/show/99707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=45
2012-01-11 14:35:54 +00:00
Stephan Kulow
ac91cfd686 Accepting request 97471 from X11:common:Factory
update to 5.0.19 (updates, initial support for optical chipTAN methods, also licensed under GPL3)

OBS-URL: https://build.opensuse.org/request/show/97471
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=44
2012-01-05 12:47:45 +00:00
Lars Vogdt
fc0881504a Accepting request 85535 from GNOME:Apps
Pushing G:A

OBS-URL: https://build.opensuse.org/request/show/85535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=42
2011-10-02 07:48:00 +00:00
Lars Vogdt
cadf41e318 Accepting request 83428 from GNOME:Apps
update to 5.0.15 (forwarded request 81822 from NicoK)

OBS-URL: https://build.opensuse.org/request/show/83428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=41
2011-09-19 20:48:49 +00:00
Sascha Peilicke
2642af0e7c Autobuild autoformatter for 77760
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=40
2011-08-04 07:36:22 +00:00
Sascha Peilicke
3a77f23984 Accepting request 77760 from GNOME:Apps
Pushing G:A

OBS-URL: https://build.opensuse.org/request/show/77760
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=39
2011-08-04 07:36:05 +00:00
Michael Schröder
f85108184c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=38 2011-06-14 12:38:39 +00:00
Michael Schröder
3ef623df1d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=37 2011-06-14 12:01:03 +00:00
OBS User unknown
8e73ddfef8 trigger service run
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=36
2011-06-14 11:47:17 +00:00
Sascha Peilicke
2f7e9c46a1 Autobuild autoformatter for 73486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=35
2011-06-14 10:18:49 +00:00
Sascha Peilicke
92e128c174 Accepting request 73486 from GNOME:Apps
update to 5.0.10 (forwarded request 73458 from NicoK)

OBS-URL: https://build.opensuse.org/request/show/73486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=34
2011-06-14 10:18:38 +00:00
Sascha Peilicke
fec3d7b4d4 Accepting request 71805 from GNOME:Apps
update to 5.0.7 (forwarded request 71572 from NicoK)

OBS-URL: https://build.opensuse.org/request/show/71805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=33
2011-05-30 08:34:29 +00:00
Sascha Peilicke
9439af0a8a Accepting request 70911 from GNOME:Apps
update to 5.0.6 (forwarded request 70844 from NicoK)

OBS-URL: https://build.opensuse.org/request/show/70911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=32
2011-05-23 10:37:56 +00:00
Sascha Peilicke
1fa14d4323 Accepting request 65536 from GNOME:Apps
Copy from GNOME:Apps/aqbanking based on submit request 65536 from user coolo

OBS-URL: https://build.opensuse.org/request/show/65536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=31
2011-03-30 09:59:36 +00:00
Sascha Peilicke
1b13da9cbd Accepting request 63405 from GNOME:Apps
Accepted submit request 63405 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/63405
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=30
2011-03-04 11:05:35 +00:00
dcb2ceee9d Autobuild autoformatter for 58450
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=28
2011-01-17 17:33:38 +00:00
248012af4b Accepting request 58450 from GNOME:Apps
Accepted submit request 58450 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/58450
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=27
2011-01-17 17:33:30 +00:00
04f87bf5c5 Autobuild autoformatter for 58207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=26
2011-01-14 15:50:20 +00:00
40a275c44d Accepting request 58207 from GNOME:Apps
Accepted submit request 58207 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/58207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=25
2011-01-14 15:50:12 +00:00
9ecbf53ac5 Autobuild autoformatter for 55543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=24
2010-12-10 16:52:17 +00:00