From 16becaadc760c8d5f7cb6aae22ea910edabb70180dc76d84e5d68c5b54bc4931 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Mon, 3 Apr 2023 13:21:31 +0000 Subject: [PATCH] Accepting request 1076909 from devel:languages:perl:autoupdate - updated to 1.74 see /usr/share/doc/packages/perl-YAML-Tiny/Changes 1.74 2023-03-23 03:19:08Z [FIXED] - a few documentation tweaks (thanks, Giovanni Los and Richlv!) OBS-URL: https://build.opensuse.org/request/show/1076909 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-Tiny?expand=0&rev=28 --- YAML-Tiny-1.73.tar.gz | 3 --- YAML-Tiny-1.74.tar.gz | 3 +++ perl-YAML-Tiny.changes | 12 ++++++++++++ perl-YAML-Tiny.spec | 28 +++++++++++++--------------- 4 files changed, 28 insertions(+), 18 deletions(-) delete mode 100644 YAML-Tiny-1.73.tar.gz create mode 100644 YAML-Tiny-1.74.tar.gz diff --git a/YAML-Tiny-1.73.tar.gz b/YAML-Tiny-1.73.tar.gz deleted file mode 100644 index 7dafeda..0000000 --- a/YAML-Tiny-1.73.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc315fa12e8f1e3ee5e2f430d90b708a5dc7e47c867dba8dce3a6b8fbe257744 -size 73708 diff --git a/YAML-Tiny-1.74.tar.gz b/YAML-Tiny-1.74.tar.gz new file mode 100644 index 0000000..ed76692 --- /dev/null +++ b/YAML-Tiny-1.74.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b38ca9f5d3ce24230a6b8bdc1f47f5b2db348e7f7f9666c26f5955636e33d6c +size 75036 diff --git a/perl-YAML-Tiny.changes b/perl-YAML-Tiny.changes index 4b5f140..7485087 100644 --- a/perl-YAML-Tiny.changes +++ b/perl-YAML-Tiny.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Mar 24 03:08:42 UTC 2023 - Tina Müller + +- updated to 1.74 + see /usr/share/doc/packages/perl-YAML-Tiny/Changes + + 1.74 2023-03-23 03:19:08Z + + [FIXED] + + - a few documentation tweaks (thanks, Giovanni Los and Richlv!) + ------------------------------------------------------------------- Thu Feb 22 07:17:25 UTC 2018 - coolo@suse.com diff --git a/perl-YAML-Tiny.spec b/perl-YAML-Tiny.spec index e27f242..44f0598 100644 --- a/perl-YAML-Tiny.spec +++ b/perl-YAML-Tiny.spec @@ -1,7 +1,7 @@ # # spec file for package perl-YAML-Tiny # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,22 +12,20 @@ # 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-YAML-Tiny -Version: 1.73 -Release: 0 %define cpan_name YAML-Tiny -Summary: Read/Write YAML files with as little code as possible +Name: perl-YAML-Tiny +Version: 1.74 +Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/YAML-Tiny/ +Summary: Read/Write YAML files with as little code as possible +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(File::Temp) >= 0.19 @@ -73,15 +71,16 @@ the order of your YAML data. But it should round-trip from Perl structure to file and back again just fine. %prep -%setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +%autosetup -n %{cpan_name}-%{version} + +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %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 @@ -89,7 +88,6 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes CONTRIBUTING README %license LICENSE