Commit Graph

62 Commits

Author SHA256 Message Date
Yuchen Lin
f13dbdc302 Accepting request 697221 from Office
- Fixed typo in changelog file
- Prepare the KDE4/Qt4 removal from factory.
- Run spec-cleaner
- Update to version 4.99.8 (beta) required by libchipcard-5.1.2:
  * Generalization in the generic TLV to GWEN DB parser.
  * Speedup of GWEN_Date_dup (about factor 16).
  * Correctly read a UTF-8-encoded MT940 file.
  * Updated Gwengui-Gtk3.
  * API improvements.
  * Other fixes.
- Update to version 4.20.1:
  + bgo#794707: Aqbanking combo boxes missing selection.
  + Major speedup of GWEN_IdList64_AddId().
  + Fix all Gtk3 deprecation warnings.
- Update to version 4.20.0:
  + Add a Gtk3 frontend.
- Add:
  + pkgconfig(gtk+-3.0) BuildRequires and libgwengui-gtk3
    subpackage following upstream changes.
  + Conditionalized autoconf, automake and libtool BuildRequires
    along with autoreconf call to ease the switching between
    tarballs with or without configure script.
  + Missing ldconfig post/postun scriptlets for libgwengui-qt5.
- Drop standard BuilRoot tag definition: RPM already handles this
  itself.
- Delete redundant deprecated clean section.
- Switch gnutls and gtk2 devel packages BuildRequires with their
  respectives pkgconfig modules counterparts.
- Re-enable Qt4 front-end, kmymoney still needs it for its kbanking
  plugin
- BuildIgnore libopenssl-1_0_0-devel to avoid openssl conflict on
  Tumbleweed
- Update to 4.18.0
  + show SSL certificate hashes as MD5, SHA1, and SHA512
- Conditionalize usage of qt4 libs
- Enable Qt5 front-end
- Update to 4.17.0
  + minor bugfixes
- Update to 4.16.0
  + Fix issues handling certificates
- quick fix for $CPP being unset and configure failing to handle
  include dirs properly
- Update to 4.15.5beta
  + Fix connections to buggy SSL servers
- Update to 4.15.3
  + improve and simplify the TLS code
  + fix an error in the message parser (MsgEngine) that caused
    problems with some special HBCI messages
  + new (experimental) QT5 front-end (not enabled yet here)
- Update to 4.15.2beta
  + Use new code for SSL connections to enable build with current
    GnuTLS versions. This obsoletes patch gwenhywfar-gnutls30.patch
- Update to 4.14.0:
  + Fix segfault on windows when using HBCI with keyfile.
  + Major speedup of GWEN_Directory_GetMatchingFilesRecursively().
  + Re-work Compiler Symbol Visibility Check.
  + Drop unused autoconf variable gwen_enable_export.
  + Fix symbol visibilty check for GCC 5.x.
  + Revert "Turn compiler warning for implicit function declaration
    into error."
  + Revert "Disable timestamps in HTML pages generated by Doxygen".
  + Disable timestamps in HTML pages generated by Doxygen.
  + typemaker2: Added support for _free-hooks, fixed many compiler
    warnings.
  + API ADDITION: Added 2 more virtual functions to
    GWEN_MULTICACHE.
  + Added functions
    GWEN_Param_List_Get/SetCurrentValueAsInt/Double.
- Add gwenhywfar-gnutls30.patch: Fix build with gnutls30, patch
  taken from Arch linux.
- Update to version 4.13.1:
  + Add function declaration that was missing in header, as
    discovered by the additional compiler option.
  + Turn compiler warning for implicit function declaration into
    error.
  + Fix function name for systems without <langinfo.h> but with
    <localcharset.h>.
- Update to version 4.13.0
  + Some bugfixes, stable version
- Update to version 4.12.0beta
  + Fixes a bug in calculating quarter's beginning and end
- Update to version 4.11.0beta
  + Bugfixes by Elias Oltmanns
- Update to version 4.10.0beta
  + Add functions for individual plugin paths for other libraries
- Create Fox16 GUI
- Move documentation to separate package to enable multi-version
  coexistence of the library
- Update to version 4.9.0beta:
  + adds new code for cipher selection with SSL connections
    (still some problems with the Netbank, please report back)
  + Netbank works setting the GWEN_TLS_CIPHER_PRIORITIES
    environment variable to "NORMAL:-AES-256-CBC"
- Update to version 4.8.0beta:
  + new functions to work with dates (module GWEN_DATE,
    e.g.  GWEN_Date_GetLastHalfYearStart())
  + fix some errors in the layout of the  FOX 1.6 GUI module.
  + some improvements in typemaker2. 
- Update to version 4.7.0beta:
  + contains improvements if the TypeMaker2 tool
  + fixes an error linking libgpg-error.so
  + adds some functions to the GWEN_XML and GWEN_DATE modules
    used by the new AqBanking version 5.0.31beta
  + Info: this is still beta because the MULTICACHE module is
    still work in progress
- Update to version 4.6.0beta:
  + adds a new module for cache handling and some widely used
    functionality
  + major (internal) improvements to typemaker2
  + complete German translation (thanks to Christian)
- Update to version 4.5.0beta:
  + adds some small changes for SEPA transactions needed by
    aqbanking
- update license to new format
- Change lang package Requires to Recommends since it is not
  mandatory at runtime.
- Update to version 4.3.3:
  + do not use the deprecated libgcrypt interface for RSA keys
    anymore (allows compilation with newer libgcrypt versions)
- Update to version 4.3.2:
  + fixes network problems on Windows
- included %{_datadir}/aclocal in the devel package
- removed gwenhywfar-gnutls-3.0.3.patch (fixed upstream in 4.3.1)
- Update to version 4.3.1:
  + this version is needed for AqBanking's new support for the
    optical chipTAN method
  + some improvements to the typemaker2 tool
- Add gwenhywfar-gnutls-3.0.3.patch: fix build with gnutls 3.0.3.
- Update to version 4.3.0:
  + added a new method for converting charsets
  + better error handling in the build system
- Add GPL-2.0+ tag to the main package and the tools subpackage, as
  this is the correct license for the tools and related sources.
  See also bnc#710065.
- Update to version 4.2.1:
  + Make QLabel in GUI wrap words.
  + Relaxed http code.
- Update to version 4.2.0:
  + Marked argument list of GWEN_StringList_new() as void.
  + Added keyword "void" to functions with empty argument list.
  + Let typemaker tools use "void" for empty argument lists in
    constructors.
  + Added field "CustomerId" to GWEN_Crypt_Token_Context.
  + Added function GWEN_DB_GetParentGroup().
  + Added line for "hasKeyNumber" flag.
  + Show customer if available.
  + Added some tm2 files to ignore list.
  + typemaker2: added type uint64_t.
  + Improved and fixed GWEN_TLV, added functions
    GWEN_TLV_ReadHeader() and GWEN_TLV_WriteHeader().
  + Started working on a simple archiver.
  + Fixed a few bugs in new TLV code.
  + Added tool "gsa" ("Gwen's simple archiver").
  + Improved HTTP handling:
    - added function GWEN_SyncIo_Http_RecvBodyToSio().
    - added function GWEN_HttpSession_RecvPacketToFile().
  + Added function GWEN_Directory_GetAbsoluteFolderPath().
  + Added convenience function GWEN_Sar_UnpackArchive().
  + Added code and commands to sign a sar archive.
  + Improved progress handling in network code.
  + Fixed GWEN_MDigest__HashFileTree().
  + Added missing include.
  + Various bug fixes and code cleanup.
- Update Url as Gwenhywfar is now being hosted at
  http://www.aqbanking.de/.
- Update spec file License field from LGPLv2.1+ to LGPL-2.1+ to
  conform with spdx.org identifier.
- Minor reformatting in spec file.
- Remove service usage, following the new consensus on Factory
  packaging.
- Update to version 4.1.0:
  + new code for sorting any GWEN_LIST
  + some bug fixes
- Update to version 4.0.9:
  + fixes a bug in the Qt4 frontend
  + fixes a bug in the LIST1 module
  + fixes xml file generation using the XMLDB module
- Update to version 4.0.7:
  + fixes problems with smsTAN/mTAN
  + keep the focus chain intact in QT4 GUI
- Update to version 4.0.5:
  + fixes a bug with chunked HTTP
- Update to version 4.0.4:
  + fixes a bug in the GTK2 front-end
  + fixes a bug in the network code on MaxOSX
- Update to version 4.0.3:
  + improved error messages
  + several bug fixes
- Update to version 4.0.2:
  + Fix GTK+ password entry.
  + Build fixes.
- Split libgwengui_gtk2-0 and libgwengui_qt4-0 subpackages, as we
  don't want libgwenhywfar60 to depend on both GTK+ and Qt.
- Add libgwengui-gtk2-0 and libgwengui-qt4-0 Requires to devel
  package.
- Update to version 4.0.1:
  + Fix gtk2 building for Windows
  + Improved HTTP handling.
- Update to version 4.0.0:
  + Gwenhywfar4 features a new XML-based platform and toolkit.
  + Independent dialog framework which is heavily used by
    AqBanking5.
  + Provide generic UI implementations for GTK-2, Qt-4, and
    FOX-1.6.
  + The network code has been rewritten and thereby changed from
    asynchronous to synchronous access to fix some strange timeout
    problems.
  + Many bugs and problems have been fixed.
- Add gtk2-devel and libqt4-devel BuildRequires.
- Follow the so bump of the library, change the library package
  name to from libgwenhywfar47 to libgwenhywfar60
- Remove Provides/Obsoletes of gwenhywfar$sover from
  libgwenhywfar$sover-plugins: it was there for upgrades of the old
  package.
- Pass --with-qt4-libs=%{_libdir} to configure.
- Use _smp_mflags.
- Update to version 3.11.3:
  + GWEN_DB: Escape and unescape group names upon read/write,
    respectively.
  + Show a more informative erro message when a false chipcard has
    been inserted.
- Changes from version 3.11.2:
  + Add unittest for GWEN_Url_fromString that checks those cases
    that work.
  + Do not abort on unknown port number.
  + Improve error messages.
  + Check for NULL token name before crashing in FSLock_new so that
    a more clear error message is printed instead.
  + Decrease debug level of non-critical info message.
  + Improved handling of file/directory locks on POSIX systems.
  + Windows fixes.
  + Build system fixes.
- Remove unneeded libxml2-devel BuildRequires.
- Remove autoreconf call since we have no patch.
- Rework the install section to be more readable.
- Rename gwenhywfar47 to libgwenhywfar47-plugins, since it's a more
  appropriate name. Add Provides/Obsoletes for the old package.
- Make libgwenhywfar47 recommends the libgwenhywfar47-plugins
  package. Also remove any Requires/Recommends from the main
  package to libgwenhywfar47-plugins or gwenhywfar47 since
  libgwenhywfar47 should be enough.
- Rename the main package to gwenhywfar-tools and move some tools
  from devel subpackage there.
- Split a lang package, that is required by the library package,
  and make the library package now provide gwenhywfar to make the
  lang package installable.
- Update to version 3.11.1:
  + compile on windows
- Changes from version 3.11.0:
  + fixes some minor bugs
  + extended the HTTP session module to allow testing connections
    (used by the AqBanking-EBICS module to download new
    certificates)
  + special support for statistical modules has been removed again
    to simplify the build system
- Changes from version 3.10.1:
  + fixes a bug in GWEN_Url_fromString() and supports username and
    password with HTTP proxies (tested with squid2)
  + fixed a problem on MacOSX
- Changes from version 3.10.0
  + adds new support for RDH-10
  + includes the tool typemaker2, an improved version of the old
    typemaker which includes support for AqFinance
  + added the data type GWEN_DATE which is now used by AqFinance
    instead of GWEN_TIME when only a date is required instead of a
    full timestamp
- fix dependencies (was using >= instead of =)
- Typo fix in dependencies.
- Split package to allow parrallel installation of more versions.
- update to version 3.8.3
  * lots of bugs fixed, lots of new features
- removed patch0 (tests/gwenhywfar.c). not needed anymore
- fixing open call
- update to version 2.6.2
  * Release is only interesting for windows or NetBSD users
- disable static libraries
- remove "la" files
- remove unnedded dependency on libopenssl-devel in the -devel package
- Updated to version 2.6.1:
  * Minor bugs have been fixed.
  * Cross-compiling is now supported.
  * Some missing list functions have been added.
  * Decreases the verbosity.
  * Makes gwenhywfar completely relocatable using binreloc.
- Split package according to shared library packaging policy.
- Build with libxml2.
- Build and create api docs.
- Updated to version 2.4.1:
  * bug fixes
  * removed debugging messages
  * clean up the API
- update to version 2.4.0
- This release adds GWEN_DBIO plugin which writes GWEN_DB's as XML files 
- Update to version 2.3.0:
   * Adds a new module for fast lookup of objects via integer IDs. 
   * Adds a storage module to be used by further projects.
- Updated to version 2.2.0.
- converted neededforbuild to BuildRequires
- Updated to version 1.19.2.
- New SuSE package, version 1.18.0.
  Based on spec file from Rajesh Singh <rajeshsingh.geo@yahoo.com>.

OBS-URL: https://build.opensuse.org/request/show/697221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=64
2019-04-24 11:57:26 +00:00
Michele Bologna
6b79235d22 - Fixed typo in changelog file
OBS-URL: https://build.opensuse.org/package/show/Office/gwenhywfar?expand=0&rev=10
2019-04-23 15:45:33 +00:00
Michele Bologna
1337eb6a12 OBS-URL: https://build.opensuse.org/package/show/Office/gwenhywfar?expand=0&rev=9 2019-04-22 09:50:31 +00:00
Michele Bologna
76b53b7747 Accepting request 691793 from home:cgiboudeaux:branches:Office
- Prepare the KDE4/Qt4 removal from factory.
- Run spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/691793
OBS-URL: https://build.opensuse.org/package/show/Office/gwenhywfar?expand=0&rev=8
2019-04-21 20:38:46 +00:00
5e6040e4d0 Accepting request 671147 from home:sbrabec:branches:security:chipcard
- Update to version 4.99.8 (beta) required by libchipcard-5.1.2:
  * Generalization in the generic TLV to GWEN DB parser.
  * Sspeedup of GWEN_Date_dup (about factor 16).
  * Correctly read a UTF-8-encoded MT940 file.
  * Updated Gwengui-Gtk3.
  * API improvements.
  * Other fixes.

OBS-URL: https://build.opensuse.org/request/show/671147
OBS-URL: https://build.opensuse.org/package/show/Office/gwenhywfar?expand=0&rev=7
2019-02-21 16:35:59 +00:00
Dominique Leuenberger
8776ab0929 Accepting request 613230 from Office
- Update to version 4.20.1:
  + bgo#794707: Aqbanking combo boxes missing selection.
  + Major speedup of GWEN_IdList64_AddId().
  + Fix all Gtk3 deprecation warnings. (forwarded request 607646 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/613230
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=63
2018-06-08 21:12:20 +00:00
Dominique Leuenberger
2fdc256df2 Accepting request 607646 from home:dimstar:branches:GNOME:Apps
- Update to version 4.20.1:
  + bgo#794707: Aqbanking combo boxes missing selection.
  + Major speedup of GWEN_IdList64_AddId().
  + Fix all Gtk3 deprecation warnings.

OBS-URL: https://build.opensuse.org/request/show/607646
OBS-URL: https://build.opensuse.org/package/show/Office/gwenhywfar?expand=0&rev=6
2018-05-31 08:41:35 +00:00
a2cebec7b7 Accepting request 595804 from home:luc14n0:branches:Office
Update to version 4.20.0.

OBS-URL: https://build.opensuse.org/request/show/595804
OBS-URL: https://build.opensuse.org/package/show/Office/gwenhywfar?expand=0&rev=5
2018-04-17 14:26:50 +00:00
Dominique Leuenberger
f2e75953a0 Accepting request 555987 from Office
OBS-URL: https://build.opensuse.org/request/show/555987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=62
2017-12-22 11:19:41 +00:00
Matthias Mailänder
ae33a140b6 Accepting request 555976 from home:wolfi323:branches:Office
- Re-enable Qt4 front-end, kmymoney still needs it for its kbanking
  plugin
- BuildIgnore libopenssl-1_0_0-devel to avoid openssl conflict on
  Tumbleweed

OBS-URL: https://build.opensuse.org/request/show/555976
OBS-URL: https://build.opensuse.org/package/show/Office/gwenhywfar?expand=0&rev=4
2017-12-11 13:51:52 +00:00
Matthias Mailänder
d44ae3b5c7 Accepting request 548489 from home:NicoK:branches:KDE:Extra
- Update to 4.18.0
  + show SSL certificate hashes as MD5, SHA1, and SHA512

OBS-URL: https://build.opensuse.org/request/show/548489
OBS-URL: https://build.opensuse.org/package/show/Office/gwenhywfar?expand=0&rev=3
2017-12-09 09:41:25 +00:00
Dominique Leuenberger
b76301927b Accepting request 547495 from Office
OBS-URL: https://build.opensuse.org/request/show/547495
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=61
2017-12-03 09:13:28 +00:00
Dominique Leuenberger
e0299db28b Accepting request 503006 from X11:common:Factory
1

OBS-URL: https://build.opensuse.org/request/show/503006
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=60
2017-06-12 13:35:40 +00:00
Dominique Leuenberger
495f49b520 Accepting request 500337 from X11:common:Factory
1

OBS-URL: https://build.opensuse.org/request/show/500337
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=59
2017-06-01 14:35:02 +00:00
Dominique Leuenberger
a6628d5f4b Accepting request 435427 from X11:common:Factory
1

OBS-URL: https://build.opensuse.org/request/show/435427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=58
2016-10-18 08:43:06 +00:00
Dominique Leuenberger
d4311cbf23 Accepting request 426771 from X11:common:Factory
1

OBS-URL: https://build.opensuse.org/request/show/426771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=57
2016-09-12 11:27:29 +00:00
Dominique Leuenberger
6f700f8799 Accepting request 393086 from X11:common:Factory
1

OBS-URL: https://build.opensuse.org/request/show/393086
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=56
2016-05-02 08:44:55 +00:00
Dominique Leuenberger
9a7fba84ff Accepting request 353451 from X11:common:Factory
Update to 4.15.2beta

OBS-URL: https://build.opensuse.org/request/show/353451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=55
2016-01-15 09:41:37 +00:00
Stephan Kulow
1c59fe08e6 Accepting request 345375 from X11:common:Factory
- Update to 4.14.0:
  + Fix segfault on windows when using HBCI with keyfile.
  + Major speedup of GWEN_Directory_GetMatchingFilesRecursively().
  + Re-work Compiler Symbol Visibility Check.
  + Drop unused autoconf variable gwen_enable_export.
  + Fix symbol visibilty check for GCC 5.x.
  + Revert "Turn compiler warning for implicit function declaration
    into error."
  + Revert "Disable timestamps in HTML pages generated by Doxygen".
  + Disable timestamps in HTML pages generated by Doxygen.
  + typemaker2: Added support for _free-hooks, fixed many compiler
    warnings.
  + API ADDITION: Added 2 more virtual functions to
    GWEN_MULTICACHE.
  + Added functions
    GWEN_Param_List_Get/SetCurrentValueAsInt/Double.

OBS-URL: https://build.opensuse.org/request/show/345375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=54
2015-11-22 10:00:52 +00:00
Dominique Leuenberger
464b595edd Accepting request 303940 from X11:common:Factory
1

OBS-URL: https://build.opensuse.org/request/show/303940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=53
2015-04-27 11:04:35 +00:00
Dominique Leuenberger
2fefa4ffd8 Accepting request 283998 from X11:common:Factory
1

OBS-URL: https://build.opensuse.org/request/show/283998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=52
2015-02-05 10:00:44 +00:00
Dominique Leuenberger
214d57255e Accepting request 267095 from X11:common:Factory
Update to stable release 4.13 including some bugfixes

OBS-URL: https://build.opensuse.org/request/show/267095
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=51
2015-01-03 21:01:18 +00:00
Stephan Kulow
211c90fe56 Accepting request 231481 from X11:common:Factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/231481
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=49
2014-04-26 08:02:21 +00:00
Stephan Kulow
a072fac0cb Accepting request 224485 from X11:common:Factory
Update to 4.11.0beta including bugfixes and coding fixes

OBS-URL: https://build.opensuse.org/request/show/224485
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=48
2014-03-04 12:26:58 +00:00
Stephan Kulow
9aa916d685 Accepting request 222661 from X11:common:Factory
Update to 4.10.0beta and integration of changes from home:j-engel:banking (forwarded request 221541 from j-engel)

OBS-URL: https://build.opensuse.org/request/show/222661
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=47
2014-02-18 13:44:31 +00:00
Stephan Kulow
b2e53e562a Accepting request 213814 from X11:common:Factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/213814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=46
2014-01-14 20:46:06 +00:00
Tomáš Chvátal
f26740696c Accepting request 205377 from X11:common:Factory
update to version 4.8.0beta (= 4.8.0 is beta, there is no 4.8.0 final)

OBS-URL: https://build.opensuse.org/request/show/205377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=45
2013-11-01 16:41:34 +00:00
Stephan Kulow
734d9ccb2d Accepting request 196891 from X11:common:Factory
update to 4.7.0beta (again, this version is 4.7.0 which identifies itself as beta - there won't be a 4.7.0 final) (forwarded request 196887 from NicoK)

OBS-URL: https://build.opensuse.org/request/show/196891
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=43
2013-09-02 14:49:24 +00:00
Stephan Kulow
b8a7031808 Accepting request 157067 from X11:common:Factory
update license to new format (forwarded request 157060 from coolo)

OBS-URL: https://build.opensuse.org/request/show/157067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=42
2013-03-08 08:13:08 +00:00
Stephan Kulow
a5e5e4de2a Accepting request 127634 from X11:common:Factory
Change lang package Requires to Recommends since it is not mandatory at runtime. (forwarded request 126980 from NicoK)

OBS-URL: https://build.opensuse.org/request/show/127634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=40
2012-07-16 07:21:02 +00:00
Stephan Kulow
abcebdb735 Accepting request 121272 from X11:common:Factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/121272
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=38
2012-05-21 05:25:13 +00:00
Stephan Kulow
71c8f270f8 Accepting request 109661 from X11:common:Factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/109661
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=37
2012-03-17 12:21:42 +00:00
Stephan Kulow
0b45ca2ca2 Accepting request 99706 from X11:common:Factory
fix build for Factory by including %{_datadir}/aclocal directory

OBS-URL: https://build.opensuse.org/request/show/99706
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=36
2012-01-11 14:36:36 +00:00
Stephan Kulow
9165e96671 Accepting request 97470 from X11:common:Factory
update to 4.3.1 (bug fixes, initial support for optical chipTAN methods)

OBS-URL: https://build.opensuse.org/request/show/97470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=35
2011-12-25 16:34:44 +00:00
Stephan Kulow
968533bb04 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=34
2011-12-06 17:17:43 +00:00
Lars Vogdt
7cad8b8e5d Accepting request 85562 from GNOME:Apps
Pushing G:A

OBS-URL: https://build.opensuse.org/request/show/85562
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=32
2011-10-02 08:12:32 +00:00
Sascha Peilicke
1071468b3a Accepting request 78643 from GNOME:Apps
Add license GPL-2.0+ to the main package and tools subpackage

OBS-URL: https://build.opensuse.org/request/show/78643
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=31
2011-08-12 14:44:42 +00:00
OBS User unknown
370c02195f trigger service run
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=30
2011-06-15 07:47:06 +00:00
Sascha Peilicke
591bf60a96 Autobuild autoformatter for 73441
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=29
2011-06-14 10:11:53 +00:00
Sascha Peilicke
bae3e7a950 Accepting request 73441 from GNOME:Apps
update to 4.1.0 (forwarded request 73387 from NicoK)

OBS-URL: https://build.opensuse.org/request/show/73441
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=28
2011-06-14 10:11:44 +00:00
Sascha Peilicke
ab245f9521 Accepting request 65535 from GNOME:Apps
Accepted submit request 65535 from user coolo

OBS-URL: https://build.opensuse.org/request/show/65535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=27
2011-03-30 09:31:17 +00:00
Sascha Peilicke
d980b70b50 Accepting request 63403 from GNOME:Apps
Accepted submit request 63403 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/63403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=26
2011-03-04 11:04:31 +00:00
Ruediger Oertel
b4752b9bcd Accepting request 59301 from GNOME:Apps
Accepted submit request 59301 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/59301
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=24
2011-02-02 00:44:56 +00:00
3bf2757750 Autobuild autoformatter for 58449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=23
2011-01-17 17:23:47 +00:00
58b365e1b9 Accepting request 58449 from GNOME:Apps
Accepted submit request 58449 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/58449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=22
2011-01-17 17:23:31 +00:00
f085fedea4 Autobuild autoformatter for 58208
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=21
2011-01-14 15:46:36 +00:00
07cd87d7c0 Accepting request 58208 from GNOME:Apps
Accepted submit request 58208 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/58208
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=20
2011-01-14 15:46:31 +00:00
c29b324edc Accepting request 55544 from GNOME:Apps
Accepted submit request 55544 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/55544
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=19
2010-12-10 16:09:50 +00:00
OBS User autobuild
76ae85f785 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=16 2010-03-18 14:52:03 +00:00
OBS User autobuild
3b691142a3 Accepting request 29695 from GNOME:Apps
Copy from GNOME:Apps/gwenhywfar based on submit request 29695 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/29695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=15
2010-01-18 14:47:35 +00:00