summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbehdad <behdad>2002-01-12 18:45:17 +0000
committerbehdad <behdad>2002-01-12 18:45:17 +0000
commit6d645410b9f224fb81349de000a10c93b5eb9cec (patch)
tree8d51217663230a7ce8d39151ab0a33cbc5091943
parentb4f9f68917146792189ffe07c2978b64a24deab4 (diff)
Set RPM serial version to interface version.
-rw-r--r--ChangeLog4
-rw-r--r--TODO4
-rw-r--r--fribidi.spec.in3
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ebbec44..fc11914 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-12 Behdad Esfahbod <behdad@bamdad.org>
+ * fribidi.spec.in: Define RPM serial version as interface version.
+ * TODO: New tasks added.
+
2002-01-11 Behdad Esfahbod <behdad@bamdad.org>
* packtab.c: Fixed the bug Owen Taylor <otaylor@redhat.com>, 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/