Stephan Kulow 2011-03-28 11:18:47 +00:00 committed by Git OBS Bridge
parent 11273b2760
commit 5bcdd43c14
4 changed files with 16 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:23a47e813098d249a5dad3c28faa36f7afb32b2866302413d21f86fa5357bb8a
size 26587

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f83eba975a0f3b71dfda825451ffccaec2e60dca3e0e7f38faa2871276651ed1
size 28955

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Mar 26 11:22:44 UTC 2011 - coolo@opensuse.org
- initial package 0.28
* created by cpanspec 1.78.03
-------------------------------------------------------------------
Fri Jan 21 10:06:27 UTC 2011 - coolo@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-Task-Kensho-Exceptions (Version 0.27)
# spec file for package perl-Task-Kensho-Exceptions (Version 0.28)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -16,7 +16,7 @@
#
Name: perl-Task-Kensho-Exceptions
Version: 0.27
Version: 0.28
Release: 1
License: GPL+ or Artistic
%define cpan_name Task-Kensho-Exceptions
@ -24,15 +24,15 @@ Summary: A Glimpse at an Enlightened Perl (Exceptions)
Url: http://search.cpan.org/dist/Task-Kensho-Exceptions/
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/A/AP/APEIRON/Task-Kensho-Exceptions-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires: perl(TryCatch)
BuildRequires: perl(Try::Tiny)
Source: %{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(TryCatch)
BuildRequires: perl(Try::Tiny)
Requires: perl(TryCatch)
Requires: perl(Try::Tiny)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}
%description