[openfst] New upstream version.

Jerry James jjames at fedoraproject.org
Wed Feb 6 16:33:30 UTC 2013


commit 21dcb1f863c522d8240a6369f24697254d6a2597
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Wed Feb 6 09:33:18 2013 -0700

    New upstream version.

 .gitignore   |    2 +-
 openfst.spec |   13 +++++++------
 sources      |    4 ++--
 3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bd96233..808c4d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 /openfst-man.tar.xz
-/openfst-1.3.2.tar.gz
+/openfst-1.3.3.tar.gz
diff --git a/openfst.spec b/openfst.spec
index 9d09342..48bed2f 100644
--- a/openfst.spec
+++ b/openfst.spec
@@ -1,5 +1,5 @@
 Name:           openfst
-Version:        1.3.2
+Version:        1.3.3
 Release:        1%{?dist}
 Summary:        Weighted finite-state transducer library
 
@@ -14,8 +14,6 @@ Source1:        http://openfst.cs.nyu.edu/twiki/pub/Contrib/OpenFstBashComp/open
 # exceptions).
 Source2:        openfst-man.tar.xz
 
-BuildRequires:  libicu-devel%{?_isa}
-
 %description
 OpenFst is a library for constructing, combining, optimizing, and
 searching weighted finite-state transducers (FSTs).  Weighted
@@ -77,9 +75,9 @@ sed -e 's|^\(libfstfarscript_la_LIBADD =\).*|\1 ../../lib/libfst.la libfstfar.la
     -i src/extensions/far/Makefile.in
 
 %build
-%configure --disable-static --enable-bin --enable-compact-fsts \
-  --enable-const-fsts --enable-lookahead-fsts --enable-far --enable-pdt \
-  --enable-ngram-fsts --with-icu LIBS="-ldl"
+%configure --enable-bin --enable-compact-fsts --enable-const-fsts \
+  --enable-far --enable-ngram-fsts --enable-lookahead-fsts --enable-pdt \
+  LIBS="-ldl"
 
 # Get rid of undesirable hardcoded rpaths; also workaround libtool reordering
 # -Wl,--as-needed after all the libraries.
@@ -147,6 +145,9 @@ ln -s ../libfstpdtscript.so.0 $RPM_BUILD_ROOT%{_libdir}/fst/libfstpdtscript.so.0
 %config(noreplace) %{_sysconfdir}/bash_completion.d
 
 %changelog
+* Wed Feb  6 2013 Jerry James <loganjerry at gmail.com> - 1.3.3-1
+- New upstream version
+
 * Mon Aug  6 2012 Jerry James <loganjerry at gmail.com> - 1.3.2-1
 - New upstream version
 
diff --git a/sources b/sources
index bfc0ddc..e239c44 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-9b0d777f177d9917bb93adef19b7098a  openfst-1.3.2.tar.gz
-d33dcee8e5e0dffcdbe02137e381689a  openfst-man.tar.xz
+c7ba9e791eba501bb9d5b95ccc6e5231  openfst-1.3.3.tar.gz
+513416b70f66622efe298ad25e96bdb6  openfst-man.tar.xz


More information about the scm-commits mailing list