Hello community,

here is the log from the commit of package perl-Test-Inter for openSUSE:Factory 
checked in at 2018-03-19 23:39:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Inter (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-Inter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-Inter"

Mon Mar 19 23:39:23 2018 rev:14 rq:588514 version:1.07

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Inter/perl-Test-Inter.changes  
2015-04-16 14:13:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Inter.new/perl-Test-Inter.changes     
2018-03-19 23:40:07.881558770 +0100
@@ -1,0 +2,11 @@
+Fri Mar 16 06:54:03 UTC 2018 - [email protected]
+
+- updated to 1.07
+   see /usr/share/doc/packages/perl-Test-Inter/Changes
+
+1.07  2018-03-15
+  - Some improvements to the POD documentation.
+  - Some changes to get better test coverage.
+  - Better handling of empty structures (i.e [] and {}).
+
+-------------------------------------------------------------------

Old:
----
  Test-Inter-1.06.tar.gz

New:
----
  Test-Inter-1.07.tar.gz

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

Other differences:
------------------
++++++ perl-Test-Inter.spec ++++++
--- /var/tmp/diff_new_pack.bITppA/_old  2018-03-19 23:40:08.825524717 +0100
+++ /var/tmp/diff_new_pack.bITppA/_new  2018-03-19 23:40:08.833524429 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Inter
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,60 +17,59 @@
 
 
 Name:           perl-Test-Inter
-Version:        1.06
+Version:        1.07
 Release:        0
 %define cpan_name Test-Inter
 Summary:        Framework for More Readable Interactive Test Scripts
-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-Inter/
-Source0:        
http://www.cpan.org/authors/id/S/SB/SBECK/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/S/SB/SBECK/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build) >= 0.21
 %{perl_requires}
 
 %description
-This is another framework for writing test scripts. Some of the syntax is
-loosely inspired by Test::More, and has most of it's functionality, but it
-is not a drop-in replacement.
+This is another framework for writing test scripts. Much of the syntax is
+loosely inspired by Test::More, and Test::Inter has most of it's
+functionality, but it is not a drop-in replacement.
 
 Test::More (and other existing test frameworks) suffer from two weaknesses,
 both of which have prevented me from ever using them:
 
    None offer the ability to access specific tests in
-   a reasonably interactive fashion
+   a reasonably interactive fashion, primarily for
+   debugging purposes
 
    None offer the ability to write the tests in
    whatever format would make the tests the most
    readable
 
 The way I write and use test scripts, existing Test::* modules are not
-nearly as useful as they could be. Test scripts written using Test::More
-work fine when running as part of the test suite, but debugging an
-individual test requires extra steps, and the tests themselves are not as
-readable as they should be.
+nearly as useful as they could be.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__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 examples LICENSE README
+%doc Changes examples README
+%license LICENSE
 
 %changelog

++++++ Test-Inter-1.06.tar.gz -> Test-Inter-1.07.tar.gz ++++++
++++ 2149 lines of diff (skipped)


Reply via email to