Hello community,

here is the log from the commit of package perl-WebService-MusicBrainz for 
openSUSE:Factory checked in at 2020-10-28 09:59:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-WebService-MusicBrainz (Old)
 and      /work/SRC/openSUSE:Factory/.perl-WebService-MusicBrainz.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-WebService-MusicBrainz"

Wed Oct 28 09:59:05 2020 rev:2 rq:844392 version:1.0.5

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-WebService-MusicBrainz/perl-WebService-MusicBrainz.changes
  2019-04-01 12:38:46.737926672 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-WebService-MusicBrainz.new.3463/perl-WebService-MusicBrainz.changes
        2020-10-28 09:59:18.979183965 +0100
@@ -1,0 +2,10 @@
+Wed Oct 21 11:53:00 UTC 2020 - Dirk Stoecker <[email protected]>
+
+- updated to 1.0.5
+   see /usr/share/doc/packages/perl-WebService-MusicBrainz/Changes
+
+  
+  1.0.4 Friday February 16th 2018
+       - Merge pull request (jwbargsten)
+
+-------------------------------------------------------------------

Old:
----
  WebService-MusicBrainz-1.0.4.tar.gz

New:
----
  WebService-MusicBrainz-1.0.5.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-WebService-MusicBrainz.spec ++++++
--- /var/tmp/diff_new_pack.YFDzI0/_old  2020-10-28 09:59:19.671184449 +0100
+++ /var/tmp/diff_new_pack.YFDzI0/_new  2020-10-28 09:59:19.671184449 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-WebService-MusicBrainz
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,39 +17,44 @@
 
 
 Name:           perl-WebService-MusicBrainz
-Version:        1.0.4
+Version:        1.0.5
 Release:        0
 %define cpan_name WebService-MusicBrainz
 Summary:        Web service API to MusicBrainz database
-License:        GPL-1.0-or-later OR Artistic-1.0
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/%{cpan_name}/
-Source0:        
http://www.cpan.org/authors/id/B/BF/BFAIST/%{cpan_name}-%{version}.tar.gz
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/B/BF/BFAIST/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Module::Build) >= 0.420000
+BuildRequires:  perl(Mojolicious) >= 7.13
+Requires:       perl(Mojolicious) >= 7.13
 %{perl_requires}
-Requires:       perl(Mojolicious)
 
 %description
-An API to search the musicbrainz.org database.
+API to search the musicbrainz.org database
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Build.PL installdirs=vendor
+./Build build flags=%{?_smp_mflags}
+
+%check
+# MANUAL no testing (needs network)
+#./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc README.md
+%doc Changes README.md
 
 %changelog

++++++ WebService-MusicBrainz-1.0.4.tar.gz -> 
WebService-MusicBrainz-1.0.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebService-MusicBrainz-1.0.4/Build.PL 
new/WebService-MusicBrainz-1.0.5/Build.PL
--- old/WebService-MusicBrainz-1.0.4/Build.PL   2018-02-17 04:48:34.000000000 
+0100
+++ new/WebService-MusicBrainz-1.0.5/Build.PL   2019-03-19 04:09:02.000000000 
+0100
@@ -13,7 +13,7 @@
      },
      create_makefile_pl => 'traditional',
      dist_author => 'Bob Faist <[email protected]>',
-     dist_version => '1.0.4',
+     dist_version => '1.0.5',
      meta_merge => {
         resources => {
            repository => 'git://github.com/bfaist/webservice-musicbrainz.git'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebService-MusicBrainz-1.0.4/Changes 
new/WebService-MusicBrainz-1.0.5/Changes
--- old/WebService-MusicBrainz-1.0.4/Changes    2018-02-17 04:48:34.000000000 
+0100
+++ new/WebService-MusicBrainz-1.0.5/Changes    2019-03-19 04:09:02.000000000 
+0100
@@ -137,3 +137,6 @@
 
 1.0.3 Sunday December 17th 2017
        - Added support to query for a discid (nguillaumin)
+
+1.0.4 Friday February 16th 2018
+       - Merge pull request (jwbargsten)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebService-MusicBrainz-1.0.4/META.json 
new/WebService-MusicBrainz-1.0.5/META.json
--- old/WebService-MusicBrainz-1.0.4/META.json  2018-02-17 04:48:34.000000000 
+0100
+++ new/WebService-MusicBrainz-1.0.5/META.json  2019-03-19 04:09:02.000000000 
+0100
@@ -33,7 +33,7 @@
    "provides" : {
       "WebService::MusicBrainz" : {
          "file" : "lib/WebService/MusicBrainz.pm",
-         "version" : "v1.0.4"
+         "version" : "v1.0.5"
       },
       "WebService::MusicBrainz::Request" : {
          "file" : "lib/WebService/MusicBrainz/Request.pm",
@@ -49,6 +49,6 @@
          "url" : "git://github.com/bfaist/webservice-musicbrainz.git"
       }
    },
-   "version" : "v1.0.4",
+   "version" : "v1.0.5",
    "x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebService-MusicBrainz-1.0.4/META.yml 
new/WebService-MusicBrainz-1.0.5/META.yml
--- old/WebService-MusicBrainz-1.0.4/META.yml   2018-02-17 04:48:34.000000000 
+0100
+++ new/WebService-MusicBrainz-1.0.5/META.yml   2019-03-19 04:09:02.000000000 
+0100
@@ -18,7 +18,7 @@
 provides:
   WebService::MusicBrainz:
     file: lib/WebService/MusicBrainz.pm
-    version: v1.0.4
+    version: v1.0.5
   WebService::MusicBrainz::Request:
     file: lib/WebService/MusicBrainz/Request.pm
     version: '1.0'
@@ -28,5 +28,5 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://github.com/bfaist/webservice-musicbrainz.git
-version: v1.0.4
+version: v1.0.5
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebService-MusicBrainz-1.0.4/Makefile.PL 
new/WebService-MusicBrainz-1.0.5/Makefile.PL
--- old/WebService-MusicBrainz-1.0.4/Makefile.PL        2018-02-17 
04:48:34.000000000 +0100
+++ new/WebService-MusicBrainz-1.0.5/Makefile.PL        2019-03-19 
04:09:02.000000000 +0100
@@ -3,13 +3,13 @@
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
-  'VERSION_FROM' => 'lib/WebService/MusicBrainz.pm',
   'INSTALLDIRS' => 'site',
+  'PL_FILES' => {},
+  'EXE_FILES' => [],
   'NAME' => 'WebService::MusicBrainz',
+  'VERSION_FROM' => 'lib/WebService/MusicBrainz.pm',
   'PREREQ_PM' => {
                    'Mojolicious' => '7.13'
-                 },
-  'EXE_FILES' => [],
-  'PL_FILES' => {}
+                 }
 )
 ;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/WebService-MusicBrainz-1.0.4/lib/WebService/MusicBrainz.pm 
new/WebService-MusicBrainz-1.0.5/lib/WebService/MusicBrainz.pm
--- old/WebService-MusicBrainz-1.0.4/lib/WebService/MusicBrainz.pm      
2018-02-17 04:48:34.000000000 +0100
+++ new/WebService-MusicBrainz-1.0.5/lib/WebService/MusicBrainz.pm      
2019-03-19 04:09:02.000000000 +0100
@@ -4,7 +4,7 @@
 use Mojo::Base -base;
 use WebService::MusicBrainz::Request;
 
-our $VERSION = '1.0.4';
+our $VERSION = '1.0.5';
 
 has 'request';
 has valid_resources =>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebService-MusicBrainz-1.0.4/t/Area.t 
new/WebService-MusicBrainz-1.0.5/t/Area.t
--- old/WebService-MusicBrainz-1.0.4/t/Area.t   2018-02-17 04:48:34.000000000 
+0100
+++ new/WebService-MusicBrainz-1.0.5/t/Area.t   2019-03-19 04:09:02.000000000 
+0100
@@ -42,7 +42,7 @@
 my $s5_res = $ws->search(area => { iso => 'US-CA', fmt => 'xml' });
 exit_if_mb_busy($s5_res);
 ok($s5_res->find('name')->first->text eq 'California');
-ok($s5_res->at('area')->attr('ext:score') == 100);
+ok($s5_res->at('area')->attr('ns2:score') == 100);
 sleep(1);
 
 done_testing();

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
no_testing: needs network
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#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

Reply via email to