Compare commits

..

11 commits

Author SHA1 Message Date
Petr Písař
a9a3403052 Adapt tests to glib2-2.87.0 2026-01-14 16:48:48 +01:00
Python Maint
c05d8536fa Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 12:27:02 +02:00
Python Maint
d5da44ade0 Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 12:56:22 +02:00
Fedora Release Engineering
acf474286f Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-24 20:00:39 +00:00
Petr Písař
905725e65a 2.15.2 bump 2025-06-18 10:05:51 +02:00
Python Maint
a8720d4a28 Rebuilt for Python 3.14 2025-06-03 14:08:45 +02:00
Petr Písař
37ece00675 Rewrite CI tests from STI to TMT 2025-05-09 14:45:26 +02:00
Petr Písař
c87c812c4e 2.15.1 bump 2025-05-09 13:51:53 +02:00
Maja Massarini
f747988a41 Update .packit.yml to support new packit release 1.0.0
`synced_files` has been substituted by [files_to_sync](https://packit.dev/docs/configuration#files_to_sync).
2025-01-20 14:53:24 +00:00
Fedora Release Engineering
b2e2ef5320 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-20 07:35:47 +00:00
Fedora Release Engineering
126a862656 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-17 12:05:55 +00:00
2 changed files with 2128 additions and 1 deletions

View file

@ -24,7 +24,7 @@
Name: %{upstream_name}%{?v2_suffix}
Version: 2.15.2
Release: 1%{?dist}
Release: 5%{?dist}
Summary: Module metadata manipulation library
# COPYING: MIT
@ -41,6 +41,8 @@ Source0: %{url}/releases/download/%{version}/modulemd-%{version}.tar.xz
Source1: %{url}/releases/download/%{version}/modulemd-%{version}.tar.xz.asc
# Key exported from Petr Pisar's keyring
Source2: gpgkey-E3F42FCE156830A80358E6E94FD1AEC3365AF7BF.gpg
# Adapt tests to glib2-2.87.0, in upstream after 2.15.2, bug #2423153
Patch0: modulemd-2.15.2-tests-Adapt-to-glib-2.87.0.patch
BuildRequires: gnupg2
BuildRequires: meson >= 0.47
@ -189,12 +191,33 @@ mv %{buildroot}%{_mandir}/man1/modulemd-validator.1 \
%changelog
* Wed Jan 14 2026 Petr Pisar <ppisar@redhat.com> - 2.15.2-5
- Adapt tests to glib2-2.87.0 (bug #2423153)
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 2.15.2-4
- Rebuilt for Python 3.14.0rc3 bytecode
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 2.15.2-3
- Rebuilt for Python 3.14.0rc2 bytecode
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.15.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Wed Jun 18 2025 Petr Pisar <ppisar@redhat.com> - 2.15.2-1
- 2.15.2 bump
* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 2.15.1-2
- Rebuilt for Python 3.14
* Fri May 09 2025 Petr Pisar <ppisar@redhat.com> - 2.15.1-1
- 2.15.1 bump
* Mon Jan 20 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.15.0-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.15.0-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.15.0-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

File diff suppressed because it is too large Load diff