From 31568937cce27ab8a4b89a82b7fef96813fc4baf Mon Sep 17 00:00:00 2001 From: zhiyi Date: Tue, 3 Nov 2020 15:20:23 +0800 Subject: [PATCH] update README.en.md --- README.en.md | 2 +- mingw-filesystem.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.en.md b/README.en.md index a74b6f4..e38f194 100644 --- a/README.en.md +++ b/README.en.md @@ -1,7 +1,7 @@ # mingw-filesystem #### Description -{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} +MinGW cross compiler base filesystem and environment. This package contains the base filesystem layout, RPM macros and environment for MinGW packages. #### Software Architecture Software architecture description diff --git a/mingw-filesystem.spec b/mingw-filesystem.spec index 5bc0a43..4ce0585 100644 --- a/mingw-filesystem.spec +++ b/mingw-filesystem.spec @@ -3,7 +3,7 @@ Name: mingw-filesystem Version: 110 -Release: 3 +Release: 4 Summary: MinGW cross compiler base filesystem and environment License: GPLv2+ URL: http://fedoraproject.org/wiki/MinGW @@ -242,7 +242,10 @@ install -m 0644 %{SOURCE19} $RPM_BUILD_ROOT%{_datadir}/mingw/ %{_datadir}/mingw/toolchain-mingw64.meson %changelog -* Fri Apr 3 2020 likexin -110-3 +* Tue Nov 03 2020 Zhiyi Weng - 110-4 +- test ci error + +* Fri Apr 3 2020 likexin - 110-3 - fix wrong requires * Thu Dec 9 2019 openEuler Buildteam - 110-2 -- Gitee