diff --git a/Error-0.17012.tar.bz2 b/Error-0.17012.tar.bz2 deleted file mode 100644 index b18b145..0000000 --- a/Error-0.17012.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c0e957893a8f0b2188745e2c7da05a76279e3169dc392c5b718c4832cb451a3 -size 15864 diff --git a/Error-0.17015.tar.bz2 b/Error-0.17015.tar.bz2 new file mode 100644 index 0000000..387fbaa --- /dev/null +++ b/Error-0.17015.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7285dd45ad0fe2c4b6e34500a0ba4df73dae374d0a0a233911543a782b41787d +size 16155 diff --git a/perl-Error.changes b/perl-Error.changes index 38ad1c2..492e9c2 100644 --- a/perl-Error.changes +++ b/perl-Error.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Sep 10 17:01:50 CEST 2008 - anicka@suse.cz + +- update to 0.17015 + * Added the "SEE ALSO" section to the Error.pm POD mentioning + Exception::Class and Error::Exception. + * Made Makefile.PL require perl-5.6.0 and above. + ------------------------------------------------------------------- Thu Jul 24 17:12:45 CEST 2008 - anicka@suse.cz diff --git a/perl-Error.spec b/perl-Error.spec index 05a9de7..d044d52 100644 --- a/perl-Error.spec +++ b/perl-Error.spec @@ -1,10 +1,17 @@ # -# spec file for package perl-Error (Version 0.17012 ) +# spec file for package perl-Error (Version 0.17015 ) # # Copyright (c) 2008 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/ # @@ -13,8 +20,8 @@ Name: perl-Error Summary: Object oriented style error/exception handling -Version: 0.17012 -Release: 2 +Version: 0.17015 +Release: 1 Requires: perl = %{perl_version} BuildRequires: perl-Test-Pod-Coverage AutoReqProv: on @@ -62,6 +69,12 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor %{perl_vendorlib}/Error/Simple.pm %{perl_vendorarch}/auto/Error /var/adm/perl-modules/* + %changelog +* Wed Sep 10 2008 anicka@suse.cz +- update to 0.17015 + * Added the "SEE ALSO" section to the Error.pm POD mentioning + Exception::Class and Error::Exception. + * Made Makefile.PL require perl-5.6.0 and above. * Thu Jul 24 2008 anicka@suse.cz - package created (version 0.17012)