commit perl-Test-Inter for openSUSE:Factory

2019-03-18 Thread root
Hello community,

here is the log from the commit of package perl-Test-Inter for openSUSE:Factory 
checked in at 2019-03-18 10:36:34

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


Package is "perl-Test-Inter"

Mon Mar 18 10:36:34 2019 rev:15 rq:685286 version:1.09

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Inter/perl-Test-Inter.changes  
2018-03-19 23:40:07.881558770 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Inter.new.28833/perl-Test-Inter.changes   
2019-03-18 10:36:35.059514825 +0100
@@ -1,0 +2,21 @@
+Fri Mar 15 06:30:17 UTC 2019 - Stephan Kulow 
+
+- updated to 1.09
+   see /usr/share/doc/packages/perl-Test-Inter/Changes
+
+  1.09  2019-04-13
+- Added test directory to directories added in the use_lib method 
automatically.
+- Added functionality to the testdir method
+
+---
+Wed Mar 13 06:38:48 UTC 2019 - Stephan Kulow 
+
+- updated to 1.08
+   see /usr/share/doc/packages/perl-Test-Inter/Changes
+
+  1.08  2019-03-12
+- Minor improvement to a test.
+- Added the use_lib method.
+- Some improvements to the POD documentation.
+
+---

Old:

  Test-Inter-1.07.tar.gz

New:

  Test-Inter-1.09.tar.gz



Other differences:
--
++ perl-Test-Inter.spec ++
--- /var/tmp/diff_new_pack.gfiPQt/_old  2019-03-18 10:36:36.703514468 +0100
+++ /var/tmp/diff_new_pack.gfiPQt/_new  2019-03-18 10:36:36.727514463 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Inter
 #
-# Copyright (c) 2018 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,24 +12,27 @@
 # 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-Inter
-Version:1.07
+Version:1.09
 Release:0
 %define cpan_name Test-Inter
-Summary:Framework for More Readable Interactive Test Scripts
+Summary:Framework for more readable interactive test scripts
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Test-Inter/
+Url:https://metacpan.org/release/%{cpan_name}
 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(File::Find::Rule)
+BuildRequires:  perl(Test::Pod) >= 1.00
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
 %{perl_requires}
 
 %description
@@ -56,11 +59,11 @@
 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ Test-Inter-1.07.tar.gz -> Test-Inter-1.09.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Inter-1.07/.travis.yml 
new/Test-Inter-1.09/.travis.yml
--- old/Test-Inter-1.07/.travis.yml 2014-09-10 16:15:44.0 +0200
+++ new/Test-Inter-1.09/.travis.yml 1970-01-01 01:00:00.0 +0100
@@ -1,9 +0,0 @@
-language: perl
-perl:
-  - "5.20"
-  - "5.18"
-  - "5.16"
-  - "5.14"
-  - "5.12"
-  - "5.10"
-  - "5.8"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Inter-1.07/Changes new/Test-Inter-1.09/Changes
--- old/Test-Inter-1.07/Changes 2018-03-15 19:13:42.0 +0100
+++ new/Test-Inter-1.09/Changes 2019-03-14 18:36:42.0 +0100
@@ -2,6 +2,15 @@
Sullivan Beck (sb...@cpan.org)
 Any suggestions, bug reports, or donations :-) should be sent to me.
 
+1.09  2019-04-13
+  - Added test directory to directories added in the use_lib method 
automatically.
+  - Added functionality to the testdir method
+
+1.08  2019-03-12
+  - Minor improvement to a test.
+  - Added the use_lib method and automatically use the 'lib' directory.
+  - Some improvements to the POD documentation.
+
 1.07  2018-03-15
   - Some improvements to the POD documentation.
   - Some changes to get better test coverage.
diff -urN '--exclude=CVS' 

commit perl-Test-Inter for openSUSE:Factory

2018-03-19 Thread root
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.0 +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 - co...@suse.com
+
+- 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)




commit perl-Test-Inter for openSUSE:Factory

2015-04-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Inter for openSUSE:Factory 
checked in at 2015-04-16 14:13:36

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


Package is perl-Test-Inter

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Inter/perl-Test-Inter.changes  
2013-06-06 13:51:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Inter.new/perl-Test-Inter.changes 
2015-04-16 14:13:37.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 14 20:24:56 UTC 2015 - co...@suse.com
+
+- updated to 1.06
+   see /usr/share/doc/packages/perl-Test-Inter/Changes
+
+---

Old:

  Test-Inter-1.05.tar.gz

New:

  Test-Inter-1.06.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Test-Inter.spec ++
--- /var/tmp/diff_new_pack.rJyZj3/_old  2015-04-16 14:13:37.0 +0200
+++ /var/tmp/diff_new_pack.rJyZj3/_new  2015-04-16 14:13:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Inter
 #
-# Copyright (c) 2013 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,26 +17,26 @@
 
 
 Name:   perl-Test-Inter
-Version:1.05
+Version:1.06
 Release:0
 %define cpan_name Test-Inter
-Summary:framework for more readable interactive test scripts
+Summary:Framework for More Readable Interactive Test Scripts
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Inter/
-Source: 
http://www.cpan.org/authors/id/S/SB/SBECK/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.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.39
-#BuildRequires: perl(Test::Inter)
+BuildRequires:  perl(Module::Build) = 0.21
 %{perl_requires}
 
 %description
-This is another framework for writing test scripts. It 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. 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.
 
 Test::More (and other existing test frameworks) suffer from two weaknesses,
 both of which have prevented me from ever using them:
@@ -48,6 +48,12 @@
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.
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 find . -type f -print0 | xargs -0 chmod 644
@@ -65,6 +71,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ChangeLog examples LICENSE README TODO
+%doc Changes examples LICENSE README
 
 %changelog

++ Test-Inter-1.05.tar.gz - Test-Inter-1.06.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Inter-1.05/.travis.yml 
new/Test-Inter-1.06/.travis.yml
--- old/Test-Inter-1.05/.travis.yml 1970-01-01 01:00:00.0 +0100
+++ new/Test-Inter-1.06/.travis.yml 2014-09-10 16:15:44.0 +0200
@@ -0,0 +1,9 @@
+language: perl
+perl:
+  - 5.20
+  - 5.18
+  - 5.16
+  - 5.14
+  - 5.12
+  - 5.10
+  - 5.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Inter-1.05/Build.PL new/Test-Inter-1.06/Build.PL
--- old/Test-Inter-1.05/Build.PL2013-03-20 13:47:38.0 +0100
+++ new/Test-Inter-1.06/Build.PL2015-02-11 14:58:34.0 +0100
@@ -1,30 +1,64 @@
-use Module::Build;
+##
+# Build.PL for Test::Inter
+##
+
 use strict;
 use warnings;
+use 5.006;
+use Module::Build 0.21;
+
+my %module_prereq = (
+   'perl' = '5.006',
+   'File::Basename'   = '0',
+   'IO::File' = '0',
+);
+
+my %script_prereq = (
+);
 
-my %requires = (
- 'perl' = '5.004',

commit perl-Test-Inter for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Inter for openSUSE:Factory 
checked in at 2013-06-06 13:51:12

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


Package is perl-Test-Inter

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Inter/perl-Test-Inter.changes  
2011-11-21 12:47:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Inter.new/perl-Test-Inter.changes 
2013-06-06 13:51:14.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun  4 15:04:17 UTC 2013 - co...@suse.com
+
+- updated to 1.05
+   The __nl__ substitution wasn't happening.
+   Fixed the Build.PL/Makefile.PL scripts to not install the example scripts.  
RT 84091
+
+---

Old:

  Test-Inter-1.03.tar.gz

New:

  Test-Inter-1.05.tar.gz



Other differences:
--
++ perl-Test-Inter.spec ++
--- /var/tmp/diff_new_pack.sR7Cei/_old  2013-06-06 13:51:15.0 +0200
+++ /var/tmp/diff_new_pack.sR7Cei/_new  2013-06-06 13:51:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Inter
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -15,62 +15,56 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-%bcond_with pod
 
 Name:   perl-Test-Inter
+Version:1.05
+Release:0
 %define cpan_name Test-Inter
-Summary:Framework for more readable interactive test scripts
-Version:1.03
-Release:2
-License:GPL-1.0+ or Artistic-1.0
+Summary:framework for more readable interactive test scripts
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Inter/
-Source: 
http://www.cpan.org/modules/by-module/Test/Test-Inter-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/S/SB/SBECK/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl-macros
-%if %{with pod}
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
-%endif
-BuildRequires:  perl(File::Basename)
-BuildRequires:  perl(IO::File)
-Requires:   perl(File::Basename)
-Requires:   perl(IO::File)
+BuildRequires:  perl(Module::Build) = 0.39
+#BuildRequires: perl(Test::Inter)
+%{perl_requires}
 
 %description
 This is another framework for writing test scripts. It is loosely inspired
 by Test::More, and has most of it's functionality, but it is not a drop-in
 replacement.
 
-Authors:
-
-Sullivan Beck sb...@cpan.org
+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
+
+   None offer the ability to write the tests in
+   whatever format would make the tests the most
+   readable
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Build.PL installdirs=vendor
-./Build
+./Build build flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc ChangeLog LICENSE README TODO
+%defattr(-,root,root,755)
+%doc ChangeLog examples LICENSE README TODO
 
 %changelog

++ Test-Inter-1.03.tar.gz - Test-Inter-1.05.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Inter-1.03/Build.PL new/Test-Inter-1.05/Build.PL
--- old/Test-Inter-1.03/Build.PL2011-06-28 22:01:35.0 +0200
+++ new/Test-Inter-1.05/Build.PL2013-03-20 13:47:38.0 +0100
@@ -11,9 +11,14 @@
);
 
 
-my $build = Module::Build-new(
+my $class = Module::Build-subclass(
+   class = Module::Build::Custom,
+   code  = q { sub ACTION_html { my $self = shift ; $self-SUPER::ACTION_html 
( @_ ) if ( $ENV{ MAKE_HTML } ) ; } }
+);
+
+my $build = $class-new(
 license= 'perl',
-dist_version   = '1.03',
+dist_version   = '1.05',
 dist_author= 'Sullivan Beck sb...@cpan.org',
 module_name  

commit perl-Test-Inter for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Inter for openSUSE:Factory 
checked in at 2011-12-06 18:48:13

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


Package is perl-Test-Inter, Maintainer is 

Changes:




Other differences:
--
++ perl-Test-Inter.spec ++
--- /var/tmp/diff_new_pack.M59RuJ/_old  2011-12-06 19:20:20.0 +0100
+++ /var/tmp/diff_new_pack.M59RuJ/_new  2011-12-06 19:20:20.0 +0100
@@ -24,7 +24,7 @@
 Summary:Framework for more readable interactive test scripts
 Version:1.03
 Release:2
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Inter/
 Source: 
http://www.cpan.org/modules/by-module/Test/Test-Inter-%{version}.tar.gz

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



commit perl-Test-Inter for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

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

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


Package is perl-Test-Inter, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Inter/perl-Test-Inter.changes  
2011-09-23 12:39:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Inter.new/perl-Test-Inter.changes 
2011-11-21 12:47:26.0 +0100
@@ -1,0 +2,7 @@
+Fri Nov 18 11:43:28 UTC 2011 - co...@suse.com
+
+- update to 1.03
+   Added 'width' method.
+   Updated some tests which did not run correctly with perl 5.015
+
+---

Old:

  Test-Inter-1.01.tar.bz2

New:

  Test-Inter-1.03.tar.gz



Other differences:
--
++ perl-Test-Inter.spec ++
--- /var/tmp/diff_new_pack.DXvyOT/_old  2011-11-21 12:47:27.0 +0100
+++ /var/tmp/diff_new_pack.DXvyOT/_new  2011-11-21 12:47:27.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Test-Inter (Version 1.01)
+# spec file for package perl-Test-Inter
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -22,13 +22,12 @@
 Name:   perl-Test-Inter
 %define cpan_name Test-Inter
 Summary:Framework for more readable interactive test scripts
-Version:1.01
+Version:1.03
 Release:2
 License:GPL+ or Artistic
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Inter/
-#Source: 
http://www.cpan.org/modules/by-module/Test/Test-Inter-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: 
http://www.cpan.org/modules/by-module/Test/Test-Inter-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}

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