From 84270be690400d76ab35bc90b332fe9fb763b9abcbd0ffe9bf30b162c8533001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Tue, 29 Jun 2021 09:30:49 +0000 Subject: [PATCH] Accepting request 901149 from devel:languages:perl:autoupdate - updated to 0.050 see /usr/share/doc/packages/perl-Data-GUID/Changes 0.050 2021-06-20 20:18:40-04:00 America/New_York - update author contact info - add perl-support section in docs OBS-URL: https://build.opensuse.org/request/show/901149 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-GUID?expand=0&rev=7 --- Data-GUID-0.049.tar.gz | 3 --- Data-GUID-0.050.tar.gz | 3 +++ perl-Data-GUID.changes | 10 ++++++++++ perl-Data-GUID.spec | 24 +++++++++++------------- 4 files changed, 24 insertions(+), 16 deletions(-) delete mode 100644 Data-GUID-0.049.tar.gz create mode 100644 Data-GUID-0.050.tar.gz diff --git a/Data-GUID-0.049.tar.gz b/Data-GUID-0.049.tar.gz deleted file mode 100644 index e37334a..0000000 --- a/Data-GUID-0.049.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8af437d49fd0425a23ebff3e5989dae64deeaf0e046aa5f413665cd3169a77b -size 19513 diff --git a/Data-GUID-0.050.tar.gz b/Data-GUID-0.050.tar.gz new file mode 100644 index 0000000..6b2da3c --- /dev/null +++ b/Data-GUID-0.050.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f25d9405cd73f7468f4d65b07078de03a43e1e7216944f97fb44adc5a9807ac +size 20226 diff --git a/perl-Data-GUID.changes b/perl-Data-GUID.changes index 03a4404..2a49d1e 100644 --- a/perl-Data-GUID.changes +++ b/perl-Data-GUID.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jun 21 03:08:12 UTC 2021 - Tina Müller + +- updated to 0.050 + see /usr/share/doc/packages/perl-Data-GUID/Changes + + 0.050 2021-06-20 20:18:40-04:00 America/New_York + - update author contact info + - add perl-support section in docs + ------------------------------------------------------------------- Sun Oct 7 19:24:27 UTC 2018 - Dirk Stoecker diff --git a/perl-Data-GUID.spec b/perl-Data-GUID.spec index 865ea5b..3d6e595 100644 --- a/perl-Data-GUID.spec +++ b/perl-Data-GUID.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Data-GUID # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,21 +16,20 @@ # -Name: perl-Data-GUID -Version: 0.049 -Release: 0 %define cpan_name Data-GUID -Summary: Globally Unique Identifiers +Name: perl-Data-GUID +Version: 0.050 +Release: 0 +Summary: Globally unique identifiers License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Data-GUID/ +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Data::UUID) >= 1.148 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78 BuildRequires: perl(Sub::Exporter) >= 0.90 BuildRequires: perl(Sub::Install) >= 0.03 BuildRequires: perl(Test::More) >= 0.96 @@ -44,14 +43,14 @@ Data::GUID provides a simple interface for generating and using globally unique identifiers. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{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 @@ -59,7 +58,6 @@ unique identifiers. %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE