Merge branch 'master' into f32
This commit is contained in:
commit
cddae3cbf2
3 changed files with 18 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,3 +1,8 @@
|
|||
/.build*.log
|
||||
*~
|
||||
*.swp
|
||||
*.rpm
|
||||
/modulemd-*/
|
||||
/modulemd-0.1.0.tar.xz
|
||||
/modulemd-0.2.0.tar.xz
|
||||
/modulemd-0.2.1.tar.xz
|
||||
|
|
@ -46,3 +51,4 @@
|
|||
/modulemd-2.9.2.tar.xz
|
||||
/modulemd-2.9.3.tar.xz
|
||||
/modulemd-2.9.4.tar.xz
|
||||
/modulemd-2.10.0.tar.xz
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
%endif
|
||||
|
||||
Name: %{upstream_name}%{?v2_suffix}
|
||||
Version: 2.9.4
|
||||
Version: 2.10.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Module metadata manipulation library
|
||||
|
||||
|
|
@ -163,6 +163,16 @@ mv %{buildroot}%{_mandir}/man1/modulemd-validator.1 \
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 20 2020 Stephen Gallagher <sgallagh@redhat.com> - 2.10.0-1
|
||||
- Release 2.10.0
|
||||
- https://github.com/fedora-modularity/libmodulemd/releases/tag/libmodulemd-2.10.0
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Mon May 25 2020 Miro Hrončok <mhroncok@redhat.com> - 2.9.4-2
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Wed May 20 2020 Stephen Gallagher <sgallagh@redhat.com> - 2.9.4-1
|
||||
- new upstream release: 2.9.4
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (modulemd-2.9.4.tar.xz) = f1feec56507cf294ce01a24b77fb851671d331408ecf7dd453eb2b39dc5eb5548b6376b6b1b8e5ccbc75503e1260651e8c1995e2d3b29830e1c322451f861a11
|
||||
SHA512 (modulemd-2.10.0.tar.xz) = 543480867c98c0d46b4a48040ae08936c9e501875a7f95250a9d97466d00cad8d6e00c8220c32f503c0c3559cc6767ab1a85b13a9861761f1679a83e408ad4b2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue