commit perl-Test-CChecker for openSUSE:Factory

2019-03-20 Thread root
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.0 +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 
+
+- 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.28
-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)




commit perl-Test-CChecker for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-CChecker for 
openSUSE:Factory checked in at 2016-05-25 21:27:17

Comparing /work/SRC/openSUSE:Factory/perl-Test-CChecker (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-CChecker.new (New)


Package is "perl-Test-CChecker"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-CChecker/perl-Test-CChecker.changes
2016-03-17 16:47:43.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CChecker.new/perl-Test-CChecker.changes   
2016-05-25 21:27:22.0 +0200
@@ -1,0 +2,9 @@
+Thu May  5 10:14:10 UTC 2016 - co...@suse.com
+
+- updated to 0.08
+   see /usr/share/doc/packages/perl-Test-CChecker/Changes
+
+  0.08  2016-04-25 17:24:46 -0400
+- Officially deprecating in favor of Test::Alien
+
+---

Old:

  Test-CChecker-0.07.tar.gz

New:

  Test-CChecker-0.08.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Test-CChecker.spec ++
--- /var/tmp/diff_new_pack.td73ZG/_old  2016-05-25 21:27:23.0 +0200
+++ /var/tmp/diff_new_pack.td73ZG/_new  2016-05-25 21:27:23.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Test-CChecker
-Version:0.07
+Version:0.08
 Release:0
 %define cpan_name Test-CChecker
-Summary:Test-time utilities for checking C headers, libraries, or OS 
features
+Summary:Test-time utilities for checking C headers, libraries, or OS 
features (D[cut]
 License:Artistic-1.0 or GPL-1.0+
 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
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -38,6 +39,12 @@
 %{perl_requires}
 
 %description
+*DEPRECATED*: The intention of this module was always to test Alien modules
+(both Alien::Base based and non-Alien::Base based modules). It has a number
+of shortcomings that I believe to be better addressed by Test::Alien, so
+please consider using that for new projects, or even migrating existing
+code.
+
 This module is a very thin convenience wrapper around ExtUtils::CChecker to
 make it useful for use in a test context. It is intended for use with Alien
 modules which need to verify that libraries work as intended with the

++ Test-CChecker-0.07.tar.gz -> Test-CChecker-0.08.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CChecker-0.07/Build.PL 
new/Test-CChecker-0.08/Build.PL
--- old/Test-CChecker-0.07/Build.PL 2015-12-24 03:44:36.0 +0100
+++ new/Test-CChecker-0.08/Build.PL 2016-04-25 23:24:47.0 +0200
@@ -6,7 +6,7 @@
   }
 }
 
-# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v5.042.
+# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v6.003.
 use strict;
 use warnings;
 
@@ -21,12 +21,12 @@
 "Module::Build" => "0.28",
 "perl" => "5.006"
   },
-  "dist_abstract" => "Test-time utilities for checking C headers, libraries, 
or OS features",
+  "dist_abstract" => "Test-time utilities for checking C headers, libraries, 
or OS features (DEPRECATED)",
   "dist_author" => [
 "Graham Ollis "
   ],
   "dist_name" => "Test-CChecker",
-  "dist_version" => "0.07",
+  "dist_version" => "0.08",
   "license" => "perl",
   "module_name" => "Test::CChecker",
   "recursive_test_files" => 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CChecker-0.07/Changes 
new/Test-CChecker-0.08/Changes
--- old/Test-CChecker-0.07/Changes  2015-12-24 03:44:36.0 +0100
+++ new/Test-CChecker-0.08/Changes  2016-04-25 23:24:47.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Test-CChecker
 
+0.08  2016-04-25 17:24:46 -0400
+  - Officially deprecating in favor of Test::Alien
+
 0.07  2015-12-23 19:44:32 -0700
   - Added compile_ok function
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CChecker-0.07/MANIFEST 
new/Test-CChecker-0.08/MANIFEST
--- old/Test-CChecker-0.07/MANIFEST 2015-12-24 03:44:36.0 +0100
+++ new/Test-CChecker-0.08/MANIFEST 2016-04-25 23:24:47.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.042.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.003.
 Build.PL
 Changes
 INSTALL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore'