ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Alexey Shabalin" <a.shabalin@gmail.com>
To: "ALT Linux Team development discussions" <devel@lists.altlinux.org>
Subject: Re: [devel] version scripts
Date: Thu, 29 May 2008 20:23:41 +0400
Message-ID: <b966c1e40805290923g483444b8t792b17a4b8e49336@mail.gmail.com> (raw)
In-Reply-To: <fa54e4a90805290855u16c8337eq9e456452b1b6a40f@mail.gmail.com>

29 мая 2008 г. 19:55 пользователь Igor Zubkov написал:
> Hi!
>
> Вот решил сделать тестовый version script для libasyncns. Для начала
> надо получить список всех символов из библиотеки:
>
> Так вот, я прав:
> 1) что нужны только символы с пометкой T?
> 2) что T _fini и T _init не нужно добавлять в version script?

Господа знающие, и мне проведите ликбез пожалуйста.
Тоже делаю версионирование для новой libgnet (она особо и не нужна
никому - делаю для понимания).
сравнивая версионирование, сделаное в libxml2 и в libpango вижу два
разных подхода:
1. в libxml описаны только добавленые символы в версиях, типа
LIBXML2_2.6.16 {
   global:
       xmlMemBlocks;
       xmlRelaxNGInitTypes;
};
2. в libpango сначала идёт полный перечень всех символов + local, а
потом описаны версии с включением предыдущей, типа
PANGO_1.18 {
   global:
   pango_font_face_is_synthesized;
} PANGO_1.14;

1.18 включает 1.14

Вопрос как делать правильно. Первого варианта можно добится используя
только rpmsodiff, второй более трудоёмкий.

-- 
Alexey Shabalin

  reply	other threads:[~2008-05-29 16:23 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-29 15:55 Igor Zubkov
2008-05-29 16:23 ` Alexey Shabalin [this message]
2008-05-30 22:14   ` Igor Zubkov
2008-05-29 16:52 ` Pavlov Konstantin
2008-05-29 16:50   ` Igor Zubkov
2008-05-29 17:03     ` Pavlov Konstantin
2008-05-29 17:04       ` Igor Zubkov
2008-05-29 17:07         ` Mikhail Gusarov
2008-05-29 17:12         ` Alexander Bokovoy
2008-05-30 17:19           ` Igor Zubkov
2008-05-30 17:52             ` Sergey Bolshakov
2008-05-30 18:23               ` Igor Zubkov
2008-05-30 18:39                 ` Sergey Bolshakov
2008-05-30 21:03                   ` Igor Zubkov
2008-05-30 21:40                     ` Pavlov Konstantin
2008-05-30 22:13                       ` Igor Zubkov
2008-05-30 22:26                       ` Alexey Shabalin
2008-05-30 22:57                         ` Igor Zubkov
2008-06-02  9:41                           ` Alexey Shabalin
2008-06-19 12:52                 ` Alexey Shabalin

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=b966c1e40805290923g483444b8t792b17a4b8e49336@mail.gmail.com \
    --to=a.shabalin@gmail.com \
    --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