summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-07-04 11:51:27 -0500
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-07-04 11:51:27 -0500
commitac0dcb27381e74413578c5d7aa8b760dc6253b76 (patch)
tree1defca34b8902b9095083f3cf5e5c9b6850c2a67
parente7f86885a89cb9721ec996612652cde6cb783c32 (diff)
downloadcygwin-gcc-ac0dcb27381e74413578c5d7aa8b760dc6253b76.tar.gz
cygwin-gcc-ac0dcb27381e74413578c5d7aa8b760dc6253b76.tar.xz
cygwin-gcc-ac0dcb27381e74413578c5d7aa8b760dc6253b76.zip
Rebuilt for F15
-rw-r--r--cygwin-gcc.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/cygwin-gcc.spec b/cygwin-gcc.spec
index 49f9736..2086836 100644
--- a/cygwin-gcc.spec
+++ b/cygwin-gcc.spec
@@ -5,13 +5,18 @@
%global gcc_version %{gcc_major}.%{gcc_minor}.%{gcc_micro}
# Note, gcc_release must be integer, if you want to add suffixes to
# %%{release}, append them after %%{gcc_release} on Release: line.
-%global gcc_release 1
+%global gcc_release 2
+%if 0
%ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha
%global build_ada 1
%else
%global build_ada 0
%endif
%global build_java 1
+%else
+%global build_ada 0
+%global build_java 0
+%endif
%global __os_install_post /usr/lib/rpm/brp-compress %{nil}
Name: cygwin-gcc
@@ -488,6 +493,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Jul 04 2011 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 4.5.3-2
+- Rebuilt for http://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
* Thu May 26 2011 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 4.5.3-1
- Version bump.