diff --git a/perl-Class-Inspector.changes b/perl-Class-Inspector.changes index aa86e11..ba97a5a 100644 --- a/perl-Class-Inspector.changes +++ b/perl-Class-Inspector.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 14 11:18:19 UTC 2010 - coolo@novell.com + +- norootforbuild is default now + ------------------------------------------------------------------- Wed Jan 13 15:39:36 UTC 2010 - coolo@novell.com diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index fe0fad3..bde21cf 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -15,14 +15,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: perl-Class-Inspector %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Get Information About a Loaded Class Version: 1.24 -Release: 5 +Release: 6 License: Artistic ; GPLv2+ Group: Development/Libraries/Perl Url: http://search.cpan.org/~adamk/Class-Inspector @@ -43,6 +42,7 @@ 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. + %prep %setup -n %{cpan_name}-%{version}