Accepting request 404422 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/404422 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-RDF-Query?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
02bd174924
commit
60f48eae4c
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7df9c2562cdc4396c732c33c31e3872448332e4302a1a1affb97a174fc42b9d4
|
||||
size 345106
|
3
RDF-Query-2.917.tar.gz
Normal file
3
RDF-Query-2.917.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e682c2613a0905e4642421bce10444e19bbe7236e0e30418065930ab22bc73b8
|
||||
size 346540
|
@@ -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
|
||||
|
||||
<http://kasei.us/code/files/RDF-Query-2.917.tar.gz>
|
||||
dcterms:isVersionOf <http://kasei.us/code/rdf-query/#project> ;
|
||||
dcterms:replaces <http://kasei.us/code/files/RDF-Query-2.916.tar.gz> ;
|
||||
|
||||
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)." ;
|
||||
] .
|
||||
|
||||
|
||||
<http://kasei.us/code/files/RDF-Query-2.916.tar.gz>
|
||||
dcterms:isVersionOf <http://kasei.us/code/rdf-query/#project> ;
|
||||
dcterms:replaces <http://kasei.us/code/files/RDF-Query-2.915.tar.gz> ;
|
||||
|
||||
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)." ;
|
||||
] .
|
||||
|
||||
|
||||
<http://kasei.us/code/files/RDF-Query-2.915.tar.gz>
|
||||
dcterms:isVersionOf <http://kasei.us/code/rdf-query/#project> ;
|
||||
dcterms:replaces <http://kasei.us/code/files/RDF-Query-2.914.tar.gz> ;
|
||||
|
||||
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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user