[gprbuild/f22] Revert "Do not pass versioned RTL"

Pavel Zhukov landgraf at fedoraproject.org
Tue Feb 17 15:41:50 UTC 2015


commit c7bcff0193c917f30570407d684e6bcffd1ab9de
Author: Pavel Zhukov <landgraf at fedoraproject.org>
Date:   Tue Feb 17 16:40:36 2015 +0100

    Revert "Do not pass versioned RTL"
    
    This reverts commit 7d8a65d269f36a1a1f632b5fe54c97e0a4389ae6.

 gprbuild-2014-nortl.patch |   21 ---------------------
 gprbuild.spec             |   11 +----------
 2 files changed, 1 insertions(+), 31 deletions(-)
---
diff --git a/gprbuild.spec b/gprbuild.spec
index 9025025..a5c08ac 100644
--- a/gprbuild.spec
+++ b/gprbuild.spec
@@ -1,6 +1,6 @@
 Name:       gprbuild
 Version:    2014
-Release:    2%{?dist}
+Release:    1%{?dist}
 Summary:    Ada project builder
 Group:      Development/Languages
 License:    GPLv2+
@@ -12,7 +12,6 @@ Patch0:     %{name}-%{version}-noopenvms.patch
 Patch1:     %{name}-%{version}-iterator_variable.patch
 Patch2:     %{name}-%{version}-destdir.patch
 Patch3:     %{name}-%{version}-usrmove.patch
-Patch4:     %{name}-%{version}-nortl.patch
 
 BuildRequires:  xmlada-devel
 BuildRequires:  gcc-gnat > 5.0
@@ -40,14 +39,12 @@ and libraries and is particularly well-suited for compiled languages.
 %patch1 -p1
 %patch2 -p1 
 %patch3 -p1 
-%patch4 -p1 
 
 # Update the various config.guess to upstream release for new arch support
 cp /usr/lib/rpm/config.* .
 
 %build
 %configure --disable-rpath --datadir="%{buildroot}/%{_datadir}" --libdir="%{buildroot}/%{_libdir}" --bindir="%{buildroot}/%{_bindir}" --libexecdir="%{buildroot}/%{_libexecdir}"
-export GPRLIB_DEBUG="TRUE"
 make %{?_smp_mflags} LIBRARY_TYPE="relocatable" GNATOPTFLAGS="%{Gnatmake_optflags}" ADA_PROJECT_PATH=%_GNAT_project_dir 
 
 %install
@@ -71,12 +68,6 @@ rm -rf %{buildroot}/%{_datadir}/doc/%{name}
 %_GNAT_project_dir/*
 
 %changelog
-* Tue Feb 17 2015 Pavel Zhukov <landgraf at fedoraproject.org> - 2014-2
-- Do not pass RTL version to linker (TBD should be fixed upstream)
-
-* Tue Feb 17 2015 Pavel Zhukov <landgraf at fedoraproject.org> - 2014-1
-- New release 2014
-
 * Sun Feb 15 2015 Pavel Zhukov <landgraf at fedoraproject.org> - 2013-16
 - Remove OpenVMS from supported OS
 


More information about the scm-commits mailing list