[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r6761 - in glibc-package/branches/glibc-2.22/debian: . patches



Author: aurel32
Date: 2015-12-03 22:27:17 +0000 (Thu, 03 Dec 2015)
New Revision: 6761

Modified:
   glibc-package/branches/glibc-2.22/debian/changelog
   glibc-package/branches/glibc-2.22/debian/patches/git-updates.diff
Log:
debian/patches/git-updates.diff: update to the latest commit of the
2.22 branch.

Modified: glibc-package/branches/glibc-2.22/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.22/debian/changelog	2015-12-03 22:26:44 UTC (rev 6760)
+++ glibc-package/branches/glibc-2.22/debian/changelog	2015-12-03 22:27:17 UTC (rev 6761)
@@ -29,6 +29,8 @@
     new files.
   * debian/patches/i386/submitted-i586-ulps.diff: new patch to provide
     i586 ULPs.
+  * debian/patches/git-updates.diff: update to the latest commit of the
+    2.22 branch.
 
  -- Aurelien Jarno <aurel32@debian.org>  Wed, 02 Dec 2015 01:10:00 +0100
 

Modified: glibc-package/branches/glibc-2.22/debian/patches/git-updates.diff
===================================================================
--- glibc-package/branches/glibc-2.22/debian/patches/git-updates.diff	2015-12-03 22:26:44 UTC (rev 6760)
+++ glibc-package/branches/glibc-2.22/debian/patches/git-updates.diff	2015-12-03 22:27:17 UTC (rev 6761)
@@ -1,10 +1,15 @@
 GIT update of git://sourceware.org/git/glibc.git/release/2.22/master from glibc-2.22
 
 diff --git a/ChangeLog b/ChangeLog
-index cb9124e..842a7c6 100644
+index cb9124e..5c92a3e 100644
 --- a/ChangeLog
 +++ b/ChangeLog
-@@ -1,3 +1,235 @@
+@@ -1,3 +1,240 @@
++2015-12-03  Andrew Senkevich  <andrew.senkevich@intel.com>
++
++	* math/Makefile ($(inst_libdir)/libm.so): Corrected path to
++	libmvec_nonshared.a
++
 +2015-11-27  Andrew Senkevich  <andrew.senkevich@intel.com>
 +
 +	[BZ #19058]
@@ -966,7 +971,7 @@
  	 cat $<; \
  	 echo 'GROUP ( $(slibdir)/libm.so$(libm.so-version) ' \
 -	      'AS_NEEDED ( $(slibdir)/libmvec.so$(libmvec.so-version) ) )' \
-+	      'AS_NEEDED ( $(slibdir)/libmvec_nonshared.a $(slibdir)/libmvec.so$(libmvec.so-version) ) )' \
++	      'AS_NEEDED ( $(libdir)/libmvec_nonshared.a $(slibdir)/libmvec.so$(libmvec.so-version) ) )' \
  	) > $@
  endif
  


Reply to: