]> git.pld-linux.org Git - packages/binutils.git/commitdiff
- up to 2.21.53.0.1 auto/th/binutils-2_21_53_0_1-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 19 Jul 2011 04:37:30 +0000 (04:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    binutils-git.patch -> 1.2
    binutils.spec -> 1.348

binutils-git.patch [deleted file]
binutils.spec

diff --git a/binutils-git.patch b/binutils-git.patch
deleted file mode 100644 (file)
index dd846fb..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-commit 561198ab2fa5a09661e1570d1d463d8079814432
-Author: Ian Lance Taylor <ian@airs.com>
-Date:   Sun Jul 3 04:16:13 2011 +0000
-
-       * dirsearch.cc (Dir_cache::read_files): Ignore ENOTDIR errors.
-
-diff --git a/gold/dirsearch.cc b/gold/dirsearch.cc
-index a149db5..1ae2055 100644
---- a/gold/dirsearch.cc
-+++ b/gold/dirsearch.cc
-@@ -66,8 +66,9 @@ Dir_cache::read_files()
-   DIR* d = opendir(this->dirname_);
-   if (d == NULL)
-     {
--      // We ignore directories which do not exist.
--      if (errno != ENOENT)
-+      // We ignore directories which do not exist or are actually file
-+      // names.
-+      if (errno != ENOENT && errno != ENOTDIR)
-       gold::gold_error(_("%s: can not read directory: %s"),
-                        this->dirname_, strerror(errno));
-       return;
index 51319eaba930279785f023c1637e5d127f7d6f5a..d3f6d855428430b2dcf331deea0679f2e8d897a7 100644 (file)
@@ -16,13 +16,13 @@ Summary(ru.UTF-8):  Набор инструментов GNU для построе
 Summary(tr.UTF-8):     GNU geliştirme araçları
 Summary(uk.UTF-8):     Набір інструментів GNU для побудови виконуваних програм
 Name:          binutils
-Version:       2.21.52.0.2
-Release:       4
+Version:       2.21.53.0.1
+Release:       1
 Epoch:         3
 License:       GPL v3+
 Group:         Development/Tools
 Source0:       ftp://ftp.kernel.org/pub/linux/devel/binutils/%{name}-%{version}.tar.bz2
-# Source0-md5: 680e4cdfecfa14f5590b994150aa5c7e
+# Source0-md5: 5b15f6dbced20172431e349b47a30758
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: a717d9707ec77d82acb6ec9078c472d6
 Patch0:                %{name}-gasp.patch
@@ -34,7 +34,6 @@ Patch6:               %{name}-absolute-gnu_debuglink-path.patch
 Patch7:                %{name}-libtool-m.patch
 Patch8:                %{name}-build-id.patch
 Patch9:                %{name}-tooldir.patch
-Patch10:       %{name}-git.patch
 URL:           http://sources.redhat.com/binutils/
 BuildRequires: autoconf >= 2.64
 BuildRequires: automake >= 1:1.11
@@ -155,7 +154,6 @@ niektórych pakietów.
 %patch7 -p1
 %patch8 -p0
 %patch9 -p1
-%patch10 -p1
 
 # file contains hacks for ac 2.59 only
 %{__rm} config/override.m4
This page took 0.110096 seconds and 4 git commands to generate.