Update to version 1.5.1
Re-enable build-time tests Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
885344b803
commit
cc3fe7a914
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
||||
/modulemd-1.4.0.tar.xz
|
||||
/modulemd-1.4.1.tar.xz
|
||||
/modulemd-1.5.0.tar.xz
|
||||
/modulemd-1.5.1.tar.xz
|
||||
|
@ -1,12 +1,12 @@
|
||||
%global majorversion 1
|
||||
%global minorversion 5
|
||||
%global patchversion 0
|
||||
%global patchversion 1
|
||||
%global majorminorversion %{majorversion}.%{minorversion}
|
||||
%global nsversion %{majorversion}.0
|
||||
|
||||
Name: libmodulemd
|
||||
Version: %{majorminorversion}%{?patchversion:.%{patchversion}}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Module metadata manipulation library
|
||||
|
||||
License: MIT
|
||||
@ -40,12 +40,12 @@ Development files for libmodulemd.
|
||||
%autosetup -p1 -n modulemd-%{version}
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson -Ddeveloper_build=false
|
||||
%meson_build
|
||||
|
||||
%check
|
||||
export LC_CTYPE=C.utf8
|
||||
#%%meson_test
|
||||
%meson_test
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
@ -71,6 +71,10 @@ export LC_CTYPE=C.utf8
|
||||
%{_datadir}/gtk-doc/html/modulemd/
|
||||
|
||||
%changelog
|
||||
* Tue Jun 19 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.5.1-1
|
||||
- Update to version 1.5.1
|
||||
- Re-enable build-time tests
|
||||
|
||||
* Mon Jun 18 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.5.0-2
|
||||
- Temporarily disable build-time tests
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (modulemd-1.5.0.tar.xz) = 595f229e9d6060fdc864a713316cd2358d2c99704bfc7a26506222ed405807836d9631e5cf202d87527439be0ccb636de10daea931cb4ef61dad4dfb430ba25e
|
||||
SHA512 (modulemd-1.5.1.tar.xz) = 0e2643513dc74bd6b7549176f2d9e956c1dfcb16ff83017650048e3c097f9dc9d6abcbb0ac15b02bddbeae19e5bbc7afe6453708aed10eb46bbfb434ee55ab96
|
||||
|
Loading…
Reference in New Issue
Block a user