FS#7321 - pacman -Qcp does not display ChangeLog
Attached to Project:
Pacman
Opened by Dag (rixxon) - Thursday, 31 May 2007, 12:44 GMT
Last edited by Aaron Griffin (phrakture) - Friday, 14 December 2007, 17:03 GMT
Opened by Dag (rixxon) - Thursday, 31 May 2007, 12:44 GMT
Last edited by Aaron Griffin (phrakture) - Friday, 14 December 2007, 17:03 GMT
|
Details
Summary and Info:
pacman -Qc dumps the .CHANGELOG of an installed package, logically pacman -Qcp should dump the .CHANGELOG of a package file - but doesn't. Steps to Reproduce: % tar tf io-20070528-1-i686.pkg.tar.gz | head -1 .CHANGELOG % pacman -Qcp io-20070528-1-i686.pkg.tar.gz io 20070528-1 % pacman -Qc io io 20070528-1 2007-05-29 Dag Odenhall <dag.odenhall@gmail.com> * Updated to 2007-05-28 * Added option !emptydirs ... |
This task depends upon
Closed by Aaron Griffin (phrakture)
Friday, 14 December 2007, 17:03 GMT
Reason for closing: Fixed
Additional comments about closing: In git
Friday, 14 December 2007, 17:03 GMT
Reason for closing: Fixed
Additional comments about closing: In git
Comment by Dan McGee (toofishes) -
Thursday, 31 May 2007, 23:29 GMT
Comment by Dag (rixxon) - Friday, 01
June 2007, 00:33 GMT
If you feel confident in C code, you wouldn't mind looking into
this, would you? It shouldn't be too hard of a fix.
I could try, but my C is weak.