diff --git a/RDF-Query-2.914.tar.gz b/RDF-Query-2.914.tar.gz deleted file mode 100644 index ee690b6..0000000 --- a/RDF-Query-2.914.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7df9c2562cdc4396c732c33c31e3872448332e4302a1a1affb97a174fc42b9d4 -size 345106 diff --git a/RDF-Query-2.917.tar.gz b/RDF-Query-2.917.tar.gz new file mode 100644 index 0000000..2a66f14 --- /dev/null +++ b/RDF-Query-2.917.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e682c2613a0905e4642421bce10444e19bbe7236e0e30418065930ab22bc73b8 +size 346540 diff --git a/perl-RDF-Query.changes b/perl-RDF-Query.changes index c0ec27e..e83e2ee 100644 --- a/perl-RDF-Query.changes +++ b/perl-RDF-Query.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Fri Jun 24 06:25:30 UTC 2016 - coolo@suse.com + +- updated to 2.917 + see /usr/share/doc/packages/perl-RDF-Query/Changes.ttl + + + dcterms:isVersionOf ; + dcterms:replaces ; + + doap:Version [ + doap:revision "2.917" ; + doap:created "2016-05-22" ; + ]; + asc:changes [ + asc:update "Change hashbang to use env (#137 from KjetilK)." ; + asc:update "Replaced Text::CSV by Text::CSV_XS (#127, #136; patch from jordivador)." ; + asc:update "Fixed bug that didn't properly anchor the regex match in serializing prefixnames (#135)." ; + asc:update "Fixed SPARQL parsing bug causing filters to improperly appear inside of service blocks (github issue #134)." ; + asc:update "Fix SPARQL serialization of functions that have a prefix that is also a valid function name (#133)." ; + ] . + + + + dcterms:isVersionOf ; + dcterms:replaces ; + + doap:Version [ + doap:revision "2.916" ; + doap:created "2015-10-16" ; + ]; + asc:changes [ + asc:update "Updated RDF::Query::Node::Resource->as_sparql to allow SPARQL 1.0 PN_LOCAL prefix names (GitHub issue #132)." ; + ] . + + + + dcterms:isVersionOf ; + dcterms:replaces ; + + doap:Version [ + doap:revision "2.915" ; + doap:created "2015-08-18" ; + ]; + asc:changes [ + asc:addition "Add RDF::Query::Node->from_attean method (PR #128 from Kjetil Kjernsmo)." ; + asc:update "Add default indentation to RDF::Query::Algebra::Limit->sse." ; + ] . + ------------------------------------------------------------------- Mon May 18 08:36:19 UTC 2015 - coolo@suse.com diff --git a/perl-RDF-Query.spec b/perl-RDF-Query.spec index f2c39b7..8b91db4 100644 --- a/perl-RDF-Query.spec +++ b/perl-RDF-Query.spec @@ -1,7 +1,7 @@ # # spec file for package perl-RDF-Query # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-RDF-Query -Version: 2.914 +Version: 2.917 Release: 0 %define cpan_name RDF-Query Summary: Complete Sparql 1.1 Query and Update Implementation for Use with Rdf::Trine @@ -63,15 +63,14 @@ Recommends: perl(LWP::Simple) RDF::Query allows SPARQL and RDQL queries to be run against an RDF model, returning rows of matching results. -See the http://www.w3.org/TR/rdf-sparql-query/ manpage for more information -on SPARQL. +See http://www.w3.org/TR/rdf-sparql-query/ for more information on SPARQL. -See the http://www.w3.org/Submission/2004/SUBM-RDQL-20040109/ manpage for -more information on RDQL. +See http://www.w3.org/Submission/2004/SUBM-RDQL-20040109/ for more +information on RDQL. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor