From 6d645410b9f224fb81349de000a10c93b5eb9cec Mon Sep 17 00:00:00 2001 From: behdad Date: Sat, 12 Jan 2002 18:45:17 +0000 Subject: Set RPM serial version to interface version. --- ChangeLog | 4 ++++ TODO | 4 ++++ fribidi.spec.in | 3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ebbec44..fc11914 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-01-12 Behdad Esfahbod + * fribidi.spec.in: Define RPM serial version as interface version. + * TODO: New tasks added. + 2002-01-11 Behdad Esfahbod * packtab.c: Fixed the bug Owen Taylor , defines internal arrays as "static const" in output. diff --git a/TODO b/TODO index d04473f..0d5cfc8 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,9 @@ Implementation issues: +* packtab.c should produce outputs with much fewer symbols, with the idea + of putting different tables in one, and store the offsets instead of + pointers. + * Add const keywords all over the source. * with --without-charsets, fribidi char set converters use iconv internally. diff --git a/fribidi.spec.in b/fribidi.spec.in index a81b528..f15835d 100644 --- a/fribidi.spec.in +++ b/fribidi.spec.in @@ -12,12 +12,13 @@ %define name @PACKAGE@ %define ver @VERSION@ %define rel @SPECRELEASE@ - +%define apiver @INTERFACE_VERSION@ %define prefix %{_prefix} Name: %{name} Version: %{ver} Release: %{rel} +Serial: %{apiver} Copyright: LGPL Source: http://telia.dl.sourceforge.net/fribidi/%{name}-%{ver}.tar.gz URL: http://fribidi.sourceforge.net/ -- cgit v1.2.3