7
0

10 Commits

Author SHA256 Message Date
f1263c12a9 Accepting request 890288 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/890288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Exception-Class?expand=0&rev=18
2021-05-07 14:44:51 +00:00
f8672e97ab Accepting request 555882 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/555882
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Exception-Class?expand=0&rev=17
2017-12-13 10:56:47 +00:00
4bb649579f Accepting request 509387 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/509387
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Exception-Class?expand=0&rev=16
2017-07-17 07:01:10 +00:00
8ca8d03490 Accepting request 449579 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/449579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Exception-Class?expand=0&rev=15
2017-01-11 11:05:28 +00:00
5f241be8a6 Accepting request 445083 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/445083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Exception-Class?expand=0&rev=14
2016-12-10 17:30:08 +00:00
e667a67910 Accepting request 358291 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/358291
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Exception-Class?expand=0&rev=13
2016-02-25 21:01:37 +00:00
Stephan Kulow
81d4621300 Accepting request 297300 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/297300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Exception-Class?expand=0&rev=12
2015-04-25 07:52:12 +00:00
Stephan Kulow
ff81aefb87 Accepting request 176072 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/176072
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Exception-Class?expand=0&rev=9
2013-05-27 07:56:53 +00:00
Stephan Kulow
48884b62af Accepting request 97158 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/97158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Exception-Class?expand=0&rev=6
2011-12-22 09:54:19 +00:00
Stephan Kulow
973b7911a4 Accepting request 92722 from devel:languages:perl
- update to 1.32
 - Removed Test::Most dependency, which was causing a circular dependency
   chain. Reported by Burak Gursoy. RT #58889.
 - Made it possible to use Exception::Class::Base without loading
   Exception::Class. Reported by Alex Peters. RT #57269.
 - Added the ability to create light weight exceptions, which don't record a
   stack trace or any other context info (time, pid, etc.). This is done by
   setting $class->NoContextInfo to a true value for the exception class. Based
   on a patch by Graham Barr. RT #54826.

- use original .tar.gz

OBS-URL: https://build.opensuse.org/request/show/92722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Exception-Class?expand=0&rev=5
2011-11-21 14:48:59 +00:00
4 changed files with 23 additions and 12 deletions

3
.gitattributes vendored
View File

@@ -1,4 +1,4 @@
*.changes merge=merge-changes
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
@@ -12,7 +12,6 @@
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tar filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text

20
cpanspec.yml Normal file
View File

@@ -0,0 +1,20 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
Fri Aug 4 10:05:04 UTC 2023 - Victor Zhestkov <vzhestkov@suse.com>
- Remove unused file:
* cpanspec.yml
-------------------------------------------------------------------
Mon May 3 03:08:27 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Exception-Class
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,9 +24,7 @@ Summary: Module that allows you to declare real exception classes in Perl
License: Artistic-1.0 OR GPL-1.0-or-later
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
%if "%_vendor" != "debbuild"
ExclusiveArch: do_not_build
%endif
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros