Hello community,
here is the log from the commit of package perl-Class-Inspector for
openSUSE:Factory
checked in at Wed Mar 16 10:44:44 CET 2011.
--------
--- perl-Class-Inspector/perl-Class-Inspector.changes 2010-12-01
07:56:22.000000000 +0100
+++
/mounts/work_src_done/STABLE/perl-Class-Inspector/perl-Class-Inspector.changes
2011-03-15 09:54:27.000000000 +0100
@@ -1,0 +2,8 @@
+Tue Mar 15 08:46:46 UTC 2011 - [email protected]
+
+- update to 0.25:
+ - Updating to Module::Install::DSL 1.00
+ - Updating copyright year
+- regenerate spec file
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
Class-Inspector-1.24.tar.bz2
New:
----
Class-Inspector-1.25.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Class-Inspector.spec ++++++
--- /var/tmp/diff_new_pack.T1dsgO/_old 2011-03-16 10:43:44.000000000 +0100
+++ /var/tmp/diff_new_pack.T1dsgO/_new 2011-03-16 10:43:44.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package perl-Class-Inspector (Version 1.24)
+# spec file for package perl-Class-Inspector
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -18,36 +18,35 @@
Name: perl-Class-Inspector
-%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
-Summary: Get Information About a Loaded Class
-Version: 1.24
-Release: 13
-License: Artistic ; GPLv2+
+Version: 1.25
+Release: 1
+License: GPL+ or Artistic
+%define cpan_name Class-Inspector
+Summary: Get information about a class and its structure
+Url: http://search.cpan.org/dist/Class-Inspector/
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/~adamk/Class-Inspector
-Source: %{cpan_name}-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+#Source:
http://www.cpan.org/authors/id/A/AD/ADAMK/Class-Inspector-%{version}.tar.gz
+Source: %{cpan_name}-%{version}.tar.gz
+BuildRequires: perl(File::Spec) >= 0.80
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(File::Spec) >= 0.80
-BuildRequires: perl(Test::More) >= 0.47
-BuildRequires: perl(Pod::Escapes)
-BuildRequires: perl(Test::Pod)
+Requires: perl(File::Spec) >= 0.80
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildArch: noarch
+%{perl_requires}
%description
-Class::Inspector allows you to get information about a loaded class.
-Most or all of this information can be found in other ways, but they
-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.
+Class::Inspector allows you to get information about a loaded class. Most
+or all of this information can be found in other ways, but they aren't
+always very friendly, 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}
+%setup -q -n %{cpan_name}-%{version}
%build
-perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
+%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
@@ -62,7 +61,7 @@
%{__rm} -rf %{buildroot}
%files -f %{name}.files
-%defattr(-,root,root)
+%defattr(644,root,root,755)
%doc Changes LICENSE README
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]