#2643 closed enhancement (fixed)
Coreutils-8.5
Reported by: | Matthew Burgess | Owned by: | Matthew Burgess |
---|---|---|---|
Priority: | normal | Milestone: | 6.7 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
New version. Release announcement at http://lists.gnu.org/archive/html/coreutils-announce/2010-04/msg00000.html.
Attachments (2)
Change History (9)
by , 15 years ago
Attachment: | coreutils-8.5-uname-1.patch added |
---|
by , 15 years ago
Attachment: | coreutils-8.5-i18n-1.patch added |
---|
Coreutils i18n patch, updated for 8.5.
comment:1 by , 15 years ago
I've got two patches ready for this version, in case you haven't noticed. Of cource, I have a new i18n patch, but, for the Uname patch, I settled on a similar patch from Fedora that's cleaner and basically does the same thing.
Since I've got the patches ready, this should be very simple to put in the book, just the usual package stats that have to be done before this goes into the book.
comment:2 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 15 years ago
I was wondering why you are still using the old uname major hack patch for coreutils, and not Fedora's better and cleaner uname patch. I'd love to see the Fedora patch included in the book, and not the old major hack patch.
comment:4 by , 15 years ago
Because I'm lazy and didn't even see your patches attached to this ticket, William :-) I agree that the Fedora patch is much cleaner, so I'll add that to my working copy and to the patches repository!
follow-up: 7 comment:6 by , 15 years ago
One minor thing: Since the Fedora uname patch is listed as coreutils-8.5-uname-2.patch, and the old major hack patch is listed as coreutils-8.5-uname-1.patch, the book uses the major hack version instead of the proper Fedora version. So, either:
- The Fedora uname patch should be renamed as coreutils-8.5-uname-1.patch, or
- The book should be updated to use the Fedora version of the Uname patch instead of the old version.
Minor regression, but still worth pointing out.
comment:7 by , 15 years ago
Replying to willimm:
One minor thing: Since the Fedora uname patch is listed as coreutils-8.5-uname-2.patch, and the old major hack patch is listed as coreutils-8.5-uname-1.patch, the book uses the major hack version instead of the proper Fedora version. So, either:
- The Fedora uname patch should be renamed as coreutils-8.5-uname-1.patch, or
- The book should be updated to use the Fedora version of the Uname patch instead of the old version.
Minor regression, but still worth pointing out.
Oops, forgot that you changed it in the general.ent. My bad.
Coreutils Uname Patch. Note, this is not the same one in that is currently in the book, it's a cleaner version from Fedora that basically does the same thing as the old patch.