Hello community,

here is the log from the commit of package perl-Test-CChecker for 
openSUSE:Factory checked in at 2019-03-20 13:18:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-CChecker (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-CChecker.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-CChecker"

Wed Mar 20 13:18:26 2019 rev:3 rq:684904 version:0.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-CChecker/perl-Test-CChecker.changes    
2016-05-25 21:27:22.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CChecker.new.28833/perl-Test-CChecker.changes
 2019-03-20 13:18:30.173355013 +0100
@@ -1,0 +2,13 @@
+Wed Mar 13 16:43:11 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 0.10
+   see /usr/share/doc/packages/perl-Test-CChecker/Changes
+
+  0.10      2019-03-10 20:57:17 -0400
+    - Archiving github repository, you can file bugs with Alien-Build.
+      at https://github.com/Perl5-Alien/Alien-Build
+      although support will likely be limited to helping you upgrade to
+      Test::Alien
+    - Switch to EUMM
+
+-------------------------------------------------------------------

Old:
----
  Test-CChecker-0.08.tar.gz

New:
----
  Test-CChecker-0.10.tar.gz

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

Other differences:
------------------
++++++ perl-Test-CChecker.spec ++++++
--- /var/tmp/diff_new_pack.hylHvz/_old  2019-03-20 13:18:30.773354880 +0100
+++ /var/tmp/diff_new_pack.hylHvz/_new  2019-03-20 13:18:30.777354879 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-CChecker
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,28 +12,26 @@
 # 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-Test-CChecker
-Version:        0.08
+Version:        0.10
 Release:        0
 %define cpan_name Test-CChecker
 Summary:        Test-time utilities for checking C headers, libraries, or OS 
features (D[cut]
-License:        Artistic-1.0 or GPL-1.0+
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Test-CChecker/
-Source0:        
http://www.cpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
+Url:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
-BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(ExtUtils::CChecker) >= 0.09
-BuildRequires:  perl(Module::Build) >= 0.280000
-BuildRequires:  perl(Test::More) >= 0.94
+BuildRequires:  perl(Test::More) >= 0.98
 Requires:       perl(Capture::Tiny)
 Requires:       perl(ExtUtils::CChecker) >= 0.09
 %{perl_requires}
@@ -58,18 +56,20 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-./Build test
+make test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc author.yml Changes README
+%license LICENSE
 
 %changelog

++++++ Test-CChecker-0.08.tar.gz -> Test-CChecker-0.10.tar.gz ++++++
++++ 1771 lines of diff (skipped)


Reply via email to