Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: libverto
|
Name: libverto
|
||||||
Version: 0.3.2
|
Version: 0.3.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Main loop abstraction library
|
Summary: Main loop abstraction library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -158,13 +158,40 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_libdir}/pkgconfig/%{name}-libev.pc
|
%{_libdir}/pkgconfig/%{name}-libev.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jun 29 2022 Julien Rische <jrische@redhat.com> - 0.3.2-1
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.2-3
|
||||||
- New upstream release (0.3.2)
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
- Resolves: rhbz#2100916
|
Related: rhbz#1991688
|
||||||
|
|
||||||
* Wed Mar 20 2019 Robbie Harwood <rharwood@redhat.com> - 0.3.0-6
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.2-2
|
||||||
- Add gating
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
- Resolves: #1682288
|
|
||||||
|
* Mon Mar 15 2021 Robbie Harwood <rharwood@redhat.com> - 0.3.2-1
|
||||||
|
- New upstream version (0.3.2)
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 22 2021 Robbie Harwood <rharwood@redhat.com> - 0.3.1-2
|
||||||
|
- New upstream version (0.3.1)
|
||||||
|
- Drop tevent goo and RHEL conditionals
|
||||||
|
|
||||||
|
* Tue Sep 15 2020 Robbie Harwood <rharwood@redhat.com> - 0.3.0-11
|
||||||
|
- Rebuild for libevent soname bump
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Mon Feb 19 2018 Robbie Harwood <rharwood@redhat.com> - 0.3.0-5
|
* Mon Feb 19 2018 Robbie Harwood <rharwood@redhat.com> - 0.3.0-5
|
||||||
- Rebuild due to libevent soname bump
|
- Rebuild due to libevent soname bump
|
||||||
@ -257,3 +284,4 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
* Mon Aug 15 2011 Nathaniel McCallum <npmccallum@redhat.com> - 0.1-1
|
* Mon Aug 15 2011 Nathaniel McCallum <npmccallum@redhat.com> - 0.1-1
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user