2.15.0 bump
This commit is contained in:
parent
ca231d3588
commit
8bdb2b1d1b
2
.gitignore
vendored
2
.gitignore
vendored
@ -62,3 +62,5 @@
|
|||||||
/modulemd-2.13.0.tar.xz.asc
|
/modulemd-2.13.0.tar.xz.asc
|
||||||
/modulemd-2.14.0.tar.xz
|
/modulemd-2.14.0.tar.xz
|
||||||
/modulemd-2.14.0.tar.xz.asc
|
/modulemd-2.14.0.tar.xz.asc
|
||||||
|
/modulemd-2.15.0.tar.xz
|
||||||
|
/modulemd-2.15.0.tar.xz.asc
|
||||||
|
@ -23,14 +23,14 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: %{upstream_name}%{?v2_suffix}
|
Name: %{upstream_name}%{?v2_suffix}
|
||||||
Version: 2.14.0
|
Version: 2.15.0
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Module metadata manipulation library
|
Summary: Module metadata manipulation library
|
||||||
|
|
||||||
# COPYING: MIT
|
# COPYING: MIT
|
||||||
## not in any binary package
|
## not in any binary package
|
||||||
# contrib/coverity-modeling.c: GPLv2+
|
# contrib/coverity-modeling.c: GPL-2.0-or-later
|
||||||
# contrib/release-tools/semver: GPLv3
|
# contrib/release-tools/semver: GPL-3.0-only
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/fedora-modularity/libmodulemd
|
URL: https://github.com/fedora-modularity/libmodulemd
|
||||||
Source0: %{url}/releases/download/%{version}/modulemd-%{version}.tar.xz
|
Source0: %{url}/releases/download/%{version}/modulemd-%{version}.tar.xz
|
||||||
@ -49,7 +49,6 @@ BuildRequires: pkgconfig(yaml-0.1)
|
|||||||
BuildRequires: pkgconfig(gtk-doc)
|
BuildRequires: pkgconfig(gtk-doc)
|
||||||
BuildRequires: glib2-doc
|
BuildRequires: glib2-doc
|
||||||
BuildRequires: rpm-devel
|
BuildRequires: rpm-devel
|
||||||
BuildRequires: file-devel
|
|
||||||
%if %{build_python2}
|
%if %{build_python2}
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python-gobject-base
|
BuildRequires: python-gobject-base
|
||||||
@ -116,7 +115,6 @@ Development files for %{name}.
|
|||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
%{meson_accept_overflowed_buildorder_flag} \
|
%{meson_accept_overflowed_buildorder_flag} \
|
||||||
-Dlibmagic=enabled \
|
|
||||||
-Drpmio=enabled \
|
-Drpmio=enabled \
|
||||||
-Dskip_introspection=false \
|
-Dskip_introspection=false \
|
||||||
-Dtest_installed_lib=false \
|
-Dtest_installed_lib=false \
|
||||||
@ -183,6 +181,9 @@ mv %{buildroot}%{_mandir}/man1/modulemd-validator.1 \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 10 2023 Petr Pisar <ppisar@redhat.com> - 2.15.0-1
|
||||||
|
- 2.15.0 bump
|
||||||
|
|
||||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.0-5
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.0-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (modulemd-2.14.0.tar.xz) = 90439cba83f4a8711095f1b9b92ba9135bade202703d698d192d066955ae8df3f53226fcd5fc73cd2873e5599822272f00a5b536cf62e3e51c37bbca32b7f756
|
SHA512 (modulemd-2.15.0.tar.xz) = 79032eb591cd3b778cb348040150ec4d1ccb8e2890d02c7b7a04f9b1bd376d32c5ae0e2c6dfb8056595fae5e54ea8365de06fe969a0f04b979abad3ff0882033
|
||||||
SHA512 (modulemd-2.14.0.tar.xz.asc) = a742c177084b2f1445704583ea43c09b479502432b62c1880ca4917dfa7550b6dfc3aef2498a5afdba61323451878b6ede7fdfba37d433982f0cc3925811668f
|
SHA512 (modulemd-2.15.0.tar.xz.asc) = 07439efcd7d7ca1e67110a13902f2abd978c93872c383dcfde8d78accf9471787877d69fef8dc06ce65fbde3463b7e5201c7d550acbb530062d9990713d8c63a
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
tests:
|
tests:
|
||||||
- build:
|
- build:
|
||||||
dir: .
|
dir: .
|
||||||
run: meson -Daccept_overflowed_buildorder=true -Dlibmagic=enabled -Drpmio=enabled -Dskip_introspection=false -Dtest_installed_lib=true -Dwith_py2=false -Dwith_py3=true source
|
run: meson -Daccept_overflowed_buildorder=true -Drpmio=enabled -Dskip_introspection=false -Dtest_installed_lib=true -Dwith_py2=false -Dwith_py3=true source
|
||||||
- unittests:
|
- unittests:
|
||||||
dir: .
|
dir: .
|
||||||
run: ninja test
|
run: ninja test
|
||||||
|
Loading…
Reference in New Issue
Block a user