You are not logged in.
Pages: 1
When foo-1.0-4.pkg.tar.gz is released, how do I know what changed from foo-1.0-3?
Is there a simple answer?
Thanks
Dale
Offline
check webcvs
Offline
And of course the CHANGELOG upstream.
Todays mistakes are tomorrows catastrophes.
Offline
And of course the CHANGELOG upstream.
That's rather in the 1.0-3 -> 1.1-1 case
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
Whoops. Sorry. Of course. Ahum.
Todays mistakes are tomorrows catastrophes.
Offline
I see, so http://cvs.archlinux.org/cgi-bin/viewcvs.cgi/ is my only option?
Perhaps a pacman feature request might be:
root@gordon # pacman -S kernel26
Applied foo patch
etc
Upgrade kernel26? [Y/n]
Offline
I see, so http://cvs.archlinux.org/cgi-bin/viewcvs.cgi/ is my only option?
Perhaps a pacman feature request might be:
root@gordon # pacman -S kernel26 Applied foo patch etc Upgrade kernel26? [Y/n]
pacman has a support for Changelog (-Qc), that you can read after the package has been installed, but no one uses it.
On 608 packages, only 2 have a Changelog : flock and docbook-xml
And only docbook-xml contains real informations.
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
That's not true...I've used it at least 3 times :-P
Offline
pacman has a support for Changelog (-Qc), that you can read after the package has been installed, but no one uses it.
On 608 packages, only 2 have a Changelog : flock and docbook-xmlAnd only docbook-xml contains real informations.
I see, latest is best... What more do I need to know.
Offline
pacman has a support for Changelog (-Qc), that you can read after the package has been installed, but no one uses it.
On 608 packages, only 2 have a Changelog : flock and docbook-xmlAnd only docbook-xml contains real informations.
It is important to note that pacman JUST added support for Changelogs, and it was recommended we wait before adding them to package because it was incompatible with pacman 2 (and would result in a .CHANGELOG extracted into the root dir.)
I plan on starting to use them eventually.
Offline
Pages: 1