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
This commit is contained in:
parent
9a7fba84ff
commit
6f700f8799
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b6249f93a0cdf072ff16df8e6e3d64f8295d643477b83cd8b975d6b03cc8a37
|
||||
size 2532840
|
3
gwenhywfar-4.15.3.tar.gz
Normal file
3
gwenhywfar-4.15.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a0e8787c99620414da6140e567c616b55856c5edf8825a9ebc67431923ee63a
|
||||
size 2249350
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 30 11:23:03 UTC 2016 - nico.kruber@gmail.com
|
||||
|
||||
- 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 13 14:55:50 UTC 2016 - jcnengel@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gwenhywfar
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define libversion 60
|
||||
%define devversion 4.15
|
||||
Name: gwenhywfar
|
||||
Version: 4.15.2beta
|
||||
Version: 4.15.3
|
||||
Release: 0
|
||||
Summary: Multiplatform helper library for other libraries
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
@ -115,7 +115,7 @@ communication).
|
||||
This package provides the GTK+ implementation of the generic UI toolkit.
|
||||
|
||||
%package -n libgwengui-qt4-0
|
||||
Summary: Multiplatform Helper Library for Other Libraries -- Qt UI Backend
|
||||
Summary: Multiplatform Helper Library for Other Libraries -- Qt4 UI Backend
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
|
||||
@ -126,7 +126,7 @@ some often needed functions (for example, for handling and parsing of
|
||||
configuration files, reading and writing of XML files, and interprocess
|
||||
communication).
|
||||
|
||||
This package provides the Qt implementation of the generic UI toolkit.
|
||||
This package provides the Qt4 implementation of the generic UI toolkit.
|
||||
|
||||
%package -n libgwengui-fox16-0
|
||||
Summary: FOX interface for Gwenhywfar
|
||||
@ -267,6 +267,7 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/pkgconfig/gwengui-fox16.pc
|
||||
%dir %{_libdir}/cmake
|
||||
%{_libdir}/cmake/%{name}-%{devversion}
|
||||
%{_libdir}/cmake/gwengui-cpp-%{devversion}
|
||||
%{_libdir}/cmake/gwengui-qt4-%{devversion}
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user