Hello community, here is the log from the commit of package perl-RDF-Trine for openSUSE:Factory checked in at 2015-03-27 09:40:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-RDF-Trine (Old) and /work/SRC/openSUSE:Factory/.perl-RDF-Trine.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-RDF-Trine" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-RDF-Trine/perl-RDF-Trine.changes 2015-02-25 02:16:44.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-RDF-Trine.new/perl-RDF-Trine.changes 2015-03-27 09:40:28.000000000 +0100 @@ -1,0 +2,20 @@ +Wed Mar 25 13:38:43 UTC 2015 - [email protected] + +- updated to 1.013 + * BUG FIXES + Update how file URIs are constructed to better deal with windows systems. + Fixed bug in RDF::Trine::Model->size that was only considering triples, not quads. + Fix get_statements and count_statements when called with quad patterns with non-nil graph. + * NEW FEATURES + Added RDF::Trine::Store::LanguagePreference class. + Added RDF::Trine::Parser->parse_url method (github issue #119). + * ENHANCEMENTS + Improve insertion performance in RDF::Trine::Store::Memory by keeping caching quad SHA1 hashes. + Make RDF::Trine::VariableBindings->join more flexible in testing of equality. + Simplify coercion of values in RDF::Trine::Node::Resource constructor. + * OTHER + Update triple store tests for expected results when passing in quad patterns with non-nil graphs. + Miscellaneous code and documentation improvements (from Kjetil Kjernsmo via github pull request #116). + Added IRI to list of prereq modules in Makefile.PL. + +------------------------------------------------------------------- Old: ---- RDF-Trine-1.012.tar.gz New: ---- RDF-Trine-1.013.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-RDF-Trine.spec ++++++ --- /var/tmp/diff_new_pack.CYi5NT/_old 2015-03-27 09:40:28.000000000 +0100 +++ /var/tmp/diff_new_pack.CYi5NT/_new 2015-03-27 09:40:28.000000000 +0100 @@ -17,7 +17,7 @@ Name: perl-RDF-Trine -Version: 1.012 +Version: 1.013 Release: 0 %define cpan_name RDF-Trine Summary: An RDF Framework for Perl @@ -37,6 +37,7 @@ BuildRequires: perl(Digest::SHA) BuildRequires: perl(Error) BuildRequires: perl(HTTP::Negotiate) +BuildRequires: perl(IRI) BuildRequires: perl(JSON) >= 2 BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(List::Util) >= 1.33 @@ -65,6 +66,7 @@ Requires: perl(Digest::SHA) Requires: perl(Error) Requires: perl(HTTP::Negotiate) +Requires: perl(IRI) Requires: perl(JSON) >= 2 Requires: perl(LWP::UserAgent) Requires: perl(List::Util) >= 1.33 ++++++ RDF-Trine-1.012.tar.gz -> RDF-Trine-1.013.tar.gz ++++++ ++++ 2602 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
