forked from pool/perl-RDF-Trine
Compare commits
12 Commits
d6cca65b14
...
factory
Author | SHA256 | Date | |
---|---|---|---|
dfd85d01a3 | |||
b7bd2b8906 | |||
9376771618 | |||
|
73c859fba1 | ||
a83ad60f58 | |||
|
a652fae684 | ||
84092ec556 | |||
|
5f17a7adb0 | ||
ff04dc4b3c | |||
|
d5f8a5b47d | ||
9419e960c9 | |||
2b71195df2 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da5980c4fd90cee6ed4a727f1ecc994b5ba9dc9c1fed342fd67c1d417efe331e
|
||||
size 564197
|
3
RDF-Trine-1.019.tar.gz
Normal file
3
RDF-Trine-1.019.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1bb07daa10781738aeedd8e70156868c9a70fbd310f05f2ec1f6ea02d8697060
|
||||
size 573302
|
@@ -1,3 +1,100 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-RDF-Trine
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 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,14 +17,14 @@
|
||||
|
||||
|
||||
Name: perl-RDF-Trine
|
||||
Version: 1.014
|
||||
Version: 1.019
|
||||
Release: 0
|
||||
%define cpan_name RDF-Trine
|
||||
Summary: An RDF Framework for Perl
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/RDF-Trine/
|
||||
Source0: http://www.cpan.org/authors/id/G/GW/GWILLIAMS/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/G/GW/GWILLIAMS/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -53,9 +53,8 @@ BuildRequires: perl(Test::Deep)
|
||||
BuildRequires: perl(Test::Exception)
|
||||
BuildRequires: perl(Test::JSON)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Text::CSV)
|
||||
BuildRequires: perl(Text::CSV_XS)
|
||||
BuildRequires: perl(Text::Table)
|
||||
BuildRequires: perl(TryCatch)
|
||||
BuildRequires: perl(URI) >= 1.52
|
||||
BuildRequires: perl(XML::CommonNS) >= 0.04
|
||||
BuildRequires: perl(XML::Namespace)
|
||||
@@ -79,7 +78,7 @@ Requires: perl(Moose) >= 2
|
||||
Requires: perl(MooseX::ArrayRef)
|
||||
Requires: perl(Scalar::Util) >= 1.24
|
||||
Requires: perl(Set::Scalar)
|
||||
Requires: perl(Text::CSV)
|
||||
Requires: perl(Text::CSV_XS)
|
||||
Requires: perl(Text::Table)
|
||||
Requires: perl(URI) >= 1.52
|
||||
Requires: perl(XML::CommonNS) >= 0.04
|
||||
@@ -95,7 +94,7 @@ The package consists of several components:
|
||||
|
||||
%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