OBS User unknown 2009-01-21 16:55:26 +00:00 committed by Git OBS Bridge
parent 4c7fc8e33c
commit 65d81b867c
4 changed files with 46 additions and 10 deletions

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Jan 21 14:16:22 CET 2009 - pth@suse.de
- Update to 0.82.
Changes since 0.66:
- When we get more than one warning, diagnose the warnings so that
we have actually have a chance to get rid of the extra warnings.
- Updating to Module::Install 0.77
- Localising $@ during evals
- Updating Perl version dependency to 5.00503
- File::HomeDir should now support "Perl on a Stick"
- Added `my_dot_config`.
- Adding a base driver class.
- Updating bundled author tests
-------------------------------------------------------------------
Wed Oct 17 19:04:13 CEST 2007 - pth@suse.de

View File

@ -1,17 +1,25 @@
#
# spec file for package perl-File-HomeDir (Version 0.66)
# spec file for package perl-File-HomeDir (Version 0.82)
#
# 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-File-HomeDir
Version: 0.66
Version: 0.82
Release: 1
Requires: perl = %{perl_version}
AutoReqProv: on
@ -68,11 +76,24 @@ make test
%dir %{perl_vendorarch}/auto/File
%{perl_vendorarch}/auto/File/HomeDir
/var/adm/perl-modules/%{name}
%changelog
* Wed Oct 17 2007 - pth@suse.de
* Wed Jan 21 2009 pth@suse.de
- Update to 0.82.
Changes since 0.66:
- When we get more than one warning, diagnose the warnings so that
we have actually have a chance to get rid of the extra warnings.
- Updating to Module::Install 0.77
- Localising $@ during evals
- Updating Perl version dependency to 5.00503
- File::HomeDir should now support "Perl on a Stick"
- Added `my_dot_config`.
- Adding a base driver class.
- Updating bundled author tests
* Wed Oct 17 2007 pth@suse.de
- Update to 0.66:
- Spurious failures on some path-levels of 5.9.0 due to a warnings
bug regression. Skip the relevant test on Perl 5.9.0.
- Remove a -w flag in 02_main.t so test runs under tainting
* Wed May 16 2007 - pth@suse.de
* Wed May 16 2007 pth@suse.de
- Initial package.