Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-YAML-Tiny for openSUSE:Factory checked in at 2023-04-04 21:17:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-YAML-Tiny (Old) and /work/SRC/openSUSE:Factory/.perl-YAML-Tiny.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-YAML-Tiny" Tue Apr 4 21:17:18 2023 rev:18 rq:1076996 version:1.74 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-YAML-Tiny/perl-YAML-Tiny.changes 2018-02-26 23:22:53.599207790 +0100 +++ /work/SRC/openSUSE:Factory/.perl-YAML-Tiny.new.19717/perl-YAML-Tiny.changes 2023-04-04 21:17:25.704045839 +0200 @@ -1,0 +2,12 @@ +Fri Mar 24 03:08:42 UTC 2023 - Tina Müller <timueller+p...@suse.de> + +- 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!) + +------------------------------------------------------------------- Old: ---- YAML-Tiny-1.73.tar.gz New: ---- YAML-Tiny-1.74.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-YAML-Tiny.spec ++++++ --- /var/tmp/diff_new_pack.biFDTc/_old 2023-04-04 21:17:26.416050378 +0200 +++ /var/tmp/diff_new_pack.biFDTc/_new 2023-04-04 21:17:26.424050429 +0200 @@ -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/ # +%define cpan_name YAML-Tiny Name: perl-YAML-Tiny -Version: 1.73 +Version: 1.74 Release: 0 -%define cpan_name YAML-Tiny -Summary: Read/Write YAML files with as little code as possible 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 @@ 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 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes CONTRIBUTING README %license LICENSE ++++++ YAML-Tiny-1.73.tar.gz -> YAML-Tiny-1.74.tar.gz ++++++ ++++ 2134 lines of diff (skipped)