From 1383006c8f8c81b66bc1d1fe6d09338e031738dd22bdbef774d0b75e0c9aace7 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 20 Nov 2007 13:58:59 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Inspector?expand=0&rev=2 --- Class-Inspector-1.16.tar.bz2 | 3 --- Class-Inspector-1.18.tar.bz2 | 3 +++ perl-Class-Inspector.changes | 9 +++++++++ perl-Class-Inspector.spec | 35 +++++++++++++++++++++-------------- 4 files changed, 33 insertions(+), 17 deletions(-) delete mode 100644 Class-Inspector-1.16.tar.bz2 create mode 100644 Class-Inspector-1.18.tar.bz2 diff --git a/Class-Inspector-1.16.tar.bz2 b/Class-Inspector-1.16.tar.bz2 deleted file mode 100644 index ebbd996..0000000 --- a/Class-Inspector-1.16.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:450085a1226b713e4bc2efb26813d3563782b7a915215b3c2e6ada86593ee316 -size 25129 diff --git a/Class-Inspector-1.18.tar.bz2 b/Class-Inspector-1.18.tar.bz2 new file mode 100644 index 0000000..6922722 --- /dev/null +++ b/Class-Inspector-1.18.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0b0d0107168c759fb9623a1ce6ef87f36d9d83cc9dc55643ac677ca90dbe3c +size 26127 diff --git a/perl-Class-Inspector.changes b/perl-Class-Inspector.changes index 50c240d..9a06c01 100644 --- a/perl-Class-Inspector.changes +++ b/perl-Class-Inspector.changes @@ -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 diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index 8f5fc90..2109318 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -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.