Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Changes/Changelog anzeigen?!
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
mr_stigmata
Tux's lil' helper
Tux's lil' helper


Joined: 24 Nov 2004
Posts: 119
Location: München

PostPosted: Wed Dec 29, 2004 10:26 am    Post subject: Changes/Changelog anzeigen?! Reply with quote

Hi,

gibt es eine Möglichkeit die Changes/Changelogs zwischen den Paketversionen anzeigen zu lassen? z.b. beim Update eines Paketes.

Von Debian kenne ich ein Tool mit Namen: apt-listchanges welches genau das macht, beim Updaten von Paketen das Changelog der Maintainer ausgeben.


MfG,
stigmata
Back to top
View user's profile Send private message
sirro
Veteran
Veteran


Joined: 20 Jul 2003
Posts: 1472
Location: aachen.nrw.de.eu

PostPosted: Wed Dec 29, 2004 10:50 am    Post subject: Reply with quote

man emerge:
Code:
       --changelog (-l)
              Use this in conjunction with the --pretend  action.   This  will
              show  the  ChangeLog  entries  for all the packages that will be
              upgraded.
Back to top
View user's profile Send private message
pablo_supertux
Advocate
Advocate


Joined: 25 Jan 2004
Posts: 2946
Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)

PostPosted: Wed Dec 29, 2004 12:08 pm    Post subject: Reply with quote

sirro wrote:
man emerge:
Code:
       --changelog (-l)
              Use this in conjunction with the --pretend  action.   This  will
              show  the  ChangeLog  entries  for all the packages that will be
              upgraded.


ich weiß nicht, ob's an mir liegt aber bei mir funktioniert -l ganz selten, und hab keine Ahnung warum.
_________________
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
Back to top
View user's profile Send private message
sirro
Veteran
Veteran


Joined: 20 Jul 2003
Posts: 1472
Location: aachen.nrw.de.eu

PostPosted: Wed Dec 29, 2004 12:17 pm    Post subject: Reply with quote

pablo_supertux wrote:
ich weiß nicht, ob's an mir liegt aber bei mir funktioniert -l ganz selten, und hab keine Ahnung warum.

Wie da bereits steht: "This will show the ChangeLog entries for all the packages that will be upgraded."

Beispiel:
Code:
(~)# emerge -p ctags

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild     U ] dev-util/ctags-5.5.4-r1 [5.5.4]

(~)# emerge -pl ctags #Update faellig -> Changelog

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild     U ] dev-util/ctags-5.5.4-r1 [5.5.4]

*ctags-5.5.4-r1

  02 Oct 2004; Ciaran McCreesh <ciaranm@gentoo.org>
  +files/ctags-5.5.4-ebuilds.patch, +ctags-5.5.4-r1.ebuild:
  Ebuilds are bash files too. Bug #66052

[...]
(~)# emerge -1 ctags #aktuelle version installieren
[...]
(~)# emerge -pl ctags #kein Update noetig -> kein Changelog

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] dev-util/ctags-5.5.4-r1 
Back to top
View user's profile Send private message
pablo_supertux
Advocate
Advocate


Joined: 25 Jan 2004
Posts: 2946
Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)

PostPosted: Wed Dec 29, 2004 12:19 pm    Post subject: Reply with quote

D.h. für bereits aktualisierte Packete wird es nicht angezeigt. Das ist ja dumm :oops:
_________________
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
Back to top
View user's profile Send private message
sirro
Veteran
Veteran


Joined: 20 Jul 2003
Posts: 1472
Location: aachen.nrw.de.eu

PostPosted: Wed Dec 29, 2004 12:26 pm    Post subject: Reply with quote

pablo_supertux wrote:
D.h. für bereits aktualisierte Packete wird es nicht angezeigt. Das ist ja dumm :oops:

Auf der einen Seite schon. Auf der anderen Seite irgendwie logisch: Wenn man ein Paket bereits aktuell hat, dann braucht man den Changelog nicht mehr (den sollte man ja vor dem Update lesen), wenn es nicht aktuell ist schon.

Trotzdem waere eine Funktion, die ihn trotzdem anzeigt manchmal praktisch. (vielleicht kann "equery changes" das ja mal)
Back to top
View user's profile Send private message
pablo_supertux
Advocate
Advocate


Joined: 25 Jan 2004
Posts: 2946
Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)

PostPosted: Wed Dec 29, 2004 12:51 pm    Post subject: Reply with quote

sirro wrote:
pablo_supertux wrote:
D.h. für bereits aktualisierte Packete wird es nicht angezeigt. Das ist ja dumm :oops:

Auf der einen Seite schon. Auf der anderen Seite irgendwie logisch: Wenn man ein Paket bereits aktuell hat, dann braucht man den Changelog nicht mehr (den sollte man ja vor dem Update lesen), wenn es nicht aktuell ist schon.


eigentlich schon, aber manchmal mache ich updates ohne changelog zu lesen und erst am nächsten Tag lese ich die changelogs, dann muss ich die sources nehmen oder packages.gentoo.org. Es wäre trotzdem schön, wenn man sie immer lesen könnte.
_________________
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Wed Dec 29, 2004 2:12 pm    Post subject: Reply with quote

Bis equery das macht geht auch
Code:
etcat -c <paket>
oder aber
Code:
less $(dirname $(equery which <paket>))/ChangeLog
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum