ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Devel discussion list <devel@altlinux.ru>
Subject: Re: [devel] ld.so
Date: Mon, 7 Oct 2002 13:30:41 +0400
Message-ID: <20021007093041.GC31447@basalt.office.altlinux.ru> (raw)
In-Reply-To: <20021007034623.GA2478@voins.local>


[-- Attachment #1.1: Type: text/plain, Size: 285 bytes --]

On Mon, Oct 07, 2002 at 07:46:23AM +0400, Alexey Voinov wrote:
> > Есть ещё один важный момент по перлу: следующая версия будет 5.10, и
> > "5.10" < "5.8". Нужно либо что-то придумать сейчас, либо потом менять
> > serial.
> 5.10 > 5.8 по правилам rpm.

Вот тест для проверки.


--
ldv

[-- Attachment #1.2: rpmvercmp.c --]
[-- Type: text/plain, Size: 255 bytes --]

/*
 * gcc -Wall -I /usr/include/rpm rpmvercmp.c -lrpm -lrpmio -lrpmdb -o rpmvercmp
 */

#include <stdio.h>
#include <rpmlib.h>

int main( int ac, const char *av[] )
{
	if ( ac < 3 )
		return 1;

	printf( "%d\n", rpmvercmp( av[1], av[2] ) );

	return 0;
}

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

  reply	other threads:[~2002-10-07  9:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-03 23:22 at
2002-10-03 23:30 ` Dmitry V. Levin
2002-10-06 14:50   ` at
2002-10-06 20:17     ` Dmitry V. Levin
2002-10-07  0:05       ` at
2002-10-07  3:46         ` Alexey Voinov
2002-10-07  9:30           ` Dmitry V. Levin [this message]
2002-10-07 19:31     ` Alexey I. Froloff

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=20021007093041.GC31447@basalt.office.altlinux.ru \
    --to=ldv@altlinux.org \
    --cc=devel@altlinux.ru \
    /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