forked from pool/gwenhywfar
Accepting request 920508 from Office
OBS-URL: https://build.opensuse.org/request/show/920508 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=78
This commit is contained in:
commit
5f378c520b
@ -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
3
gwenhywfar-5.7.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:49af73b7ceda74ed2d87caddfda8d18ec5ce3f9dc1ca98aec38a4bbc9f3d35ea
|
||||||
|
size 2618795
|
@ -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>
|
Wed Mar 3 11:58:23 UTC 2021 - Johannes Engel <jcnengel@gmail.com>
|
||||||
|
|
||||||
|
@ -18,14 +18,14 @@
|
|||||||
|
|
||||||
%define libversion 79
|
%define libversion 79
|
||||||
%define devversion 5
|
%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:
|
# Beta does not mean "before release" but a release that is considered as beta:
|
||||||
%define _version %{version}
|
%define _version %{version}
|
||||||
%define _name gwenhywfar
|
%define _name gwenhywfar
|
||||||
%define releasenumber 364
|
%define releasenumber 384
|
||||||
%bcond_with configure
|
%bcond_with configure
|
||||||
Name: gwenhywfar
|
Name: gwenhywfar
|
||||||
Version: 5.6.0
|
Version: 5.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Multiplatform helper library for other libraries
|
Summary: Multiplatform helper library for other libraries
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
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
|
configuration files, reading/writing of XML files, interprocess
|
||||||
communication etc).
|
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
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -305,4 +315,10 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
|
|
||||||
%files lang -f %{_name}.lang
|
%files lang -f %{_name}.lang
|
||||||
|
|
||||||
|
%files gwenbuild
|
||||||
|
%dir %{_datadir}/gwenhywfar
|
||||||
|
%{_datadir}/gwenhywfar/gwenbuild
|
||||||
|
%{_datadir}/gwenbuild
|
||||||
|
%{_bindir}/gwbuild
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user