Accepting request 843384 from devel:languages:perl:autoupdate

- updated to 0.421
   see /usr/share/doc/packages/perl-RDF-Simple/Changes
  2020-03-06  Kingpin  <martin@ubuntu>
  
  	* (Head): Changed from Module::Install to Dist::Zilla
  	* t: Ref. RT-129300: better testing for misconfigured XML::SAX

OBS-URL: https://build.opensuse.org/request/show/843384
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-RDF-Simple?expand=0&rev=4
This commit is contained in:
2020-10-22 09:23:22 +00:00
committed by Git OBS Bridge
parent 50b03afc57
commit e4f779441f
5 changed files with 23 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:44aabbc3c2b32966ca794d56ac67f32ba51cc16d3b327020e3a5610266d6c07a
size 35008

3
RDF-Simple-0.421.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:408b2500af9b0f28e252f2a74a3cee80771ec951be45c22267353f426e10d30c
size 35408

View File

@@ -7,8 +7,8 @@
#patches: #patches:
# foo.patch: -p1 # foo.patch: -p1
# bar.patch: # bar.patch:
#preamble: |- preamble: |-
# BuildRequires: gcc-c++ BuildRequires: perl(Module::Install)
#post_prep: |- #post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Oct 22 09:10:23 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
- updated to 0.421
see /usr/share/doc/packages/perl-RDF-Simple/Changes
2020-03-06 Kingpin <martin@ubuntu>
* (Head): Changed from Module::Install to Dist::Zilla
* t: Ref. RT-129300: better testing for misconfigured XML::SAX
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 22 05:23:34 UTC 2019 - Stephan Kulow <coolo@suse.com> Mon Apr 22 05:23:34 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-RDF-Simple # spec file for package perl-RDF-Simple
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
Name: perl-RDF-Simple Name: perl-RDF-Simple
Version: 0.419 Version: 0.421
Release: 0 Release: 0
%define cpan_name RDF-Simple %define cpan_name RDF-Simple
Summary: Read and write RDF without complication Summary: Read and write RDF without complication
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MT/MTHURN/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/M/MT/MTHURN/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
@@ -36,16 +36,16 @@ BuildRequires: perl(IO::CaptureOutput)
BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Regexp::Common) BuildRequires: perl(Regexp::Common)
BuildRequires: perl(Test::File) BuildRequires: perl(Test::File)
BuildRequires: perl(URI::Escape)
BuildRequires: perl(XML::SAX) BuildRequires: perl(XML::SAX)
Requires: perl(Class::MethodMaker) Requires: perl(Class::MethodMaker)
Requires: perl(File::Slurp) Requires: perl(File::Slurp)
Requires: perl(LWP::UserAgent) Requires: perl(LWP::UserAgent)
Requires: perl(Regexp::Common) Requires: perl(Regexp::Common)
Requires: perl(URI::Escape)
Requires: perl(XML::SAX) Requires: perl(XML::SAX)
Recommends: perl(XML::SAX::Expat)
%{perl_requires} %{perl_requires}
# MANUAL BEGIN
BuildRequires: perl(Module::Install)
# MANUAL END
%description %description
This package is for very simple manipulations of RDF/XML serialisations of This package is for very simple manipulations of RDF/XML serialisations of
@@ -92,7 +92,7 @@ make test
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes README Todo %doc Changes README
%license LICENSE %license LICENSE
%changelog %changelog