Author: arekm                        Date: Wed Feb  1 06:07:26 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 2.22.52.0.1

---- Files affected:
packages/binutils:
   binutils-build-id.patch (1.2 -> 1.3) , binutils.spec (1.353 -> 1.354) 

---- Diffs:

================================================================
Index: packages/binutils/binutils-build-id.patch
diff -u packages/binutils/binutils-build-id.patch:1.2 
packages/binutils/binutils-build-id.patch:1.3
--- packages/binutils/binutils-build-id.patch:1.2       Sun Mar 27 13:53:18 2011
+++ packages/binutils/binutils-build-id.patch   Wed Feb  1 07:07:20 2012
@@ -18,30 +18,4 @@
        if (uncompressed_buffer == NULL)
        goto fail_compressed;
  
---- bfd/elfcode.h.jj   2010-12-31 03:43:21.000000000 +0100
-+++ bfd/elfcode.h      2011-01-28 15:34:39.055388479 +0100
-@@ -1158,6 +1158,24 @@ elf_checksum_contents (bfd *abfd,
- 
-       if (i_shdr.contents)
-       (*process) (i_shdr.contents, i_shdr.sh_size, arg);
-+      else
-+      {
-+        asection *sec;
-+
-+        sec = bfd_section_from_elf_index (abfd, count);
-+        if (sec != NULL)
-+          {
-+            if (sec->contents == NULL)
-+              {
-+                /* Force rereading from file.  */
-+                sec->flags &= ~SEC_IN_MEMORY;
-+                if (! bfd_malloc_and_get_section (abfd, sec, & sec->contents))
-+                  continue;
-+              }
-+            if (sec->contents != NULL)
-+              (*process) (sec->contents, i_shdr.sh_size, arg);
-+          }
-+      }
-     }
- 
-   return TRUE;
+

================================================================
Index: packages/binutils/binutils.spec
diff -u packages/binutils/binutils.spec:1.353 
packages/binutils/binutils.spec:1.354
--- packages/binutils/binutils.spec:1.353       Sat Nov 19 10:45:34 2011
+++ packages/binutils/binutils.spec     Wed Feb  1 07:07:20 2012
@@ -17,15 +17,15 @@
 Summary(tr.UTF-8):     GNU geliştirme araçları
 Summary(uk.UTF-8):     Набір інструментів GNU для побудови виконуваних програм
 Name:          binutils
-Version:       2.22.51.0.1
+Version:       2.22.52.0.1
 Release:       1
 Epoch:         3
 License:       GPL v3+
 Group:         Development/Tools
 # http://git.kernel.org/?p=linux/kernel/git/hjl/binutils.git;a=summary
 # git archive --prefix=binutils-2.22.51.0.1/ -o binutils-2.22.51.0.1.tar 
remotes/origin/linux/release/2.22.51.0.1
-Source0:       %{name}-%{version}.tar.bz2
-# Source0-md5: f1141fa48e6431525cd4d8be814bef89
+Source0:       
http://www.kernel.org/pub/linux/devel/binutils/%{name}-%{version}.tar.bz2
+# Source0-md5: 21847df8f55f006d1a2f683d9479919b
 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
@@ -356,6 +356,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.354  2012/02/01 06:07:20  arekm
+- up to 2.22.52.0.1
+
 Revision 1.353  2011/11/19 09:45:34  pluto
 - updated to 2.22.51.0.1 (direct git export, no official tarballs).
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/binutils/binutils-build-id.patch?r1=1.2&r2=1.3&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/binutils/binutils.spec?r1=1.353&r2=1.354&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to