Hello community, here is the log from the commit of package raptor for openSUSE:Factory checked in at Mon Sep 19 18:02:25 CEST 2011.
-------- --- raptor/raptor.changes 2011-08-11 21:12:11.000000000 +0200 +++ raptor/raptor.changes 2011-09-19 13:46:48.000000000 +0200 @@ -1,0 +2,11 @@ +Mon Sep 19 11:41:09 UTC 2011 - [email protected] + +- update to raptor2 v2.0.4 + + RDF/JSON parser now supports YAJL V2 + + Support libcurl 7.21.7 that removed the curl/types.h header + + TRiG parser now supports the optional ':' in 'uri : { }' syntax + + WWW module now supports setting SSL client side certificates + + various bugfixes + + see also http://librdf.org/raptor/RELEASE.html#rel2_0_4 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- curl-types.patch raptor-1.4.21.tar.bz2 New: ---- raptor2-2.0.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ raptor.spec ++++++ --- /var/tmp/diff_new_pack.5TpozN/_old 2011-09-19 18:02:17.000000000 +0200 +++ /var/tmp/diff_new_pack.5TpozN/_new 2011-09-19 18:02:17.000000000 +0200 @@ -21,13 +21,12 @@ Name: raptor BuildRequires: curl-devel gtkdoc libxml2-devel libxslt-devel pkg-config Summary: RDF Parser Toolkit -Version: 1.4.21 -Release: 9 +Version: 2.0.4 +Release: 1 License: LGPLv2.1+ ; ASLv.. Group: System/Libraries -Source0: %{name}-%{version}.tar.bz2 +Source0: %{name}2-%{version}.tar.bz2 Source1: baselibs.conf -Patch1: curl-types.patch Url: http://www.redland.opensource.ac.uk/raptor/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -39,12 +38,12 @@ -------- Dave Beckett <[email protected]> -%package -n libraptor1 +%package -n libraptor2-0 License: LGPLv2.1+ ; ASLv.. Summary: RDF Parser Toolkit Group: System/Libraries -%description -n libraptor1 +%description -n libraptor2-0 Raptor is the RDF Parser Toolkit for Redland that provides a set of standalone RDF parsers, generating triples from RDF/XML or N-Triples. @@ -56,7 +55,7 @@ License: LGPLv2.1+ ; ASLv.. Summary: Development package for the raptor library Group: Development/Libraries/C and C++ -Requires: libraptor1 = %{version} glibc-devel +Requires: libraptor2-0 = %{version} glibc-devel Requires: raptor = %{version} Provides: raptor-devel = %{version} Obsoletes: raptor-devel < %{version} @@ -70,28 +69,26 @@ Dave Beckett <[email protected]> %prep -%setup -q -%patch1 -p0 +%setup -q -n %{name}2-%{version} %build -autoreconf -fiv %configure --disable-static --with-pic --with-html-dir=%{_docdir} -%{__make} %{?jobs:-j%jobs} +%__make %{?_smp_flags} %install %{__make} DESTDIR="%{buildroot}" install mv %{buildroot}%{_docdir}/raptor %{buildroot}%{_docdir}/raptor-devel #causes some ugly dependency bloat.. -%{__rm} -f %{buildroot}%{_libdir}/libraptor.la +%{__rm} -f %{buildroot}%{_libdir}/libraptor2.la %check export MALLOC_CHECK_=2 %{__make} check unset MALLOC_CHECK_ -%post -n libraptor1 -p /sbin/ldconfig +%post -n libraptor2-0 -p /sbin/ldconfig -%postun -n libraptor1 -p /sbin/ldconfig +%postun -n libraptor2-0 -p /sbin/ldconfig %clean %{__rm} -rf %{buildroot} @@ -107,11 +104,10 @@ %doc %{_docdir}/raptor-devel %{_libdir}/lib*.so %{_includedir}/* -%{_bindir}/*-config %{_libdir}/pkgconfig/*.pc -%files -n libraptor1 +%files -n libraptor2-0 %defattr(-,root,root) -%{_libdir}/libraptor.so.1* +%{_libdir}/libraptor2.so.0* %changelog ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.5TpozN/_old 2011-09-19 18:02:17.000000000 +0200 +++ /var/tmp/diff_new_pack.5TpozN/_new 2011-09-19 18:02:17.000000000 +0200 @@ -1 +1 @@ -libraptor1 +libraptor2-0 ++++++ raptor-1.4.21.tar.bz2 -> raptor2-2.0.4.tar.bz2 ++++++ ++++ 164486 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
