Hello community, here is the log from the commit of package rasqal for openSUSE:Factory checked in at 2011-12-27 18:38:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rasqal (Old) and /work/SRC/openSUSE:Factory/.rasqal.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rasqal", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/rasqal/rasqal.changes 2011-09-23 12:44:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rasqal.new/rasqal.changes 2011-12-27 18:38:30.000000000 +0100 @@ -1,0 +2,30 @@ +Wed Dec 21 16:48:07 UTC 2011 - [email protected] + +- Remove the specific -32bit compilation for 64bit systems. This + as that rasqal depends on mhash for which there is no -32bit + package + +------------------------------------------------------------------- +Wed Dec 21 12:46:07 UTC 2011 - [email protected] + +- Update to 0.9.28 + * Added full support for SPARQL 1.1 draft STRBEFORE, STRAFTER + and REPLACE. + * Add internal Mersenne Twister PRNG or choose others via + configure + * Language name 'sparql' is now SPARQL 1.1 + * The query result formats now all use the W3C Format URIs as + their primary URI + * Improved configure check for for ceil(), floor() and round() + to prevent GCC optimizing the test away and getting the wrong + answer + * Bugfixes + +------------------------------------------------------------------- +Sat Oct 8 10:51:46 UTC 2011 - [email protected] + +- Split documentation package (fix for RPMLINT warning) +- Added mhash buildrequires +- Cleaned up spec file formatting + +------------------------------------------------------------------- Old: ---- baselibs.conf rasqal-0.9.27.tar.bz2 New: ---- rasqal-0.9.28.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rasqal.spec ++++++ --- /var/tmp/diff_new_pack.MLamMN/_old 2011-12-27 18:38:31.000000000 +0100 +++ /var/tmp/diff_new_pack.MLamMN/_new 2011-12-27 18:38:31.000000000 +0100 @@ -15,27 +15,28 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - Name: rasqal -Version: 0.9.27 -Release: 1 -License: LGPLv2.1+ or GPLv2+ or ASLv2.0+ +Version: 0.9.28 +Release: 0 +%define sonum 3 Summary: RDF Parser Toolkit for Redland -Url: http://librdf.org/rasqal/ +License: LGPL-2.1+ or GPL-2.0+ or SUSE-Apache-2.0+ Group: Productivity/Other -# http://download.librdf.org/source/rasqal-0.9.21.tar.gz +Url: http://librdf.org/%{name}/ +# http://download.librdf.org/source/rasqal-0.9.27.tar.gz Source0: %{name}-%{version}.tar.bz2 -Source100: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: autoconf BuildRequires: bison BuildRequires: flex BuildRequires: libraptor-devel -BuildRequires: libxml2-devel +BuildRequires: mhash-devel BuildRequires: mpfr-devel BuildRequires: pcre-devel BuildRequires: pkg-config +BuildRequires: pkgconfig(libxml-2.0) +Requires: lib%{name}%{sonum} = %{version} +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Rasqal is a library providing full support for querying Resource @@ -44,30 +45,36 @@ It currently handles the RDF Data Query Language (RDQL) and SPARQL Query language. -%package -n librasqal3 -License: LGPLv2.1+ or GPLv2+ or ASLv2.0+ +%package -n lib%{name}%{sonum} Summary: RDF Parser Toolkit for Redland Group: System/Libraries %requires_ge libraptor1 -%description -n librasqal3 +%description -n lib%{name}%{sonum} Rasqal is a library providing full support for querying Resource Description Framework (RDF) including parsing query syntaxes, constructing the queries, executing them and returning result formats. It currently handles the RDF Data Query Language (RDQL) and SPARQL Query language. -%package -n librasqal-devel -License: LGPLv2.1+ or GPLv2+ or ASLv2.0+ +%package -n lib%{name}-devel Summary: Development package for the Rasqal RDF query library Group: Development/Languages/C and C++ Requires: libraptor-devel >= 2.0.4 -Requires: librasqal3 = %{version} +Requires: lib%{name}%{sonum} = %{version} -%description -n librasqal-devel +%description -n lib%{name}-devel This package contains the files needed to develop with the Rasqal RDF query language library. +%package -n lib%{name}-devel-doc +Summary: Documentation package for lib%{name}-devel +Group: Development/Languages/C and C++ + +%description -n lib%{name}-devel-doc +This package contains the documentation and help files to aid with +developing software using the Rasqal RDF query language library. + %prep %setup -q @@ -80,7 +87,7 @@ --disable-static \ --with-pic \ --with-regex-library=pcre \ - --with-html-dir=%{_docdir}/librasqal-devel/ + --with-html-dir=%{_docdir}/lib%{name}-devel/ make %{?_smp_mflags} @@ -92,27 +99,31 @@ %clean rm -rf %{buildroot} -%post -n librasqal3 -p /sbin/ldconfig - -%postun -n librasqal3 -p /sbin/ldconfig +%post -n lib%{name}%{sonum} -p /sbin/ldconfig +%postun -n lib%{name}%{sonum} -p /sbin/ldconfig -%files -n librasqal3 +%files -n lib%{name}%{sonum} %defattr(-,root,root,-) -%{_libdir}/librasqal.so.3* +%doc AUTHORS COPYING COPYING.LIB ChangeLog +%doc LICENSE-2.0.txt LICENSE.html LICENSE.txt +%doc NEWS NEWS.html NOTICE README README.html RELEASE.html +%{_libdir}/lib%{name}.so.%{sonum}* +%{_mandir}/man1/%{name}-config.1%{ext_man} -%files -n librasqal-devel +%files -n lib%{name}-devel %defattr(-,root,root,-) -%{_libdir}/librasqal.so -%{_mandir}/man1/rasqal-config.1%{ext_man} -%{_mandir}/man3/librasqal.3%{ext_man} -%{_libdir}/pkgconfig/rasqal.pc +%{_bindir}/%{name}-config %{_includedir}/%{name}/ -%{_bindir}/rasqal-config -%doc %{_docdir}/librasqal-devel/ +%{_libdir}/lib%{name}.so +%{_libdir}/pkgconfig/%{name}.pc +%{_mandir}/man3/lib%{name}.3%{ext_man} + +%files -n lib%{name}-devel-doc +%defattr(-,root,root,-) +%{_docdir}/lib%{name}-devel/ %files %defattr(-,root,root,-) -%doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE-2.0.txt LICENSE.html LICENSE.txt NEWS NEWS.html NOTICE README README.html RELEASE.html %{_bindir}/roqet %{_mandir}/man1/roqet.1%{ext_man} ++++++ rasqal-0.9.27.tar.bz2 -> rasqal-0.9.28.tar.bz2 ++++++ ++++ 25596 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
