Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Config-MVP-Reader-INI for 
openSUSE:Factory checked in at 2021-07-07 18:30:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Config-MVP-Reader-INI (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Config-MVP-Reader-INI.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Config-MVP-Reader-INI"

Wed Jul  7 18:30:28 2021 rev:8 rq:904424 version:2.101464

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Config-MVP-Reader-INI/perl-Config-MVP-Reader-INI.changes
    2015-02-08 11:42:39.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Config-MVP-Reader-INI.new.2625/perl-Config-MVP-Reader-INI.changes
  2021-07-07 18:31:38.718442135 +0200
@@ -1,0 +2,10 @@
+Sun Jul  4 03:06:08 UTC 2021 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 2.101464
+   see /usr/share/doc/packages/perl-Config-MVP-Reader-INI/Changes
+
+  2.101464  2021-07-03 13:18:24-04:00 America/New_York
+          - update author contact info
+          - document perl version policy
+
+-------------------------------------------------------------------

Old:
----
  Config-MVP-Reader-INI-2.101463.tar.gz

New:
----
  Config-MVP-Reader-INI-2.101464.tar.gz
  cpanspec.yml

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Config-MVP-Reader-INI.spec ++++++
--- /var/tmp/diff_new_pack.MSGPpI/_old  2021-07-07 18:31:39.118438996 +0200
+++ /var/tmp/diff_new_pack.MSGPpI/_new  2021-07-07 18:31:39.122438965 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-MVP-Reader-INI
 #
-# Copyright (c) 2015 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
@@ -12,27 +12,27 @@
 # 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 Config-MVP-Reader-INI
 Name:           perl-Config-MVP-Reader-INI
-Version:        2.101463
+Version:        2.101464
 Release:        0
-%define cpan_name Config-MVP-Reader-INI
-Summary:        an MVP config reader for .ini files
-License:        Artistic-1.0 or GPL-1.0+
-Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Config-MVP-Reader-INI/
-Source:         
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Summary:        An MVP config reader for .ini files
+License:        Artistic-1.0 OR GPL-1.0-or-later
+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(Config::INI::Reader)
 BuildRequires:  perl(Config::MVP) >= 2
 BuildRequires:  perl(Config::MVP::Reader)
 BuildRequires:  perl(Config::MVP::Reader::Findable::ByExtension)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.78
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(parent)
@@ -49,14 +49,14 @@
 configuration.
 
 %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
@@ -64,7 +64,7 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes eg LICENSE README
+%doc Changes README
+%license LICENSE
 
 %changelog

++++++ Config-MVP-Reader-INI-2.101463.tar.gz -> 
Config-MVP-Reader-INI-2.101464.tar.gz ++++++
++++ 1742 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

Reply via email to