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.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CChecker.new/perl-Test-CChecker.changes   
    2016-05-25 21:27:22.000000000 +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.000000000 +0200
+++ /var/tmp/diff_new_pack.td73ZG/_new  2016-05-25 21:27:23.000000000 +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.000000000 +0100
+++ new/Test-CChecker-0.08/Build.PL     2016-04-25 23:24:47.000000000 +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 <plicease\@cpan.org>"
   ],
   "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.000000000 +0100
+++ new/Test-CChecker-0.08/Changes      2016-04-25 23:24:47.000000000 +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.000000000 +0100
+++ new/Test-CChecker-0.08/MANIFEST     2016-04-25 23:24:47.000000000 +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' old/Test-CChecker-0.07/META.json 
new/Test-CChecker-0.08/META.json
--- old/Test-CChecker-0.07/META.json    2015-12-24 03:44:36.000000000 +0100
+++ new/Test-CChecker-0.08/META.json    2016-04-25 23:24:47.000000000 +0200
@@ -1,10 +1,10 @@
 {
-   "abstract" : "Test-time utilities for checking C headers, libraries, or OS 
features",
+   "abstract" : "Test-time utilities for checking C headers, libraries, or OS 
features (DEPRECATED)",
    "author" : [
       "Graham Ollis <plice...@cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.042, CPAN::Meta::Converter version 
2.150005",
+   "generated_by" : "Dist::Zilla version 6.003, CPAN::Meta::Converter version 
2.150005",
    "license" : [
       "perl_5"
    ],
@@ -63,15 +63,16 @@
    "release_status" : "stable",
    "resources" : {
       "bugtracker" : {
-         "web" : "https://github.com/plicease/Test-CChecker/issues";
+         "web" : "https://github.com/Perl5-Alien/Test-CChecker/issues";
       },
       "homepage" : "http://perl.wdlabs.com/Test-CChecker";,
       "repository" : {
          "type" : "git",
-         "url" : "git://github.com/plicease/Test-CChecker.git",
-         "web" : "https://github.com/plicease/Test-CChecker";
+         "url" : "git://github.com/Perl5-Alien/Test-CChecker.git",
+         "web" : "https://github.com/Perl5-Alien/Test-CChecker";
       }
    },
-   "version" : "0.07"
+   "version" : "0.08",
+   "x_deprecated" : 1
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CChecker-0.07/META.yml 
new/Test-CChecker-0.08/META.yml
--- old/Test-CChecker-0.07/META.yml     2015-12-24 03:44:36.000000000 +0100
+++ new/Test-CChecker-0.08/META.yml     2016-04-25 23:24:47.000000000 +0200
@@ -1,5 +1,5 @@
 ---
-abstract: 'Test-time utilities for checking C headers, libraries, or OS 
features'
+abstract: 'Test-time utilities for checking C headers, libraries, or OS 
features (DEPRECATED)'
 author:
   - 'Graham Ollis <plice...@cpan.org>'
 build_requires:
@@ -10,7 +10,7 @@
   Module::Build: '0.28'
   perl: '5.006'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.042, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'Dist::Zilla version 6.003, CPAN::Meta::Converter version 
2.150005'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,7 +24,8 @@
   base: '0'
   perl: '5.006'
 resources:
-  bugtracker: https://github.com/plicease/Test-CChecker/issues
+  bugtracker: https://github.com/Perl5-Alien/Test-CChecker/issues
   homepage: http://perl.wdlabs.com/Test-CChecker
-  repository: git://github.com/plicease/Test-CChecker.git
-version: '0.07'
+  repository: git://github.com/Perl5-Alien/Test-CChecker.git
+version: '0.08'
+x_deprecated: 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CChecker-0.07/README 
new/Test-CChecker-0.08/README
--- old/Test-CChecker-0.07/README       2015-12-24 03:44:36.000000000 +0100
+++ new/Test-CChecker-0.08/README       2016-04-25 23:24:47.000000000 +0200
@@ -1,11 +1,11 @@
 NAME
 
     Test::CChecker - Test-time utilities for checking C headers, libraries,
-    or OS features
+    or OS features (DEPRECATED)
 
 VERSION
 
-    version 0.07
+    version 0.08
 
 SYNOPSIS
 
@@ -24,6 +24,12 @@
 
 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
@@ -68,7 +74,7 @@
     Test::More diag.
 
     You can have it report the output on success with
-    #compile_output_to_diag or #compile_output_to_note.
+    "compile_output_to_diag" or "compile_output_to_note".
 
     In addition to the pass/fail and diagnostic output, this function will
     return true or false on success and failure respectively.
@@ -140,6 +146,12 @@
     Report output using Test::More note on success (output is always
     reported on failure using diag).
 
+SEE ALSO
+
+    Please consider using the official replacement:
+
+    Test::Alien
+
 AUTHOR
 
     Graham Ollis <plice...@cpan.org>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CChecker-0.07/dist.ini 
new/Test-CChecker-0.08/dist.ini
--- old/Test-CChecker-0.07/dist.ini     2015-12-24 03:44:36.000000000 +0100
+++ new/Test-CChecker-0.08/dist.ini     2016-04-25 23:24:47.000000000 +0200
@@ -3,12 +3,13 @@
 license          = Perl_5
 copyright_holder = Graham Ollis
 copyright_year   = 2013
-version          = 0.07
+version          = 0.08
 
 [@Author::Plicease]
 release_tests = 1
 installer     = ModuleBuild
 travis_status = 1
+github_user   = Perl5-Alien
 
 [RemovePrereqs]
 
@@ -27,3 +28,4 @@
 [Author::Plicease::Upload]
 cpan = 1
 
+[Deprecated]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CChecker-0.07/lib/Test/CChecker.pm 
new/Test-CChecker-0.08/lib/Test/CChecker.pm
--- old/Test-CChecker-0.07/lib/Test/CChecker.pm 2015-12-24 03:44:36.000000000 
+0100
+++ new/Test-CChecker-0.08/lib/Test/CChecker.pm 2016-04-25 23:24:47.000000000 
+0200
@@ -22,8 +22,8 @@
   compile_output_to_note
 );
 
-# ABSTRACT: Test-time utilities for checking C headers, libraries, or OS 
features
-our $VERSION = '0.07'; # VERSION
+# ABSTRACT: Test-time utilities for checking C headers, libraries, or OS 
features (DEPRECATED)
+our $VERSION = '0.08'; # VERSION
 
 
 do {
@@ -155,11 +155,11 @@
 
 =head1 NAME
 
-Test::CChecker - Test-time utilities for checking C headers, libraries, or OS 
features
+Test::CChecker - Test-time utilities for checking C headers, libraries, or OS 
features (DEPRECATED)
 
 =head1 VERSION
 
-version 0.07
+version 0.08
 
 =head1 SYNOPSIS
 
@@ -178,6 +178,11 @@
 
 =head1 DESCRIPTION
 
+B<DEPRECATED>: The intention of this module was always to test L<Alien> modules
+(both L<Alien::Base> based and non-L<Alien::Base> based modules).  It has a 
number
+of shortcomings that I believe to be better addressed by L<Test::Alien>,
+so please consider using that for new projects, or even migrating existing 
code.
+
 This module is a very thin convenience wrapper around L<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 Compiler and
@@ -220,8 +225,8 @@
 If the test fails, then the complete output will be reported using
 L<Test::More> C<diag>.
 
-You can have it report the output on success with L<#compile_output_to_diag>
-or L<#compile_output_to_note>.
+You can have it report the output on success with L</compile_output_to_diag>
+or L</compile_output_to_note>.
 
 In addition to the pass/fail and diagnostic output, this function
 will return true or false on success and failure respectively.
@@ -290,6 +295,12 @@
 
 Report output using L<Test::More> C<note> on success (output is always 
reported on failure using C<diag>).
 
+=head1 SEE ALSO
+
+Please consider using the official replacement:
+
+L<Test::Alien>
+
 =head1 AUTHOR
 
 Graham Ollis <plice...@cpan.org>

++++++ 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:
#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