packages: hfst/hfst-pc.patch, hfst/hfst.spec - updated to 3.2.0 (note: new ...

qboosh qboosh at pld-linux.org
Tue Aug 2 20:39:53 CEST 2011


Author: qboosh                       Date: Tue Aug  2 18:39:53 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 3.2.0 (note: new soname)
- updated pc patch
- use glib as unicode-handler (more powerful than internal)

---- Files affected:
packages/hfst:
   hfst-pc.patch (1.2 -> 1.3) , hfst.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: packages/hfst/hfst-pc.patch
diff -u packages/hfst/hfst-pc.patch:1.2 packages/hfst/hfst-pc.patch:1.3
--- packages/hfst/hfst-pc.patch:1.2	Fri May 27 23:19:10 2011
+++ packages/hfst/hfst-pc.patch	Tue Aug  2 20:39:48 2011
@@ -1,8 +1,8 @@
---- hfst-3.0.2/libhfst/hfst.pc.in.orig	2011-03-30 15:11:32.000000000 +0200
-+++ hfst-3.0.2/libhfst/hfst.pc.in	2011-04-23 13:57:05.791179522 +0200
+--- hfst-3.2.0/libhfst/hfst.pc.in.orig	2011-07-30 15:37:58.000000000 +0200
++++ hfst-3.2.0/libhfst/hfst.pc.in	2011-08-02 19:24:49.316577950 +0200
 @@ -7,4 +7,4 @@
  Description: Finite-state transducer library bridge for multiple FLOSS packages
  Version: @LIBHFST_VERSION@
  Libs: -L${libdir} -l at LIBHFST_NAME@ @LIBS@
--Cflags: -I${includedir}/hfst/ @FOMA_CFLAGS@ @OPENFST_CFLAGS@ @SFST_CFLAGS@
-+Cflags: -I${includedir}/hfst
+-Cflags: -I${includedir}/hfst/ @GLIB_CFLAGS@
++Cflags: -I${includedir}/hfst @GLIB_CFLAGS@

================================================================
Index: packages/hfst/hfst.spec
diff -u packages/hfst/hfst.spec:1.6 packages/hfst/hfst.spec:1.7
--- packages/hfst/hfst.spec:1.6	Sat Jun 18 13:57:11 2011
+++ packages/hfst/hfst.spec	Tue Aug  2 20:39:48 2011
@@ -6,23 +6,28 @@
 Summary:	Helsinki Finite-State Transducer (library and application suite)
 Summary(pl.UTF-8):	Helsinki Finite-State Transducer (biblioteka i zestaw aplikacji)
 Name:		hfst
-Version:	3.1.1
+Version:	3.2.0
 Release:	1
 License:	GPL v3
 Group:		Applications/Text
 Source0:	http://downloads.sourceforge.net/hfst/%{name}-%{version}.tar.gz
-# Source0-md5:	31fad25e368071b25006d19ed6cf438e
+# Source0-md5:	0ad2670f4c180d7ab2398cebf2719363
 Patch0:		%{name}-pc.patch
 URL:		http://www.ling.helsinki.fi/kieliteknologia/tutkimus/hfst/
 BuildRequires:	SFST-devel
 BuildRequires:	autoconf >= 2.62
 BuildRequires:	automake >= 1:1.11
 BuildRequires:	bison
-%{?with_foma:BuildRequires:	foma-devel}
 BuildRequires:	flex >= 2.5.35
+BuildRequires:	glib2-devel >= 1:2.12
 BuildRequires:	libstdc++-devel
 BuildRequires:	libtool >= 2:2.0
 BuildRequires:	openfst-devel
+%if %{with foma}
+BuildRequires:	foma-devel
+BuildRequires:	zlib-devel
+%endif
+Requires:	glib2 >= 1:2.12
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -43,6 +48,7 @@
 Requires:	%{name} = %{version}-%{release}
 Requires:	SFST-devel
 %{?with_foma:Requires:	foma-devel}
+Requires:	glib2-devel >= 1:2.12
 Requires:	libstdc++-devel
 Requires:	openfst-devel
 
@@ -78,6 +84,7 @@
 	FOMACLI=/usr/bin/foma \
 	--disable-silent-rules \
 	--enable-static \
+	--with-unicode-handler=glib \
 	%{!?with_foma:--without-foma}
 
 %{__make}
@@ -106,7 +113,7 @@
 %attr(755,root,root) %{_bindir}/hfst-*
 %attr(755,root,root) %{_bindir}/htwolcpre*
 %attr(755,root,root) %{_libdir}/libhfst.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libhfst.so.6
+%attr(755,root,root) %ghost %{_libdir}/libhfst.so.7
 %dir %{_datadir}/hfst
 %{_mandir}/man1/hfst-*.1*
 
@@ -114,6 +121,7 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libhfst.so
 %{_includedir}/hfst
+%{_aclocaldir}/hfst.m4
 %{_pkgconfigdir}/hfst.pc
 
 %files static
@@ -126,6 +134,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2011/08/02 18:39:48  qboosh
+- updated to 3.2.0 (note: new soname)
+- updated pc patch
+- use glib as unicode-handler (more powerful than internal)
+
 Revision 1.6  2011/06/18 11:57:11  qboosh
 - updated to 3.1.1 (note: new soname)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/hfst/hfst-pc.patch?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/hfst/hfst.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list