Compare commits
10 Commits
c4305b7d6b
...
ada399d2d4
Author | SHA256 | Date | |
---|---|---|---|
ada399d2d4 | |||
682f95f277 | |||
|
1476fa2851 | ||
|
cb858bfd56 | ||
1a7d278033 | |||
|
0a0eb53247 | ||
5af837e625 | |||
|
e0d2c26758 | ||
|
4af9990a7f | ||
|
d8c46a8ab7 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a5327239871381865a997db2382a9c0c9dc457bc927e205f6aa5d8229d38277
|
||||
size 207243
|
3
XML-Compile-1.64.tar.gz
Normal file
3
XML-Compile-1.64.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b62cad0b28845328039c4a12056cdc672376674e48cd7d8486c87c825ce4c79
|
||||
size 210685
|
@@ -1,3 +1,105 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 05:35:41 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.640.0 (1.64)
|
||||
see /usr/share/doc/packages/perl-XML-Compile/ChangeLog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 16 10:21:44 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 1.63
|
||||
see /usr/share/doc/packages/perl-XML-Compile/ChangeLog
|
||||
|
||||
version 1.63: Tue 02 Jul 2019 04:35:01 PM CEST
|
||||
|
||||
Improvements:
|
||||
- dataToXML auto-detects XML string when it starts with a BOM.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 05:32:58 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 1.62
|
||||
see /usr/share/doc/packages/perl-XML-Compile/ChangeLog
|
||||
|
||||
version 1.62: Wed 15 May 15:14:28 CEST 2019
|
||||
|
||||
Fixes:
|
||||
- empty list elements are not an error [Rob De Langhe]
|
||||
- facet date_whiteSpace [Ferruccio Zamuner]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 16:32:56 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 1.61
|
||||
see /usr/share/doc/packages/perl-XML-Compile/ChangeLog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 6 07:13:30 UTC 2018 - coolo@suse.com
|
||||
|
||||
- updated to 1.60
|
||||
see /usr/share/doc/packages/perl-XML-Compile/ChangeLog
|
||||
|
||||
version 1.60: Sun Mar 4 22:53:03 CET 2018
|
||||
|
||||
Fixes:
|
||||
- accept non-ascii word characters in NCName type [Aleksei Y Ananev]
|
||||
- use of facets with nested simpletypes [Aleksei Y Ananev]
|
||||
|
||||
Improvements:
|
||||
- convert to GIT, publish on GitHub.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 29 07:15:31 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 1.59
|
||||
see /usr/share/doc/packages/perl-XML-Compile/ChangeLog
|
||||
|
||||
version 1.59: Thu 28 Dec 11:29:27 CET 2017
|
||||
|
||||
Improvements:
|
||||
- remove json regression tests from t/ into xt/, because those
|
||||
modules keep on breaking... [cpantesters]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 28 06:29:58 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 1.58
|
||||
see /usr/share/doc/packages/perl-XML-Compile/ChangeLog
|
||||
|
||||
version 1.58: Tue 27 Jun 16:50:29 CEST 2017
|
||||
|
||||
Fixes:
|
||||
- early facet on missing field [Bernhard Reutner-Fischer]
|
||||
|
||||
Improvements:
|
||||
- move to Log::Report 1.20, which has considerable changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 15 06:33:31 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 1.57
|
||||
see /usr/share/doc/packages/perl-XML-Compile/ChangeLog
|
||||
|
||||
version 1.57: Wed 14 Jun 14:48:18 CEST 2017
|
||||
|
||||
Fixes:
|
||||
- better separation between lexical- and value-space facets.
|
||||
rt.cpan.org#121946 [Nils Barkald]
|
||||
- json_friendly changes broke some (semi-illegal) enumeration and
|
||||
pattern facets. Now new solution with dualvar [Wesley Schwengle]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 07:06:45 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 1.56
|
||||
see /usr/share/doc/packages/perl-XML-Compile/ChangeLog
|
||||
|
||||
version 1.56: Thu 30 Mar 08:54:49 CEST 2017
|
||||
|
||||
Fixes:
|
||||
- disabled a few regression tests which involve json_friendly, because
|
||||
the modules changed behavior.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 11 07:52:14 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-XML-Compile
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,36 +12,50 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-XML-Compile
|
||||
Version: 1.55
|
||||
Release: 0
|
||||
%define cpan_name XML-Compile
|
||||
Name: perl-XML-Compile
|
||||
Version: 1.640.0
|
||||
Release: 0
|
||||
# 1.64 -> normalize -> 1.640.0
|
||||
%define cpan_version 1.64
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Compilation based XML processing
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/XML-Compile/
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Log::Report) >= 1.03
|
||||
BuildRequires: perl(Log::Report) >= 1.200
|
||||
BuildRequires: perl(MIME::Base64) >= 3.1
|
||||
BuildRequires: perl(Test::Deep) >= 0.095
|
||||
BuildRequires: perl(Types::Serialiser)
|
||||
BuildRequires: perl(XML::Compile::Tester) >= 0.9
|
||||
BuildRequires: perl(XML::Compile::Tester) >= 0.900
|
||||
BuildRequires: perl(XML::LibXML) >= 2.0107
|
||||
Requires: perl(Log::Report) >= 1.03
|
||||
Requires: perl(Log::Report) >= 1.200
|
||||
Requires: perl(MIME::Base64) >= 3.1
|
||||
Requires: perl(Test::Deep) >= 0.095
|
||||
Requires: perl(Types::Serialiser)
|
||||
Requires: perl(XML::Compile::Tester) >= 0.9
|
||||
Requires: perl(XML::Compile::Tester) >= 0.900
|
||||
Requires: perl(XML::LibXML) >= 2.0107
|
||||
Provides: perl(XML::Compile) = %{version}
|
||||
Provides: perl(XML::Compile::Iterator) = %{version}
|
||||
Provides: perl(XML::Compile::Schema) = %{version}
|
||||
Provides: perl(XML::Compile::Schema::BuiltInFacets) = %{version}
|
||||
Provides: perl(XML::Compile::Schema::BuiltInTypes) = %{version}
|
||||
Provides: perl(XML::Compile::Schema::Instance) = %{version}
|
||||
Provides: perl(XML::Compile::Schema::NameSpaces) = %{version}
|
||||
Provides: perl(XML::Compile::Schema::Specs) = %{version}
|
||||
Provides: perl(XML::Compile::Translate) = %{version}
|
||||
Provides: perl(XML::Compile::Translate::Reader) = %{version}
|
||||
Provides: perl(XML::Compile::Translate::Template) = %{version}
|
||||
Provides: perl(XML::Compile::Translate::Writer) = %{version}
|
||||
Provides: perl(XML::Compile::Util) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -69,14 +83,14 @@ if they have a targetNamespace defined, which is the same as that of the
|
||||
schema it is included into.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -84,7 +98,6 @@ schema it is included into.
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc ChangeLog README README.todo
|
||||
%doc ChangeLog README README.md README.todo
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user