From 8e9a1b10040710349bf4af8010f8dbd6609fef6b96db20638520babe518dc907 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 15 Apr 2013 10:44:49 +0000 Subject: [PATCH] Accepting request 164071 from home:namtrac:bugfix - Add Source URL, see https://en.opensuse.org/SourceUrls OBS-URL: https://build.opensuse.org/request/show/164071 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Exception?expand=0&rev=28 --- perl-Test-Exception.changes | 5 +++++ perl-Test-Exception.spec | 22 ++++++++++------------ 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/perl-Test-Exception.changes b/perl-Test-Exception.changes index 2a7dda4..90a7664 100644 --- a/perl-Test-Exception.changes +++ b/perl-Test-Exception.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 15 10:37:49 UTC 2013 - idonmez@suse.com + +- Add Source URL, see https://en.opensuse.org/SourceUrls + ------------------------------------------------------------------- Fri Nov 18 11:07:00 UTC 2011 - coolo@suse.com diff --git a/perl-Test-Exception.spec b/perl-Test-Exception.spec index 4bde0d4..365d613 100644 --- a/perl-Test-Exception.spec +++ b/perl-Test-Exception.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Exception # -# 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,32 +15,30 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-Test-Exception %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Test::Exception - Test exception based code -Version: 0.31 -Release: 7 -License: Artistic License .. +License: Artistic-1.0 Group: Development/Libraries/Perl +Version: 0.31 +Release: 0 Url: http://search.cpan.org/dist/Test-Exception -Source: Test-Exception-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Test::Pod) >= 1.00 -BuildRequires: perl(Test::Simple) >= 0.7 +BuildRequires: perl(Sub::Uplevel) >= 0.18 BuildRequires: perl(Test::Builder) BuildRequires: perl(Test::Builder::Tester) -BuildRequires: perl(Test::More) >= 0.7 BuildRequires: perl(Test::Harness) >= 2.03 -BuildRequires: perl(Sub::Uplevel) >= 0.18 +BuildRequires: perl(Test::More) >= 0.7 +BuildRequires: perl(Test::Pod) >= 1.00 +BuildRequires: perl(Test::Simple) >= 0.7 Requires: perl(Sub::Uplevel) >= 0.18 -Requires: perl(Test::More) >= 0.7 Requires: perl(Test::Builder) +Requires: perl(Test::More) >= 0.7 %description This module provides a few convenience methods for testing exception