Compare commits

..

4 commits

Author SHA1 Message Date
Python Maint
83ec358d58 Rebuilt for Python 3.15.0b4 ABI change 2026-07-22 11:01:55 +02:00
Fedora Release Engineering
ed41e36c8c Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-16 06:22:04 +00:00
Petr Písař
b34829e623 2.15.3 bump 2026-06-12 15:03:14 +02:00
Python Maint
d6d62ba1ae Rebuilt for Python 3.15 2026-06-03 23:53:07 +02:00

View file

@ -24,7 +24,7 @@
Name: %{upstream_name}%{?v2_suffix}
Version: 2.15.3
Release: 1%{?dist}
Release: 3%{?dist}
Summary: Module metadata manipulation library
# COPYING: MIT
@ -182,9 +182,18 @@ mv %{buildroot}%{_mandir}/man1/modulemd-validator.1 \
%changelog
* Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 2.15.3-3
- Rebuilt for Python 3.15.0b4 ABI change
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.15.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Fri Jun 12 2026 Petr Pisar <ppisar@redhat.com> - 2.15.3-1
- 2.15.3 bump
* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 2.15.2-8
- Rebuilt for Python 3.15
* Tue Feb 24 2026 Petr Pisar <ppisar@redhat.com> - 2.15.2-7
- Adapt tests to pygobject 3.55.0 (bug #2440570)