OBS User unknown 2009-01-21 16:52:15 +00:00 committed by Git OBS Bridge
parent 1383006c8f
commit 3d6a4b548a
4 changed files with 38 additions and 10 deletions

View File

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

View File

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

View File

@ -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 Tue Nov 20 12:06:48 CET 2007 - pth@suse.de

View File

@ -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. # Copyright (c) 2009 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.
# #
# 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/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild # norootforbuild
Name: perl-Class-Inspector Name: perl-Class-Inspector
%define perl_name Class-Inspector %define perl_name Class-Inspector
BuildRequires: perl-Pod-Escapes perl-Pod-Simple perl-Test-Pod 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} Requires: perl-Pod-Escapes perl-Pod-Simple perl-Test-Pod perl = %{perl_version}
AutoReqProv: on AutoReqProv: on
Summary: Get Information About a Loaded Class Summary: Get Information About a Loaded Class
Version: 1.18 Version: 1.23
Release: 1 Release: 1
Source: Class-Inspector-%{version}.tar.bz2 Source: Class-Inspector-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,12 +74,21 @@ rm -rf %buildroot
%{perl_vendorarch}/auto/Class/Inspector/.packlist %{perl_vendorarch}/auto/Class/Inspector/.packlist
%doc %{_mandir}/man3/Class::Inspector.3pm.gz %doc %{_mandir}/man3/Class::Inspector.3pm.gz
/var/adm/perl-modules/%{name} /var/adm/perl-modules/%{name}
%changelog %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: - Update to 1.18:
- Updated to Module::Install 0.68 - Updated to Module::Install 0.68
(This brings META.yml to the current version) (This brings META.yml to the current version)
- Classes with leading numbers after the first :: are permitted - Classes with leading numbers after the first :: are permitted
- Removing some old cruft from the tests - Removing some old cruft from the tests
* Wed Oct 18 2006 - pth@suse.de * Wed Oct 18 2006 pth@suse.de
- Initial package creation. - Initial package creation.