git.annexia.org
/
fedora-mingw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bef78e7
)
Added BR for C++ compiler.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 10 Oct 2008 14:53:21 +0000
(15:53 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 10 Oct 2008 14:53:21 +0000
(15:53 +0100)
pthreads/mingw32-pthreads.spec
patch
|
blob
|
history
diff --git
a/pthreads/mingw32-pthreads.spec
b/pthreads/mingw32-pthreads.spec
index
d377d89
..
cf09b95
100644
(file)
--- a/
pthreads/mingw32-pthreads.spec
+++ b/
pthreads/mingw32-pthreads.spec
@@
-11,7
+11,7
@@
Name: mingw32-pthreads
Version: 2.8.0
-Release:
1
%{?dist}
+Release:
2
%{?dist}
Summary: MinGW pthread library
License: LGPLv2+
@@
-27,6
+27,7
@@
Patch1: mingw32-pthreads-2.8.0-no-failing-tests.patch
BuildRequires: mingw32-filesystem >= 30
BuildRequires: mingw32-gcc
+BuildRequires: mingw32-gcc-c++
BuildRequires: mingw32-binutils
%if %{run_tests}
@@
-103,5
+104,5
@@
rm -rf $RPM_BUILD_ROOT
%changelog
-* Fri Oct 10 2008 Richard W.M. Jones <rjones@redhat.com> - 2.8.0-
1
+* Fri Oct 10 2008 Richard W.M. Jones <rjones@redhat.com> - 2.8.0-
2
- Initial RPM release.