ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Kirill Maslinsky <kirill@altlinux.org>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] [SCM] packages/tetex: tags/2.0-alt5
Date: Tue, 11 Nov 2008 22:57:15 +0300
Message-ID: <20081111195715.GC22980@odnako> (raw)
In-Reply-To: <20081111184601.A1EAD45D805A@ssh.git.int.altlinux.org>

[-- Attachment #1: Type: text/plain, Size: 3434 bytes --]

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 <led@altlinux.org> 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 <led@altlinux.org>
> 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 <ldv@altlinux.org> 2.0-alt5
> +- Packaged intermediate subdirectories to fix build.
> +
>  * Tue Apr 01 2008 Dmitry V. Levin <ldv@altlinux.org> 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 <msf@redhat.com>
>  - Upgraded to 0.4pl6, and fixed file permissions on /var/lib/texmf/texfonts
>    so normal users could create fonts on demand.
> -
> -
> -

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

       reply	other threads:[~2008-11-11 19:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-11 19:57 ` Kirill Maslinsky [this message]
2008-11-11 20:22   ` Led
2008-11-11 20:38     ` Kirill Maslinsky
2008-11-11 21:06       ` Led
2008-11-12 20:49         ` Kirill Maslinsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081111195715.GC22980@odnako \
    --to=kirill@altlinux.org \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git