Hello community,

here is the log from the commit of package perl-version for openSUSE:Factory 
checked in at 2020-08-25 09:37:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-version (Old)
 and      /work/SRC/openSUSE:Factory/.perl-version.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-version"

Tue Aug 25 09:37:43 2020 rev:11 rq:828993 version:0.9927

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-version/perl-version.changes        
2018-04-25 10:01:29.926518740 +0200
+++ /work/SRC/openSUSE:Factory/.perl-version.new.3399/perl-version.changes      
2020-08-25 09:38:49.464213153 +0200
@@ -1,0 +2,6 @@
+Fri Aug 21 03:13:08 UTC 2020 - Tina Müller <timueller+p...@suse.de>
+
+- updated to 0.9927
+   see /usr/share/doc/packages/perl-version/CHANGES
+
+-------------------------------------------------------------------

Old:
----
  version-0.9924.tar.gz

New:
----
  version-0.9927.tar.gz

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

Other differences:
------------------
++++++ perl-version.spec ++++++
--- /var/tmp/diff_new_pack.wvzpa7/_old  2020-08-25 09:38:58.052217852 +0200
+++ /var/tmp/diff_new_pack.wvzpa7/_new  2020-08-25 09:38:58.052217852 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-version
 #
-# Copyright (c) 2018 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
@@ -12,24 +12,23 @@
 # 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-version
-Version:        0.9924
+Version:        0.9927
 Release:        0
 %define cpan_name version
 Summary:        Perl extension for Version Objects
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/version/
-Source0:        
https://cpan.metacpan.org/authors/id/J/JP/JPEACOCK/%{cpan_name}-%{version}.tar.gz
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(parent) >= 0.221
 %{perl_requires}
 
 %description
@@ -44,14 +43,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++++++ version-0.9924.tar.gz -> version-0.9927.tar.gz ++++++
++++ 18774 lines of diff (skipped)


Reply via email to