File perl-RDF-Trine.changes of Package perl-RDF-Trine

-------------------------------------------------------------------
Fri Jan  5 06:57:25 UTC 2018 - coolo@suse.com

- updated to 1.019
   see /usr/share/doc/packages/perl-RDF-Trine/Changes.ttl

  <http://kasei.us/code/files/RDF-Trine-1.019.tar.gz>
          dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
          dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-1.018.tar.gz> ;
  
          doap:Version    [
                          doap:revision     "1.019" ;
                          doap:created      "2018-01-04" ;
                          ];
          asc:changes     [
                          asc:update		"Add test case for TSV serializer fixes (#155, #156 from @phochste)." ;
                          ] .

-------------------------------------------------------------------
Wed Jun 21 06:17:22 UTC 2017 - coolo@suse.com

- updated to 1.018
   see /usr/share/doc/packages/perl-RDF-Trine/Changes.ttl

  <http://kasei.us/code/files/RDF-Trine-1.018.tar.gz>
          dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
          dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-1.017.tar.gz> ;
  
          doap:Version    [
                          doap:revision     "1.018" ;
                          doap:created      "2017-06-20" ;
                          ];
          asc:changes     [
                          asc:update		"Fix API inconsistency in RDF::Trine::Store::SPARQL (#149, #150 from @minusdavid)." ;
                          ] .

-------------------------------------------------------------------
Fri Jun  2 06:31:29 UTC 2017 - coolo@suse.com

- updated to 1.017
   see /usr/share/doc/packages/perl-RDF-Trine/Changes.ttl

  <http://kasei.us/code/files/RDF-Trine-1.017.tar.gz>
          dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
          dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-1.016.tar.gz> ;
  
          doap:Version    [
                          doap:revision     "1.017" ;
                          doap:created      "2017-06-01" ;
                          ];
          asc:changes     [
                          asc:update		"Fixes to data update code in RDF::Trine::Store::SPARQL (#146 from @minusdavid)." ;
                          ] .

-------------------------------------------------------------------
Tue Apr 25 06:32:06 UTC 2017 - coolo@suse.com

- updated to 1.016
   see /usr/share/doc/packages/perl-RDF-Trine/Changes.ttl

  <http://kasei.us/code/files/RDF-Trine-1.016.tar.gz>
          dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
          dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-1.015.tar.gz> ;
  
          doap:Version    [
                          doap:revision     "1.016" ;
                          doap:created      "2017-04-24" ;
                          ];
          asc:changes     [
                          asc:update		"Updated Makefile.PL for perl 5.26." ;
                          asc:update      "Fixes to RDF::Trine::Store::Redland (#145 from @doriantaylor)." ;
                          asc:update      "Remove use of TryCatch in scripts and developer tests." ;
                          ] .

-------------------------------------------------------------------
Fri Jan  6 07:01:33 UTC 2017 - coolo@suse.com

- updated to 1.015
   see /usr/share/doc/packages/perl-RDF-Trine/Changes.ttl

  <http://kasei.us/code/files/RDF-Trine-1.015.tar.gz>
          dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
          dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-1.014.tar.gz> ;
  
          doap:Version    [
                          doap:revision     "1.015" ;
                          doap:created      "2017-01-04" ;
                          ];
          asc:changes     [
                          asc:update      "Remove call to $dbh->begin_work when already working with AutoCommit turned off." ;
                          asc:update      "Remove use of RDF::Redland in bin/rdf_store_serialize.pl." ;
                          asc:update      "Updated rdf_store_add_file.pl to guess the appropriate parser based on the filename." ;
                          asc:update      "Remove use of TryCatch (#138 from @ppisar)." ;
                          asc:update      "Change hashbang to use env (#137 from KjetilK)." ;
                          asc:update      "Replaced all uses and initializations from Text::CSV in favour to Text::CSV_XS (#136 from @jordivador)." ;
                          ] .

-------------------------------------------------------------------
Mon May 18 08:36:47 UTC 2015 - coolo@suse.com

- updated to 1.014
   see /usr/share/doc/packages/perl-RDF-Trine/Changes.ttl

  <http://kasei.us/code/files/RDF-Trine-1.014.tar.gz>
          dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
          dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-1.013.tar.gz> ;
  
          doap:Version    [
                          doap:revision     "1.014" ;
                          doap:created      "2015-05-17" ;
                          ];
          asc:changes     [
                          asc:update      "Fix data loss bug in SQLite backend schema and hash encoding (from Mike Frager PR #126)." ;
                          asc:update      "Added Cache::LRU requirement to prerequisite list and README." ;
                          asc:update      "Read data as utf8 from STDIN." ;
                          ] .

-------------------------------------------------------------------
Wed Mar 25 13:38:43 UTC 2015 - coolo@suse.com

- 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.

-------------------------------------------------------------------
Sat Feb  7 07:50:43 UTC 2015 - coolo@suse.com

- initial package 1.012
    * created by cpanspec 1.78.08

openSUSE Build Service is sponsored by