OBS User unknown 2007-11-20 13:58:59 +00:00 committed by Git OBS Bridge
parent 36bb5ff720
commit 1383006c8f
4 changed files with 33 additions and 17 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Nov 20 12:06:48 CET 2007 - pth@suse.de
- Update to 1.18:
- Updated to Module::Install 0.68
(This brings META.yml to the current version)
- Classes with leading numbers after the first :: are permitted
- Removing some old cruft from the tests
-------------------------------------------------------------------
Wed Oct 18 19:31:03 CEST 2006 - pth@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Class-Inspector (Version 1.16)
# spec file for package perl-Class-Inspector (Version 1.18)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -13,13 +13,13 @@
Name: perl-Class-Inspector
%define perl_name Class-Inspector
BuildRequires: perl-Pod-Escapes perl-Pod-Simple perl-Test-Pod
URL: http://search.cpan.org/~adamk/Class-Inspector
License: Artistic License, GNU General Public License (GPL) - all versions
Group: Development/Languages/Perl
Url: http://search.cpan.org/~adamk/Class-Inspector
License: Artistic License; GPL v2 or later
Group: Development/Libraries/Perl
Requires: perl-Pod-Escapes perl-Pod-Simple perl-Test-Pod perl = %{perl_version}
Autoreqprov: on
Summary: get information about a loaded class.
Version: 1.16
AutoReqProv: on
Summary: Get Information About a Loaded Class
Version: 1.18
Release: 1
Source: Class-Inspector-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -27,10 +27,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Class::Inspector allows you to get information about a loaded class.
Most or all of this information can be found in other ways, but they
arn't always very friendly, and usually involve a relatively high level
of Perl wizardry, or strange and unusual looking code. Class::Inspector
attempts to provide an easier, more friendly interface to this
information.
are not always very conveniet, and usually involve a relatively high
level of Perl wizardry, or strange and unusual looking code.
Class-Inspector attempts to provide an easier, more friendly interface
to this information.
@ -44,6 +44,8 @@ Authors:
%build
perl Makefile.PL
make
%check
make test
# ---------------------------------------------------------------------------
@ -64,7 +66,12 @@ rm -rf %buildroot
%{perl_vendorarch}/auto/Class/Inspector/.packlist
%doc %{_mandir}/man3/Class::Inspector.3pm.gz
/var/adm/perl-modules/%{name}
%changelog -n perl-Class-Inspector
%changelog
* Tue Nov 20 2007 - pth@suse.de
- Update to 1.18:
- Updated to Module::Install 0.68
(This brings META.yml to the current version)
- Classes with leading numbers after the first :: are permitted
- Removing some old cruft from the tests
* Wed Oct 18 2006 - pth@suse.de
- Initial package creation.