diff --git a/.gitignore b/.gitignore index 36031d6..6d9e26a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /raptor2-2.0.7.tar.gz /raptor2-2.0.8.tar.gz +/raptor2-2.0.9.tar.gz diff --git a/raptor2.spec b/raptor2.spec index baf25d8..79f8278 100644 --- a/raptor2.spec +++ b/raptor2.spec @@ -1,7 +1,7 @@ Summary: RDF Parser Toolkit for Redland Name: raptor2 -Version: 2.0.8 +Version: 2.0.9 Release: 1%{?dist} License: GPLv2+ or LGPLv2+ or ASL 2.0 @@ -12,6 +12,7 @@ URL: http://librdf.org/raptor/ BuildRequires: curl-devel BuildRequires: gtk-doc +BuildRequires: libicu-devel BuildRequires: pkgconfig(libxslt) BuildRequires: yajl-devel @@ -40,7 +41,10 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure %build -%configure --disable-static --enable-release +%configure \ + --disable-static --enable-release \ + --with-icu-config=/usr/bin/icu-config + make %{?_smp_mflags} @@ -85,6 +89,10 @@ rm -rf %{buildroot} %changelog +* Tue Mar 26 2013 Rex Dieter 2.0.9-1 +- 2.0.9 +- BR: libicu-devel + * Tue Feb 19 2013 Rex Dieter 2.0.8-1 - 2.0.8 diff --git a/sources b/sources index 29cfc1b..d3c23a9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ac60858b875aab8fa7917f21a1237aa9 raptor2-2.0.8.tar.gz +4ceb9316488b0ea01acf011023cf7fff raptor2-2.0.9.tar.gz