On Tue, Nov 11, 2008 at 09:46:01PM +0300, Led wrote: > Update of /people/led/packages/tetex.git Правильно ли я понимаю, что этот репозиторий не имеет общих коммитов ни с одним из ниже перечисленных? $ ssh git.alt find-package tetex /people/ldv/packages/tetex.git 1221350550 /people/kirill/packages/tetex.git 1183028973 /people/bga/packages/tetex.git 1177682433 > > Tag `2.0-alt5' created by Led at 2008-11-11 19:49:54 +0300 > with the following message: > > ======= > > Changes statistics since `2.0-alt4' follows: > tetex.spec | 17 ++++++++++------- > 1 files changed, 10 insertions(+), 7 deletions(-) > > Changelog since `2.0-alt4' follows: > commit d2b8b3d86874e064787e27a6da1214a690f89bab > Author: Led > Date: Tue Nov 11 18:49:52 2008 +0200 > > 2.0-alt5 > > Full diff since `2.0-alt4' follows: > diff --git a/tetex.spec b/tetex.spec > index 68dc6f0..bee9a13 100644 > --- a/tetex.spec > +++ b/tetex.spec > @@ -3,7 +3,7 @@ > > Name: tetex > Version: 2.0 > -Release: alt4 > +Release: alt5 > > %define pkgname teTeX > %define texversion 2.0-rc1 > @@ -373,7 +373,7 @@ find %buildroot -type f -or -type l | \ > >filelist.full > > find %buildroot%_datadir/texmf -type d | \ > - sed "s|^%buildroot|\%%attr(0755,root,root) \%%dir |" >> filelist.full > + sed "s|^%buildroot|\%%attr(755,root,root) \%%dir |" >> filelist.full > > # subpackages > grep -v "/doc/" filelist.full | grep latex > filelist.latex > @@ -401,9 +401,9 @@ grep -v "/doc/" filelist.full | grep dvilj | \ > grep -v "/doc/" filelist.full | grep afm > filelist.afm > > grep "/doc/" filelist.full > filelist.doc_temp > - > grep "texdoc" filelist.full >> filelist.doc_temp > -cat filelist.doc_temp | grep -v "/doc/context" | sort | uniq -u > filelist.doc > +sort -u -o filelist.doc_temp filelist.doc_temp > +cat filelist.doc_temp | grep -v "/doc/context" | sort | uniq -u > filelist.doc > > grep "/usr/include/" filelist.full > filelist.devel > > @@ -524,12 +524,15 @@ x=/usr/bin/texhash && [ -x "$x" ] && "$x" 2>/dev/null ||: > %attr(1775,root,root) %dir %_cachedir/texmf > %attr(755,root,root) %dir %_sysconfdir/tex-fonts > %attr(755,root,root) %dir %_sysconfdir/tex-fonts.d > +%attr(755,root,root) %dir %_cachedir/texmf/web2c > %config %_sysconfdir/cron.daily/%name > %config %_sysconfdir/tex-fonts.d/* > > %files -f filelist.latex latex > +%attr(755,root,root) %dir %_cachedir/texmf/web2c > > %files -f filelist.context context > +%attr(755,root,root) %dir %_cachedir/texmf/web2c > > %files -f filelist.xdvi xdvi > %_menudir/tetex-xdvi > @@ -551,6 +554,9 @@ x=/usr/bin/texhash && [ -x "$x" ] && "$x" 2>/dev/null ||: > %doc PROBLEMS* README ChangeLog > > %changelog > +* Mon Sep 01 2008 Dmitry V. Levin 2.0-alt5 > +- Packaged intermediate subdirectories to fix build. > + > * Tue Apr 01 2008 Dmitry V. Levin 2.0-alt4 > - Dropped readlink remnants to fix build. > - Tweaked shell scripts to avoid extra requirements. > @@ -885,6 +891,3 @@ x=/usr/bin/texhash && [ -x "$x" ] && "$x" 2>/dev/null ||: > * Mon Feb 17 1997 Michael Fulbright > - Upgraded to 0.4pl6, and fixed file permissions on /var/lib/texmf/texfonts > so normal users could create fonts on demand. > - > - > -