commit perl-Test-Differences for openSUSE:Factory

2019-03-12 Thread root
Hello community,

here is the log from the commit of package perl-Test-Differences for 
openSUSE:Factory checked in at 2019-03-12 09:49:27

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


Package is "perl-Test-Differences"

Tue Mar 12 09:49:27 2019 rev:14 rq:683522 version:0.67

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-Differences/perl-Test-Differences.changes  
2019-02-28 21:23:46.893925516 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Differences.new.28833/perl-Test-Differences.changes
   2019-03-12 09:49:30.507584782 +0100
@@ -1,0 +2,12 @@
+Thu Mar  7 12:58:45 UTC 2019 - Pedro Monreal Gonzalez 

+
+- updated to 0.65
+   see /usr/share/doc/packages/perl-Test-Differences/Changes
+
+  0.67   2019-03-06
+  - Correctly compare subroutine references
+
+  0.66   2019-02-27
+  - Fix tests on Windows (thanks to Serguei Trouchelle)
+
+---

Old:

  Test-Differences-0.65.tar.gz

New:

  Test-Differences-0.67.tar.gz



Other differences:
--
++ perl-Test-Differences.spec ++
--- /var/tmp/diff_new_pack.bsiHol/_old  2019-03-12 09:49:31.271584629 +0100
+++ /var/tmp/diff_new_pack.bsiHol/_new  2019-03-12 09:49:31.275584628 +0100
@@ -19,7 +19,7 @@
 #Upstream:  All Rights Reserved. You may use, distribute and modify this 
software under the terms of the GNU public license, any version, or the 
Artistic license.
 %define cpan_name Test-Differences
 Name:   perl-Test-Differences
-Version:0.65
+Version:0.67
 Release:0
 Summary:Test strings and data structures and show differences if not ok
 License:Artistic-1.0 OR GPL-1.0-or-later

++ Test-Differences-0.65.tar.gz -> Test-Differences-0.67.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Differences-0.65/Changes 
new/Test-Differences-0.67/Changes
--- old/Test-Differences-0.65/Changes   2019-02-19 23:29:58.0 +0100
+++ new/Test-Differences-0.67/Changes   2019-03-06 22:12:14.0 +0100
@@ -1,5 +1,11 @@
 Changes file for Test::Differences
 
+0.67   2019-03-06
+- Correctly compare subroutine references
+
+0.66   2019-02-27
+- Fix tests on Windows (thanks to Serguei Trouchelle)
+
 0.65   2019-02-19
 - Canonical repo is now 
https://github.com/DrHyde/perl-modules-Test-Differences
 - Fix discrepancies in copyright notices (thanks to Christian Neukirchen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Differences-0.65/MANIFEST.SKIP 
new/Test-Differences-0.67/MANIFEST.SKIP
--- old/Test-Differences-0.65/MANIFEST.SKIP 2019-02-19 21:51:36.0 
+0100
+++ new/Test-Differences-0.67/MANIFEST.SKIP 2019-02-28 23:51:43.0 
+0100
@@ -1,2 +1,4 @@
 .travis.yml
 ^\.git
+.appveyor.yml
+.cirrus.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Differences-0.65/META.json 
new/Test-Differences-0.67/META.json
--- old/Test-Differences-0.65/META.json 2019-02-19 23:32:41.0 +0100
+++ new/Test-Differences-0.67/META.json 2019-03-06 22:13:03.0 +0100
@@ -48,6 +48,6 @@
  "url" : "https://github.com/DrHyde/Test-Differences;
   }
},
-   "version" : "0.65",
+   "version" : "0.67",
"x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Differences-0.65/META.yml 
new/Test-Differences-0.67/META.yml
--- old/Test-Differences-0.65/META.yml  2019-02-19 23:32:41.0 +0100
+++ new/Test-Differences-0.67/META.yml  2019-03-06 22:13:03.0 +0100
@@ -25,5 +25,5 @@
 resources:
   bugtracker: https://github.com/DrHyde/Test-Differences/issues
   repository: https://github.com/DrHyde/Test-Differences
-version: '0.65'
+version: '0.67'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Differences-0.65/lib/Test/Differences.pm 
new/Test-Differences-0.67/lib/Test/Differences.pm
--- old/Test-Differences-0.65/lib/Test/Differences.pm   2019-02-19 
21:51:36.0 +0100
+++ new/Test-Differences-0.67/lib/Test/Differences.pm   2019-03-06 
21:53:03.0 +0100
@@ -318,7 +318,7 @@
 
 =cut
 
-our $VERSION = "0.65"; # or "0.001_001" for a dev release
+our $VERSION = "0.67"; # or "0.001_001" for a dev release
 $VERSION = eval $VERSION;
 
 use Exporter;
@@ -407,6 +407,8 @@
 
 my @widths;
 
+local $Data::Dumper::Deparse   = 1
+unless($Test::Differences::NoDeparse);
 local 

commit perl-Test-Differences for openSUSE:Factory

2019-02-28 Thread root
Hello community,

here is the log from the commit of package perl-Test-Differences for 
openSUSE:Factory checked in at 2019-02-28 21:23:45

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


Package is "perl-Test-Differences"

Thu Feb 28 21:23:45 2019 rev:13 rq:677964 version:0.65

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-Differences/perl-Test-Differences.changes  
2015-12-03 13:31:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Differences.new.28833/perl-Test-Differences.changes
   2019-02-28 21:23:46.893925516 +0100
@@ -1,0 +2,23 @@
+Thu Feb 21 10:59:44 UTC 2019 - Pedro Monreal Gonzalez 

+
+- Added test dependencies during build:
+  * Test::Pod >= 1.22, Test::Pod::Coverage >= 1.08
+- Cleaned with spec-cleaner
+
+---
+Wed Feb 20 06:33:52 UTC 2019 - Stephan Kulow 
+
+- updated to 0.65
+   see /usr/share/doc/packages/perl-Test-Differences/Changes
+
+  0.65   2019-02-19
+  - Canonical repo is now 
https://github.com/DrHyde/perl-modules-Test-Differences
+  - Fix discrepancies in copyright notices (thanks to Christian Neukirchen
+for pointing them out)
+  - Make the tests more consistent (thanks to genio)
+  - Add unicode tests
+  - Fix whitespace issue in tests when using recent Test::More in verbose 
mode
+(thanks to ntnyi for debugging)
+  - Get rid of Build.PL, just use Makefile.PL
+
+---

Old:

  Test-Differences-0.64.tar.gz

New:

  Test-Differences-0.65.tar.gz



Other differences:
--
++ perl-Test-Differences.spec ++
--- /var/tmp/diff_new_pack.nywAnK/_old  2019-02-28 21:23:47.493925315 +0100
+++ /var/tmp/diff_new_pack.nywAnK/_new  2019-02-28 21:23:47.497925313 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Differences
 #
-# Copyright (c) 2015 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,33 +12,34 @@
 # 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/
 #
 
 
+#Upstream:  All Rights Reserved. You may use, distribute and modify this 
software under the terms of the GNU public license, any version, or the 
Artistic license.
+%define cpan_name Test-Differences
 Name:   perl-Test-Differences
-Version:0.64
+Version:0.65
 Release:0
-%define cpan_name Test-Differences
 Summary:Test strings and data structures and show differences if not ok
-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-Differences/
-Source0:
http://www.cpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz
+URL:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
-BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Capture::Tiny) >= 0.24
 BuildRequires:  perl(Data::Dumper) >= 2.126
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More) >= 0.88
-BuildRequires:  perl(Text::Diff) >= 0.35
+BuildRequires:  perl(Test::Pod) >= 1.22
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
+BuildRequires:  perl(Text::Diff) >= 1.43
 Requires:   perl(Capture::Tiny) >= 0.24
 Requires:   perl(Data::Dumper) >= 2.126
 Requires:   perl(Test::More) >= 0.88
-Requires:   perl(Text::Diff) >= 0.35
+Requires:   perl(Text::Diff) >= 1.43
+BuildArch:  noarch
 %{perl_requires}
 
 %description
@@ -88,14 +89,15 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-./Build test
+make %{?_smp_mflags} test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files

++ Test-Differences-0.64.tar.gz -> Test-Differences-0.65.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit perl-Test-Differences for openSUSE:Factory

2015-12-03 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Differences for 
openSUSE:Factory checked in at 2015-12-03 13:31:02

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


Package is "perl-Test-Differences"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-Differences/perl-Test-Differences.changes  
2015-02-10 20:23:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Differences.new/perl-Test-Differences.changes
 2015-12-03 13:31:03.0 +0100
@@ -1,0 +2,11 @@
+Fri Nov 27 10:04:22 UTC 2015 - co...@suse.com
+
+- updated to 0.64
+   see /usr/share/doc/packages/perl-Test-Differences/Changes
+
+  0.64 Sun November 22, 2015
+  - Bump dependency version for Text::Diff to avoid a buggy release
+  - Make tests pass with relocation perl (see
+https://rt.cpan.org/Ticket/Display.html?id=103133)
+
+---

Old:

  Test-Differences-0.63.tar.gz

New:

  Test-Differences-0.64.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Test-Differences.spec ++
--- /var/tmp/diff_new_pack.IFbMoB/_old  2015-12-03 13:31:04.0 +0100
+++ /var/tmp/diff_new_pack.IFbMoB/_new  2015-12-03 13:31:04.0 +0100
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Test-Differences
-Version:0.63
+Version:0.64
 Release:0
 %define cpan_name Test-Differences
 Summary:Test strings and data structures and show differences if not ok
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Differences/
-Source: 
http://www.cpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -32,9 +33,11 @@
 BuildRequires:  perl(Capture::Tiny) >= 0.24
 BuildRequires:  perl(Data::Dumper) >= 2.126
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Text::Diff) >= 0.35
 Requires:   perl(Capture::Tiny) >= 0.24
 Requires:   perl(Data::Dumper) >= 2.126
+Requires:   perl(Test::More) >= 0.88
 Requires:   perl(Text::Diff) >= 0.35
 %{perl_requires}
 
@@ -45,6 +48,42 @@
 script that checks two text documents and then two (trivial) data
 structures:
 
+ t/99example1..3
+ not ok 1 - differences in text
+ # Failed test ((eval 2) at line 14)
+ # +---+++
+ # | Ln|Got |Expected|
+ # +---+++
+ # |  1|this is line 1  |this is line 1  |
+ # *  2|this is line 2  |this is line b  *
+ # |  3|this is line 3  |this is line 3  |
+ # +---+++
+ not ok 2 - differences in whitespace
+ # Failed test ((eval 2) at line 20)
+ # +---+--+--+
+ # | Ln|Got   |Expected  |
+ # +---+--+--+
+ # |  1|indented  |indented  |
+ # *  2|indented  |\tindented*
+ # |  3|indented  |indented  |
+ # +---+--+--+
+ not ok 3
+ # Failed test ((eval 2) at line 22)
+ # 
++-++
+ # | Elt|Got  |Expected
|
+ # 
++-++
+ # *   0|bless( [ |[   
*
+ # *   1|  'Move along, nothing to see here'  |  'Dry, humorless message'  
*
+ # *   2|], 'Test::Builder' ) |]   
*
+ # 
++-++
+ # Looks like you failed 3 tests of 3.
+
+eq_or_diff_...() compares two strings or (limited) data structures and
+either emits an ok indication or a side-by-side diff. Test::Differences is
+designed to be used with Test.pm and with Test::Simple, Test::More, and
+other Test::Builder based testing modules. As the SYNOPSIS shows, another
+testing module must be used as the basis for your test suite.
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 

++ Test-Differences-0.63.tar.gz -> Test-Differences-0.64.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit perl-Test-Differences for openSUSE:Factory

2015-02-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Differences for 
openSUSE:Factory checked in at 2015-02-10 20:23:40

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


Package is perl-Test-Differences

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-Differences/perl-Test-Differences.changes  
2014-09-17 17:25:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Differences.new/perl-Test-Differences.changes
 2015-02-10 20:23:40.0 +0100
@@ -1,0 +2,8 @@
+Sat Feb  7 16:23:02 UTC 2015 - co...@suse.com
+
+- updated to 0.63
+- Minor doco-fixes
+- Remove use of flatten, always use Data::Dumper for saner, more readable
+  output, fixes RT #95446 (David Precious (bigpresh))
+
+---

Old:

  Test-Differences-0.62.tar.gz

New:

  Test-Differences-0.63.tar.gz



Other differences:
--
++ perl-Test-Differences.spec ++
--- /var/tmp/diff_new_pack.0nJtqX/_old  2015-02-10 20:23:41.0 +0100
+++ /var/tmp/diff_new_pack.0nJtqX/_new  2015-02-10 20:23:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Differences
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Differences
-Version:0.62
+Version:0.63
 Release:0
 %define cpan_name Test-Differences
 Summary:Test strings and data structures and show differences if not ok

++ Test-Differences-0.62.tar.gz - Test-Differences-0.63.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Differences-0.62/Changes 
new/Test-Differences-0.63/Changes
--- old/Test-Differences-0.62/Changes   2014-06-25 18:44:06.0 +0200
+++ new/Test-Differences-0.63/Changes   2014-11-20 22:43:47.0 +0100
@@ -1,5 +1,10 @@
 Changes file for Test::Differences
 
+0.63 Thu November 20, 2014
+- Minor doco-fixes
+- Remove use of flatten, always use Data::Dumper for saner, more readable
+  output, fixes RT #95446 (David Precious (bigpresh))
+
 0.62 Wed June 25, 2014
 - Production release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Differences-0.62/MANIFEST 
new/Test-Differences-0.63/MANIFEST
--- old/Test-Differences-0.62/MANIFEST  2014-06-25 18:50:12.0 +0200
+++ new/Test-Differences-0.63/MANIFEST  2014-11-20 22:48:37.0 +0100
@@ -5,7 +5,6 @@
 MANIFEST
 README
 t/00-load.t
-t/flatten.t
 t/text_vs_data.t
 t/pass.t
 t/struct.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Differences-0.62/META.json 
new/Test-Differences-0.63/META.json
--- old/Test-Differences-0.62/META.json 2014-06-25 18:50:12.0 +0200
+++ new/Test-Differences-0.63/META.json 2014-11-20 22:48:37.0 +0100
@@ -4,7 +4,7 @@
   David Cantrell da...@cantrell.org.uk
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.112150,
+   generated_by : ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.120921,
license : [
   unknown
],
@@ -22,28 +22,24 @@
prereqs : {
   build : {
  requires : {
-ExtUtils::MakeMaker : 0
+ExtUtils::MakeMaker : 0
  }
   },
   configure : {
  requires : {
-ExtUtils::MakeMaker : 0
+ExtUtils::MakeMaker : 0
  }
   },
   runtime : {
  requires : {
 Capture::Tiny : 0.24,
 Data::Dumper : 2.126,
-Test::More : 0,
+Test::More : 0,
 Text::Diff : 0.35
  }
   }
},
release_status : stable,
-   resources : {
-  repository : {
- url : https://github.com/Ovid/Test-Differences;
-  }
-   },
-   version : 0.62
+   resources : {},
+   version : 0.63
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Differences-0.62/META.yml 
new/Test-Differences-0.63/META.yml
--- old/Test-Differences-0.62/META.yml  2014-06-25 18:50:12.0 +0200
+++ new/Test-Differences-0.63/META.yml  2014-11-20 22:48:37.0 +0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.112150'
+generated_by: 

commit perl-Test-Differences for openSUSE:Factory

2014-09-17 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Differences for 
openSUSE:Factory checked in at 2014-09-17 17:25:32

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


Package is perl-Test-Differences

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-Differences/perl-Test-Differences.changes  
2011-12-27 18:15:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Differences.new/perl-Test-Differences.changes
 2014-09-17 17:25:43.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep 15 15:15:09 UTC 2014 - co...@suse.com
+
+- updated to 0.62
+   - Document the Text::Diff unicode fix.
+   - Add ability to customise 'Got' and 'Expected' column headers
+
+---

Old:

  Test-Differences-0.61.tar.gz

New:

  Test-Differences-0.62.tar.gz



Other differences:
--
++ perl-Test-Differences.spec ++
--- /var/tmp/diff_new_pack.D9oh2c/_old  2014-09-17 17:25:43.0 +0200
+++ /var/tmp/diff_new_pack.D9oh2c/_new  2014-09-17 17:25:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Differences
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,50 +17,50 @@
 
 
 Name:   perl-Test-Differences
-Version:0.61
+Version:0.62
 Release:0
+%define cpan_name Test-Differences
 Summary:Test strings and data structures and show differences if not ok
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Source: 
http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Differences-%{version}.tar.gz
 Url:http://search.cpan.org/dist/Test-Differences/
+Source: 
http://www.cpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
-BuildRequires:  perl(Text::Diff)
-Requires:   perl(Text::Diff)
-# MANUAL
-Provides:   perl(Test::Differences) = 0.600
+BuildRequires:  perl(Capture::Tiny) = 0.24
+BuildRequires:  perl(Data::Dumper) = 2.126
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Text::Diff) = 0.35
+Requires:   perl(Capture::Tiny) = 0.24
+Requires:   perl(Data::Dumper) = 2.126
+Requires:   perl(Text::Diff) = 0.35
+%{perl_requires}
 
 %description
-Test strings and data structures and show differences if not ok.
+When the code you're testing returns multiple lines, records or data
+structures and they're just plain wrong, an equivalent to the Unix 'diff'
+utility may be just what's needed. Here's output from an example test
+script that checks two text documents and then two (trivial) data
+structures:
 
 %prep
-%setup -q -n Test-Differences-%{version}
-%__sed -i '/^auto_install/d' Makefile.PL
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-%__perl Makefile.PL PREFIX=%{_prefix}
-%__make %{?jobs:-j%{jobs}}
-
-%install
-%perl_make_install
-%perl_process_packlist
+%{__perl} Build.PL installdirs=vendor
+./Build build flags=%{?_smp_mflags}
 
 %check
-%__make test
+./Build test
+
+%install
+./Build install destdir=%{buildroot} create_packlist=0
+%perl_gen_filelist
 
-%files
-%defattr(-,root,root)
+%files -f %{name}.files
+%defattr(-,root,root,755)
 %doc Changes README
-%dir %{perl_vendorlib}/Test
-%{perl_vendorlib}/Test/Differences.pm
-%dir %{perl_vendorarch}/auto/Test
-%{perl_vendorarch}/auto/Test/Differences
-%doc %{perl_man3dir}/Test::Differences.%{perl_man3ext}%{ext_man}
 
 %changelog

++ Test-Differences-0.61.tar.gz - Test-Differences-0.62.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Differences-0.61/Build.PL 
new/Test-Differences-0.62/Build.PL
--- old/Test-Differences-0.61/Build.PL  2011-04-16 17:04:14.0 +0200
+++ new/Test-Differences-0.62/Build.PL  2014-06-25 18:32:27.0 +0200
@@ -5,13 +5,14 @@
 my $builder = Module::Build-new(
 module_name   = 'Test::Differences',
 license   = 'perl',
-dist_author   = 'Curtis Ovid Poe o...@cpan.org',
+dist_author   = 'David Cantrell da...@cantrell.org.uk',
 dist_version_from = 'lib/Test/Differences.pm',
 perl  = 5.006,
 requires  = {
-'Test::More'   = 0,
-'Text::Diff'   = 

commit perl-Test-Differences for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Differences for 
openSUSE:Factory checked in at 2011-11-21 12:47:04

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


Package is perl-Test-Differences, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-Differences/perl-Test-Differences.changes  
2011-09-23 12:39:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Differences.new/perl-Test-Differences.changes
 2011-11-21 12:47:06.0 +0100
@@ -1,0 +2,12 @@
+Sun Nov 20 12:31:30 UTC 2011 - co...@suse.com
+
+- update to 0.61
+- Allow an option to override Sortkeys in Ceq_or_diff. Thanks to Mark
+  Zealey for the suggestion.
+- Unnumbered tests. There's no point to them.
+- Make '' and undef not equal. Thanks to Pavel Shaydo for the patch.
+- Made Data::Dumper minimum version 2.126 to resolve
+  https://rt.cpan.org/Ticket/Display.html?id=60798. Thanks to
+  jjnapi...@cpan.org  for the report and fix.
+
+---

Old:

  Test-Differences-0.500.tar.gz

New:

  Test-Differences-0.61.tar.gz



Other differences:
--
++ perl-Test-Differences.spec ++
--- /var/tmp/diff_new_pack.OTS5d3/_old  2011-11-21 12:47:07.0 +0100
+++ /var/tmp/diff_new_pack.OTS5d3/_new  2011-11-21 12:47:07.0 +0100
@@ -19,13 +19,13 @@
 
 
 Name:   perl-Test-Differences
-Version:0.500
+Version:0.61
 Release:1
 Summary:Test strings and data structures and show differences if not ok
 Source: 
http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Differences-%{version}.tar.gz
 Url:http://search.cpan.org/dist/Test-Differences/
 Group:  Development/Libraries/Perl
-License:Perl License
+License:GPL-1.0+ or Artistic
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  make perl
@@ -34,6 +34,8 @@
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Text::Diff)
 Requires:   perl(Text::Diff)
+# MANUAL
+Provides:   perl(Test::Diferences) = 0.600
 
 %description
 Test strings and data structures and show differences if not ok.
@@ -53,9 +55,6 @@
 %check
 %__make test
 
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
-
 %files
 %defattr(-,root,root)
 %doc Changes README
@@ -64,4 +63,5 @@
 %dir %{perl_vendorarch}/auto/Test
 %{perl_vendorarch}/auto/Test/Differences
 %doc %{perl_man3dir}/Test::Differences.%{perl_man3ext}%{ext_man}
+
 %changelog

++ Test-Differences-0.500.tar.gz - Test-Differences-0.61.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Differences-0.500/Build.PL 
new/Test-Differences-0.61/Build.PL
--- old/Test-Differences-0.500/Build.PL 2009-10-17 16:25:47.0 +0200
+++ new/Test-Differences-0.61/Build.PL  2011-04-16 17:04:14.0 +0200
@@ -3,16 +3,21 @@
 use Module::Build;
 
 my $builder = Module::Build-new(
-module_name = 'Test::Differences',
-license = 'perl',
-dist_author = 'Curtis Ovid Poe o...@cpan.org',
-dist_version_from   = 'lib/Test/Differences.pm',
-perl= 5.006,
-requires = {
-'Test::More' = 0,
-'Text::Diff' = 0.35,
+module_name   = 'Test::Differences',
+license   = 'perl',
+dist_author   = 'Curtis Ovid Poe o...@cpan.org',
+dist_version_from = 'lib/Test/Differences.pm',
+perl  = 5.006,
+requires  = {
+'Test::More'   = 0,
+'Text::Diff'   = 0.35,
+'Data::Dumper' = 2.126,
+},
+add_to_cleanup = ['Test-Differences-*'],
+meta_merge = {
+resources =
+  { repository = 'https://github.com/Ovid/Test-Differences' }
 },
-add_to_cleanup  = [ 'Test-Differences-*' ],
 );
 
 $builder-create_build_script();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Differences-0.500/Changes 
new/Test-Differences-0.61/Changes
--- old/Test-Differences-0.500/Changes  2009-10-17 16:25:47.0 +0200
+++ new/Test-Differences-0.61/Changes   2011-04-16 17:04:14.0 +0200
@@ -1,5 +1,16 @@
 Changes file for Test::Differences
 
+0.61 Sat April 16, 2011
+- Allow an option to override Sortkeys in Ceq_or_diff. Thanks to Mark
+  Zealey for the suggestion.
+- Unnumbered tests. There's no point to them.
+
+0.60 Sat April 16, 2011
+- Make '' and undef not equal. Thanks to Pavel Shaydo for the patch.
+- Made Data::Dumper minimum version 2.126 to resolve
+  

commit perl-Test-Differences for openSUSE:Factory

2011-07-19 Thread h_root

Hello community,

here is the log from the commit of package perl-Test-Differences for 
openSUSE:Factory
checked in at Tue Jul 19 16:20:13 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Test-Differences/perl-Test-Differences.changes
2010-12-01 10:46:17.0 +0100
@@ -0,0 +1,15 @@
+---
+Wed Dec  1 09:44:38 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Mon Nov 29 18:31:11 UTC 2010 - co...@novell.com
+
+- remove /var/adm/perl-modules
+
+---
+Sun Jul 25 06:54:27 UTC 2010 - pascal.ble...@opensuse.org
+
+- initial package (0.500)
+

calling whatdependson for head-i586


New:

  Test-Differences-0.500.tar.gz
  perl-Test-Differences.changes
  perl-Test-Differences.spec



Other differences:
--
++ perl-Test-Differences.spec ++
#
# spec file for package perl-Test-Differences
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#

# norootforbuild


Name:   perl-Test-Differences
Version:0.500
Release:1
Summary:Test strings and data structures and show differences if not ok
Source: 
http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Differences-%{version}.tar.gz
Url:http://search.cpan.org/dist/Test-Differences/
Group:  Development/Libraries/Perl
License:Perl License
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  make perl
BuildRequires:  perl-macros
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  perl(Text::Diff)
Requires:   perl(Text::Diff)

%description
Test strings and data structures and show differences if not ok.

%prep
%setup -q -n Test-Differences-%{version}
%__sed -i '/^auto_install/d' Makefile.PL

%build
%__perl Makefile.PL PREFIX=%{_prefix}
%__make %{?jobs:-j%{jobs}}

%install
%perl_make_install
%perl_process_packlist

%check
%__make test

%clean
%{?buildroot:%__rm -rf %{buildroot}}

%files
%defattr(-,root,root)
%doc Changes README
%dir %{perl_vendorlib}/Test
%{perl_vendorlib}/Test/Differences.pm
%dir %{perl_vendorarch}/auto/Test
%{perl_vendorarch}/auto/Test/Differences
%doc %{perl_man3dir}/Test::Differences.%{perl_man3ext}%{ext_man}
%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org