Accepting request 1153643 from devel:languages:perl:autoupdate

- 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.

OBS-URL: https://build.opensuse.org/request/show/1153643
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-URI-NamespaceMap?expand=0&rev=2
This commit is contained in:
2024-03-07 17:20:00 +00:00
committed by Git OBS Bridge
parent 494f0cdce0
commit 679172d912
4 changed files with 32 additions and 15 deletions

View File

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

View File

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Jan 12 03:08:47 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- 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 <opensuse@dstoecker.de>

View File

@@ -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