Author: arekm Date: Sun Jul 26 11:51:10 2009 GMT Module: packages Tag: HEAD ---- Log message: - rel 3; fix librdf_storage_file linking
---- Files affected: packages/redland: redland-storage-file.patch (1.1 -> 1.2) , redland.spec (1.53 -> 1.54) ---- Diffs: ================================================================ Index: packages/redland/redland-storage-file.patch diff -u packages/redland/redland-storage-file.patch:1.1 packages/redland/redland-storage-file.patch:1.2 --- packages/redland/redland-storage-file.patch:1.1 Sun Jan 6 22:11:11 2008 +++ packages/redland/redland-storage-file.patch Sun Jul 26 13:51:04 2009 @@ -8,8 +8,8 @@ +plugin_LTLIBRARIES += librdf_storage_file.la +librdf_storage_file_la_SOURCES = rdf_storage_file.c +librdf_storage_file_la_LDFLAGS = -module -avoid-version ++librdf_storage_file_la_LIBADD = librdf.la +endif -+ if STORAGE_TSTORE plugin_LTLIBRARIES += librdf_storage_tstore.la librdf_storage_tstore_la_SOURCES = rdf_storage_tstore.c ================================================================ Index: packages/redland/redland.spec diff -u packages/redland/redland.spec:1.53 packages/redland/redland.spec:1.54 --- packages/redland/redland.spec:1.53 Mon Jul 6 12:48:44 2009 +++ packages/redland/redland.spec Sun Jul 26 13:51:04 2009 @@ -7,7 +7,7 @@ Summary(pl.UTF-8): Redland - biblioteka udostępniająca wysokopoziomowy interfejs do RDF Name: redland Version: 1.0.8 -Release: 2 +Release: 3 License: LGPL v2.1+ or GPL v2+ or Apache v2.0 Group: Libraries Source0: http://download.librdf.org/source/%{name}-%{version}.tar.gz @@ -234,6 +234,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.54 2009/07/26 11:51:04 arekm +- rel 3; fix librdf_storage_file linking + Revision 1.53 2009/07/06 10:48:44 baggins - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/redland/redland-storage-file.patch?r1=1.1&r2=1.2&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/redland/redland.spec?r1=1.53&r2=1.54&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
