Compare commits

...

No commits in common. "c8" and "imports/c8-beta/mingw-filesystem-104-2.el8" have entirely different histories.

View File

@ -7,7 +7,7 @@
Name: mingw-filesystem
Version: 104
Release: 3%{?dist}
Release: 2%{?dist}
Summary: MinGW cross compiler base filesystem and environment
Group: Development/Libraries
@ -49,7 +49,11 @@ BuildRequires: iso-codes
%description
This package contains the base filesystem layout, RPM macros and
environment for all MinGW packages.
environment for all Fedora MinGW packages.
This environment is maintained by the Fedora MinGW SIG at:
http://fedoraproject.org/wiki/SIGs/MinGW
%package base
@ -63,7 +67,11 @@ Obsoletes: mingw-filesystem-scripts < 75-2
%description base
This package contains the base filesystem layout, RPM macros and
environment for all MinGW packages.
environment for all Fedora MinGW packages.
This environment is maintained by the Fedora MinGW SIG at:
http://fedoraproject.org/wiki/SIGs/MinGW
%package -n mingw32-filesystem
@ -89,7 +97,11 @@ Provides: mingw32(mscoree.dll)
%description -n mingw32-filesystem
This package contains the base filesystem layout, RPM macros and
environment for all MinGW packages.
environment for all Fedora MinGW packages.
This environment is maintained by the Fedora MinGW SIG at:
http://fedoraproject.org/wiki/SIGs/MinGW
%package -n mingw64-filesystem
@ -101,7 +113,11 @@ Provides: mingw64(mscoree.dll)
%description -n mingw64-filesystem
This package contains the base filesystem layout, RPM macros and
environment for all MinGW packages.
environment for all Fedora MinGW packages.
This environment is maintained by the Fedora MinGW SIG at:
http://fedoraproject.org/wiki/SIGs/MinGW
%prep
@ -301,10 +317,6 @@ install -m 0644 %{SOURCE19} $RPM_BUILD_ROOT%{_datadir}/mingw/
%changelog
* Thu Aug 05 2021 Uri Lublin <uril@redhat.com>
- Update package description
Resolves: rhbz#1932299
* Thu Feb 04 2021 Uri Lublin <uril@redhat.com> - 104-2
- Fix building with meson >= 0.54
Resolves: rhbz#1918306