Author: sthibaul-guest
Date: 2009-01-27 21:06:33 +0000 (Tue, 27 Jan 2009)
New Revision: 3253

Added:
   
glibc-package/branches/glibc-2.9/debian/patches/hurd-i386/cvs-resource-prio.diff
Modified:
   glibc-package/branches/glibc-2.9/debian/changelog
   glibc-package/branches/glibc-2.9/debian/patches/series
Log:
put back changelog to what it was, hurd-i386/cvs-resource-prio.diff: new patch 
to fix detection of PRIO_* values in some packages


Modified: glibc-package/branches/glibc-2.9/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.9/debian/changelog   2009-01-27 21:03:05 UTC 
(rev 3252)
+++ glibc-package/branches/glibc-2.9/debian/changelog   2009-01-27 21:06:33 UTC 
(rev 3253)
@@ -1,19 +1,3 @@
-glibc (2.9-0exp3) experimental; urgency=low
-
-  [ Aurelien Jarno ]
-  * any/local-linuxthreads-thread_self.diff: new patch to fix a warning on
-    linuxthreads builds.
-  * rules.d/build.mk: unset LANG to make sure testsuite errors are not
-    localized.
-  * debian/rules: remove *.mo file in the clean target.
-
-  [ Petr Salinger ]
-  * kfreebsd/local-sysdeps.diff: update to revision 2352 (from glibc-bsd).
-  * add kfreebsd/local-linuxthreads29.diff: 
-    update to fix build on kfreebsd architectures.
-
- -- Aurelien Jarno <[email protected]>  Sun, 25 Jan 2009 11:14:06 +0100
-
 glibc (2.9-0exp2) UNRELEASED; urgency=low
 
   [ Aurelien Jarno ]
@@ -77,6 +61,11 @@
     bug#511811.
   * expected-results-i486-linux-gnu-libc, expected-results-i686-linux-i686:
     Add tests that fail on a Xen machine. Sigh.
+  * any/local-linuxthreads-thread_self.diff: new patch to fix a warning on
+    linuxthreads builds.
+  * rules.d/build.mk: unset LANG to make sure testsuite errors are not
+    localized.
+  * debian/rules: remove *.mo file in the clean target.
 
   [ Clint Adams ]
   * patches/any/cvs-bz697-posix-regexec.diff: regex fix from Paolo Bonzini.
@@ -99,8 +88,17 @@
   * patches/hppa/submitted-tsd.diff: new patch from to fix build on hppa.
     Closes: #511430.
 
- -- Aurelien Jarno <[email protected]>  Tue, 20 Jan 2009 09:20:14 +0100
+  [ Petr Salinger ]
+  * kfreebsd/local-sysdeps.diff: update to revision 2352 (from glibc-bsd).
+  * add kfreebsd/local-linuxthreads29.diff: 
+    update to fix build on kfreebsd architectures.
 
+  [ Samuel Thibault ]
+  * hurd-i386/cvs-resource-prio.diff: new patch to fix detection of PRIO_*
+    values in some packages
+
+ -- Aurelien Jarno <[email protected]>  Sun, 25 Jan 2009 11:14:06 +0100
+
 glibc (2.8+20080809-3) experimental; urgency=low
 
   [ Aurelien Jarno ]

Added: 
glibc-package/branches/glibc-2.9/debian/patches/hurd-i386/cvs-resource-prio.diff
===================================================================
--- 
glibc-package/branches/glibc-2.9/debian/patches/hurd-i386/cvs-resource-prio.diff
                            (rev 0)
+++ 
glibc-package/branches/glibc-2.9/debian/patches/hurd-i386/cvs-resource-prio.diff
    2009-01-27 21:06:33 UTC (rev 3253)
@@ -0,0 +1,18 @@
+Index: glibc/bits/resource.h
+===================================================================
+RCS file: /cvs/glibc/libc/bits/resource.h,v
+retrieving revision 1.8
+retrieving revision 1.9
+diff -u -p -r1.8 -r1.9
+--- glibc/bits/resource.h      5 Mar 2006 22:48:10 -0000       1.8
++++ glibc/bits/resource.h      3 Jan 2009 21:04:01 -0000       1.9
+@@ -185,6 +185,9 @@ struct rusage
+ enum __priority_which
+   {
+     PRIO_PROCESS = 0,           /* WHO is a process ID.  */
++#define PRIO_PROCESS PRIO_PROCESS
+     PRIO_PGRP = 1,              /* WHO is a process group ID.  */
++#define PRIO_PGRP PRIO_PGRP
+     PRIO_USER = 2               /* WHO is a user ID.  */
++#define PRIO_USER PRIO_USER
+   };

Modified: glibc-package/branches/glibc-2.9/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.9/debian/patches/series      2009-01-27 
21:03:05 UTC (rev 3252)
+++ glibc-package/branches/glibc-2.9/debian/patches/series      2009-01-27 
21:06:33 UTC (rev 3253)
@@ -85,6 +85,7 @@
 hurd-i386/submitted-IPV6_PKTINFO.diff
 hurd-i386/submitted-extern_inline.diff
 hurd-i386/submitted-report-wait.diff
+hurd-i386/cvs-resource-prio.diff
 
 i386/local-biarch.diff
 i386/local-clone.diff


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to