SHA256
1
0
forked from pool/gwenhywfar
Dominique Leuenberger 2021-09-21 19:12:51 +00:00 committed by Git OBS Bridge
commit 5f378c520b
4 changed files with 35 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57af46920991290372752164f9a7518b222f99bca2ef39c77deab57d14914bc7
size 2394400

3
gwenhywfar-5.7.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49af73b7ceda74ed2d87caddfda8d18ec5ce3f9dc1ca98aec38a4bbc9f3d35ea
size 2618795

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Sep 21 06:24:42 UTC 2021 - Johannes Engel <jcnengel@gmail.com>
- Update to 5.7.2
+ Bugfixes
-------------------------------------------------------------------
Tue Sep 14 14:03:41 UTC 2021 - Johannes Engel <jcnengel@gmail.com>
- Update to 5.7.1
+ Bugfixes
+ Small improvements
-------------------------------------------------------------------
Wed Mar 3 11:58:23 UTC 2021 - Johannes Engel <jcnengel@gmail.com>

View File

@ -18,14 +18,14 @@
%define libversion 79
%define devversion 5
%define devrelease 5.6
%define devrelease 5.7
# Beta does not mean "before release" but a release that is considered as beta:
%define _version %{version}
%define _name gwenhywfar
%define releasenumber 364
%define releasenumber 384
%bcond_with configure
Name: gwenhywfar
Version: 5.6.0
Version: 5.7.2
Release: 0
Summary: Multiplatform helper library for other libraries
License: GPL-2.0-or-later AND LGPL-2.1-or-later
@ -194,6 +194,16 @@ some often needed functions (e.g. for handling and parsing of
configuration files, reading/writing of XML files, interprocess
communication etc).
%package gwenbuild
Summary: Specific build system for the aqbanking universe
License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++
Requires: %{name}-devel = %{version}
%description gwenbuild
Gwenbuild is a lightweight and fast build system tailored for the
aqbanking universe.
%lang_package
%prep
@ -305,4 +315,10 @@ find %{buildroot} -type f -name "*.la" -delete -print
%files lang -f %{_name}.lang
%files gwenbuild
%dir %{_datadir}/gwenhywfar
%{_datadir}/gwenhywfar/gwenbuild
%{_datadir}/gwenbuild
%{_bindir}/gwbuild
%changelog