import CS mingw-winpthreads-11.0.1-3.el9
This commit is contained in:
parent
efc313ea23
commit
5ca46720a7
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/mingw-w64-v11.0.0.tar.bz2
|
||||
SOURCES/mingw-w64-v11.0.1.tar.bz2
|
||||
|
||||
@ -1 +1 @@
|
||||
a6902ac07d4704d76bb3890713bb1c3d46e4dc89 SOURCES/mingw-w64-v11.0.0.tar.bz2
|
||||
ab23c9af10fb38388ac75145dd9ffed3c64d1eeb SOURCES/mingw-w64-v11.0.1.tar.bz2
|
||||
|
||||
@ -5,14 +5,14 @@
|
||||
%global enable_tests 0
|
||||
|
||||
Name: mingw-winpthreads
|
||||
Version: 11.0.0
|
||||
Release: 1%{?dist}
|
||||
Version: 11.0.1
|
||||
Release: 3%{?dist}
|
||||
Summary: MinGW pthread library
|
||||
|
||||
# The main license of winpthreads is MIT, but parts of this library
|
||||
# are derived from the "Posix Threads library for Microsoft Windows"
|
||||
# http://locklessinc.com/articles/pthreads_on_windows/
|
||||
License: MIT and BSD
|
||||
License: BSD-3-Clause AND MIT AND LicenseRef-Fedora-Public-Domain
|
||||
URL: http://mingw-w64.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}%{?pre:-%{pre}}.tar.bz2
|
||||
|
||||
@ -231,6 +231,18 @@ rm -rf /tmp/wine-winpthreads
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 11.0.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 11.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Thu Aug 17 2023 Sandro Mani <manisandro@gmail.com> - 11.0.1-1
|
||||
- Update to 11.0.1
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 11.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sun Apr 30 2023 Sandro Mani <manisandro@gmail.com> - 11.0.0-1
|
||||
- Update to 11.0.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user