[librdf-trine-perl] branch master updated (7f8103b -> f7a30d1)

Jonas Smedegaard dr at jones.dk
Sun May 17 17:32:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository librdf-trine-perl.

      from  7f8103b   Prepare for release: Update changelog, control file and copyright hints.
      adds  d3ae2c6   Imported Upstream version 1.014
       new  4b45aca   Merge tag 'upstream/1.014'
       new  c921dcb   Update checksum for new upstream tarball.
       new  32bc76e   Update copyright info: Extend coverage for myself.
       new  17d02e3   (Build-)depend on libcache-lur-perl.
       new  67f70c7   Add NEWS entry about SQLite backend encoding bugfix.
       new  f7a30d1   Prepare for release: Update changelog, control file and copyright hints.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes.ttl                                     |  17 ++-
 MANIFEST                                        |   1 +
 META.yml                                        |   3 +-
 Makefile.PL                                     |  21 ++++
 README                                          |  10 ++
 SIGNATURE                                       | 151 ++++++++++++------------
 bin/srx2table                                   |   1 +
 debian/NEWS                                     |  14 +++
 debian/changelog                                |  15 +++
 debian/control                                  |   1 +
 debian/copyright                                |   2 +-
 debian/copyright_hints                          |   4 +-
 debian/rules                                    |   6 +-
 lib/RDF/Trine.pm                                |   4 +-
 lib/RDF/Trine/Error.pm                          |   4 +-
 lib/RDF/Trine/Exporter/CSV.pm                   |   4 +-
 lib/RDF/Trine/Exporter/RDFPatch.pm              |   4 +-
 lib/RDF/Trine/Graph.pm                          |   4 +-
 lib/RDF/Trine/Iterator.pm                       |   4 +-
 lib/RDF/Trine/Iterator/Bindings.pm              |   4 +-
 lib/RDF/Trine/Iterator/Bindings/Materialized.pm |   4 +-
 lib/RDF/Trine/Iterator/Boolean.pm               |   4 +-
 lib/RDF/Trine/Iterator/Graph.pm                 |   4 +-
 lib/RDF/Trine/Iterator/Graph/Materialized.pm    |   4 +-
 lib/RDF/Trine/Iterator/JSONHandler.pm           |   4 +-
 lib/RDF/Trine/Iterator/SAXHandler.pm            |   4 +-
 lib/RDF/Trine/Model.pm                          |   4 +-
 lib/RDF/Trine/Model/Dataset.pm                  |   4 +-
 lib/RDF/Trine/Model/StatementFilter.pm          |   4 +-
 lib/RDF/Trine/Model/Union.pm                    |   4 +-
 lib/RDF/Trine/Namespace.pm                      |   4 +-
 lib/RDF/Trine/NamespaceMap.pm                   |   4 +-
 lib/RDF/Trine/Node.pm                           |   4 +-
 lib/RDF/Trine/Node/Blank.pm                     |   4 +-
 lib/RDF/Trine/Node/Literal.pm                   |   4 +-
 lib/RDF/Trine/Node/Nil.pm                       |   4 +-
 lib/RDF/Trine/Node/Resource.pm                  |   4 +-
 lib/RDF/Trine/Node/Variable.pm                  |   4 +-
 lib/RDF/Trine/Parser.pm                         |   4 +-
 lib/RDF/Trine/Parser/LineProtocol.pm            |   4 +-
 lib/RDF/Trine/Parser/NQuads.pm                  |   4 +-
 lib/RDF/Trine/Parser/NTriples.pm                |   4 +-
 lib/RDF/Trine/Parser/RDFJSON.pm                 |   4 +-
 lib/RDF/Trine/Parser/RDFPatch.pm                |   4 +-
 lib/RDF/Trine/Parser/RDFXML.pm                  |   4 +-
 lib/RDF/Trine/Parser/RDFa.pm                    |   4 +-
 lib/RDF/Trine/Parser/Redland.pm                 |   4 +-
 lib/RDF/Trine/Parser/TriG.pm                    |   4 +-
 lib/RDF/Trine/Parser/Turtle.pm                  |   4 +-
 lib/RDF/Trine/Parser/Turtle/Constants.pm        |   4 +-
 lib/RDF/Trine/Parser/Turtle/Lexer.pm            |   4 +-
 lib/RDF/Trine/Pattern.pm                        |   4 +-
 lib/RDF/Trine/Serializer.pm                     |   4 +-
 lib/RDF/Trine/Serializer/NQuads.pm              |   4 +-
 lib/RDF/Trine/Serializer/NTriples.pm            |   4 +-
 lib/RDF/Trine/Serializer/NTriples/Canonical.pm  |   4 +-
 lib/RDF/Trine/Serializer/RDFJSON.pm             |   4 +-
 lib/RDF/Trine/Serializer/RDFPatch.pm            |   4 +-
 lib/RDF/Trine/Serializer/RDFXML.pm              |   4 +-
 lib/RDF/Trine/Serializer/TSV.pm                 |   4 +-
 lib/RDF/Trine/Serializer/TriG.pm                |   4 +-
 lib/RDF/Trine/Serializer/Turtle.pm              |   4 +-
 lib/RDF/Trine/Statement.pm                      |   4 +-
 lib/RDF/Trine/Statement/Quad.pm                 |   4 +-
 lib/RDF/Trine/Store.pm                          |   4 +-
 lib/RDF/Trine/Store/DBI.pm                      |  21 ++--
 lib/RDF/Trine/Store/DBI/Pg.pm                   |   4 +-
 lib/RDF/Trine/Store/DBI/SQLite.pm               |  43 ++++++-
 lib/RDF/Trine/Store/DBI/mysql.pm                |   4 +-
 lib/RDF/Trine/Store/Dydra.pm                    |   4 +-
 lib/RDF/Trine/Store/Hexastore.pm                |   4 +-
 lib/RDF/Trine/Store/LanguagePreference.pm       |   4 +-
 lib/RDF/Trine/Store/Memory.pm                   |   4 +-
 lib/RDF/Trine/Store/Redis.pm                    |   4 +-
 lib/RDF/Trine/Store/Redland.pm                  |   4 +-
 lib/RDF/Trine/Store/SPARQL.pm                   |   4 +-
 lib/RDF/Trine/VariableBindings.pm               |   4 +-
 lib/Test/RDF/Trine/Store.pm                     |   4 +-
 t/store-dbi-sqlite.t                            |  39 ++++++
 t/store-triple_sql.t                            |  46 ++++----
 80 files changed, 403 insertions(+), 244 deletions(-)
 create mode 100644 debian/NEWS
 create mode 100644 t/store-dbi-sqlite.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librdf-trine-perl.git



More information about the Pkg-perl-cvs-commits mailing list