diff --git a/Class-Inspector-1.18.tar.bz2 b/Class-Inspector-1.18.tar.bz2 deleted file mode 100644 index 6922722..0000000 --- a/Class-Inspector-1.18.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c0b0d0107168c759fb9623a1ce6ef87f36d9d83cc9dc55643ac677ca90dbe3c -size 26127 diff --git a/Class-Inspector-1.23.tar.bz2 b/Class-Inspector-1.23.tar.bz2 new file mode 100644 index 0000000..93a7d1a --- /dev/null +++ b/Class-Inspector-1.23.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2f7bbd10ce118e5b903b7ee956270c187f0dcb32f52d9aa89f1f816054e7df +size 27203 diff --git a/perl-Class-Inspector.changes b/perl-Class-Inspector.changes index 9a06c01..c4b2e39 100644 --- a/perl-Class-Inspector.changes +++ b/perl-Class-Inspector.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jan 21 15:58:17 CET 2009 - pth@suse.de + +- Update to 1.23. + Changes since 1.19: + - Updating to Module::Install 0.75 + - Correcting the location of the author tests + - Adding experimental support for utf8 methods + (as per http://rt.cpan.org/Public/Bug/Display.html?id=28796) + - Adapt to changes to File::Spec + ------------------------------------------------------------------- Tue Nov 20 12:06:48 CET 2007 - pth@suse.de diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index 2109318..c8c694d 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -1,15 +1,23 @@ # -# spec file for package perl-Class-Inspector (Version 1.18) +# spec file for package perl-Class-Inspector (Version 1.23) # -# 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. +# Copyright (c) 2009 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild + Name: perl-Class-Inspector %define perl_name Class-Inspector BuildRequires: perl-Pod-Escapes perl-Pod-Simple perl-Test-Pod @@ -19,7 +27,7 @@ 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.18 +Version: 1.23 Release: 1 Source: Class-Inspector-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,12 +74,21 @@ rm -rf %buildroot %{perl_vendorarch}/auto/Class/Inspector/.packlist %doc %{_mandir}/man3/Class::Inspector.3pm.gz /var/adm/perl-modules/%{name} + %changelog -* Tue Nov 20 2007 - pth@suse.de +* Wed Jan 21 2009 pth@suse.de +- Update to 1.23. + Changes since 1.19: + - Updating to Module::Install 0.75 + - Correcting the location of the author tests + - Adding experimental support for utf8 methods + (as per http://rt.cpan.org/Public/Bug/Display.html?id=28796) + - Adapt to changes to File::Spec +* 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 +* Wed Oct 18 2006 pth@suse.de - Initial package creation.