Mailinglist Archive: opensuse-commit (1097 mails)

< Previous Next >
commit perl-Class-Inspector for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Tue, 12 Jan 2010 14:18:37 +0100
  • Message-id: <20100112131837.F0B1F20242@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package perl-Class-Inspector for
openSUSE:Factory
checked in at Tue Jan 12 14:18:37 CET 2010.



--------
--- perl-Class-Inspector/perl-Class-Inspector.changes 2009-01-21
16:00:23.000000000 +0100
+++
/mounts/work_src_done/STABLE/perl-Class-Inspector/perl-Class-Inspector.changes
2009-12-10 23:49:54.000000000 +0100
@@ -1,0 +2,14 @@
+Thu Dec 10 22:43:38 UTC 2009 - chris@xxxxxxxxxxxxxxxx
+
+- update to version 1.24
+ * Updating Perl dependency to 5.006
+ * Updating to Module::Install::DSL 0.83
+ * Add the Class::Inspector::Functions interface.
+- cleanup spec
+ * fix deps
+ * removed changelog entries
+- add perl-macros
+ * perl_gen_filelist
+
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
Class-Inspector-1.23.tar.bz2

New:
----
Class-Inspector-1.24.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Class-Inspector.spec ++++++
--- /var/tmp/diff_new_pack.QQuS07/_old 2010-01-12 14:18:16.000000000 +0100
+++ /var/tmp/diff_new_pack.QQuS07/_new 2010-01-12 14:18:16.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package perl-Class-Inspector (Version 1.23)
+# spec file for package perl-Class-Inspector (Version 1.24)
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 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
@@ -19,18 +19,22 @@


Name: perl-Class-Inspector
-%define perl_name Class-Inspector
-BuildRequires: perl-Pod-Escapes perl-Pod-Simple perl-Test-Pod
-Url: http://search.cpan.org/~adamk/Class-Inspector
-License: Artistic License; GPL v2 or later
-Group: Development/Libraries/Perl
-Requires: perl-Pod-Escapes perl-Pod-Simple perl-Test-Pod perl =
%{perl_version}
-AutoReqProv: on
+%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Get Information About a Loaded Class
-Version: 1.23
+Version: 1.24
Release: 1
-Source: Class-Inspector-%{version}.tar.bz2
+License: Artistic ; GPLv2+
+Group: Development/Libraries/Perl
+Url: http://search.cpan.org/~adamk/Class-Inspector
+Source: %{cpan_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+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 = %{perl_version}

%description
Class::Inspector allows you to get information about a loaded class.
@@ -47,32 +51,25 @@
Adam Kennedy <cpan@xxxxxx>

%prep
-%setup -n %{perl_name}-%{version}
+%setup -n %{cpan_name}-%{version}

%build
-perl Makefile.PL
-make
+perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
+%{__make}

%check
-make test
-# ---------------------------------------------------------------------------
+%{__make} test

%install
-make DESTDIR=%buildroot install_vendor
+%perl_make_install
%perl_process_packlist
+%perl_gen_filelist

%clean
-rm -rf %buildroot
+%{__rm} -rf %{buildroot}

-%files
+%files -f %{name}.files
%defattr(-,root,root)
-%doc Changes LICENSE MANIFEST README
-%dir %{perl_vendorlib}/Class
-%{perl_vendorlib}/Class/Inspector.pm
-%dir %{perl_vendorarch}/auto/Class
-%dir %{perl_vendorarch}/auto/Class/Inspector
-%{perl_vendorarch}/auto/Class/Inspector/.packlist
-%doc %{_mandir}/man3/Class::Inspector.3pm.gz
-/var/adm/perl-modules/%{name}
+%doc Changes LICENSE README

%changelog

++++++ Class-Inspector-1.23.tar.bz2 -> Class-Inspector-1.24.tar.bz2 ++++++
++++ 1703 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >