Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Specio-Library-Path-Tiny for
openSUSE:Factory checked in at 2022-06-28 15:21:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Specio-Library-Path-Tiny (Old)
and /work/SRC/openSUSE:Factory/.perl-Specio-Library-Path-Tiny.new.1548
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Specio-Library-Path-Tiny"
Tue Jun 28 15:21:36 2022 rev:2 rq:985287 version:0.05
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Specio-Library-Path-Tiny/perl-Specio-Library-Path-Tiny.changes
2020-10-27 19:00:34.890814685 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Specio-Library-Path-Tiny.new.1548/perl-Specio-Library-Path-Tiny.changes
2022-06-28 15:21:48.025891169 +0200
@@ -1,0 +2,10 @@
+Tue Jun 21 03:08:38 UTC 2022 - Tina M??ller <[email protected]>
+
+- updated to 0.05
+ see /usr/share/doc/packages/perl-Specio-Library-Path-Tiny/Changes
+
+ 0.05 2022-06-20
+
+ - Fixed failing tests on msys. Fixed by Paulo Custodio. PR #1.
+
+-------------------------------------------------------------------
Old:
----
Specio-Library-Path-Tiny-0.04.tar.gz
New:
----
Specio-Library-Path-Tiny-0.05.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Specio-Library-Path-Tiny.spec ++++++
--- /var/tmp/diff_new_pack.zDYCFb/_old 2022-06-28 15:21:48.633892077 +0200
+++ /var/tmp/diff_new_pack.zDYCFb/_new 2022-06-28 15:21:48.637892082 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Specio-Library-Path-Tiny
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 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 @@
#
+%define cpan_name Specio-Library-Path-Tiny
Name: perl-Specio-Library-Path-Tiny
-Version: 0.04
+Version: 0.05
Release: 0
-%define cpan_name Specio-Library-Path-Tiny
-Summary: Path::Tiny types and coercions for Specio
License: Apache-2.0
-Group: Development/Libraries/Perl
+Summary: Path::Tiny types and coercions for Specio
URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{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.18
@@ -56,11 +55,12 @@
other modules.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%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}
+%make_build
%check
make test
@@ -71,8 +71,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc appveyor.yml Changes CONTRIBUTING.md README.md
+%doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md
precious.toml README.md
%license LICENSE
%changelog
++++++ Specio-Library-Path-Tiny-0.04.tar.gz ->
Specio-Library-Path-Tiny-0.05.tar.gz ++++++
++++ 3064 lines of diff (skipped)
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
# baz.patch: PATCH-FIX-OPENSUSE
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
#skip_doc: regexp_to_skip_for_doc.*
#add_doc: files to add to docs
#misc: |-
#anything else to be added to spec file
#follows directly after %files section, so it can contain new blocks or also
#changes to %files section