diff --git a/URI-NamespaceMap-1.10.tar.gz b/URI-NamespaceMap-1.10.tar.gz deleted file mode 100644 index 2d3db7a..0000000 --- a/URI-NamespaceMap-1.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2a7be7516396df2cbf5609175d4b43459521c56726a428e39aafb7602cb8e6e -size 29692 diff --git a/URI-NamespaceMap-1.12.tar.gz b/URI-NamespaceMap-1.12.tar.gz new file mode 100644 index 0000000..75b5cb0 --- /dev/null +++ b/URI-NamespaceMap-1.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b05c3fb3cbcec9db925c039a0814ac4bcc2962e6b367d32fc339d79e9510e6b8 +size 29690 diff --git a/perl-URI-NamespaceMap.changes b/perl-URI-NamespaceMap.changes index 2387958..8970ec6 100644 --- a/perl-URI-NamespaceMap.changes +++ b/perl-URI-NamespaceMap.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Jan 12 03:08:47 UTC 2024 - Tina Müller + +- updated to 1.12 + see /usr/share/doc/packages/perl-URI-NamespaceMap/Changes + + 1.12 2024-01-11 Add new automations and small fixes. + + - Added: Add explicit DESTROY. + Zakariyya Mughal++ + - Removed: Remove Travis CI. + Zakariyya Mughal++ + - Updated: Add new Github CI automations. + ------------------------------------------------------------------- Wed Oct 21 13:54:46 UTC 2020 - Dirk Stoecker diff --git a/perl-URI-NamespaceMap.spec b/perl-URI-NamespaceMap.spec index c335a7d..363f654 100644 --- a/perl-URI-NamespaceMap.spec +++ b/perl-URI-NamespaceMap.spec @@ -1,7 +1,7 @@ # # spec file for package perl-URI-NamespaceMap # -# Copyright (c) 2020 SUSE LLC +# 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 @@ -16,17 +16,16 @@ # -Name: perl-URI-NamespaceMap -Version: 1.10 -Release: 0 %define cpan_name URI-NamespaceMap -Summary: Class holding a collection of namespaces +Name: perl-URI-NamespaceMap +Version: 1.120.0 +Release: 0 +%define cpan_version 1.12 License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl +Summary: Namespace manipulation and prefix mapping for XML, RDF, etc URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/K/KJ/KJETILK/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/K/KJ/KJETILK/%{cpan_name}-%{cpan_version}.tar.gz BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(IRI) >= 0.004 @@ -51,7 +50,12 @@ Requires: perl(Type::Library) >= 1.000000 Requires: perl(Types::URI) >= 0.004 Requires: perl(URI) >= 1.52 Requires: perl(namespace::autoclean) >= 0.20 -Recommends: perl(RDF::NS) >= 20130802 +Provides: perl(Types::Namespace) = 1.10 +Provides: perl(URI::Namespace) = 1.10 +Provides: perl(URI::NamespaceMap) = %{version} +Provides: perl(URI::NamespaceMap::ReservedLocalParts) = 1.10 +%define __perllib_provides /bin/true +Recommends: perl(RDF::NS) >= 20130802.0.0 Recommends: perl(RDF::NS::Curated) Recommends: perl(RDF::Prefixes) Recommends: perl(XML::CommonNS) @@ -62,11 +66,11 @@ This module provides an object to manage multiple namespaces for creating URI::Namespace objects and for serializing. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -77,7 +81,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes COPYRIGHT CREDITS doap.ttl README README.md %license LICENSE