Hello community,
here is the log from the commit of package perl-Class-Adapter for
openSUSE:Factory checked in at 2011-10-27 13:52:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Class-Adapter (Old)
and /work/SRC/openSUSE:Factory/.perl-Class-Adapter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Class-Adapter", Maintainer is ""
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Class-Adapter/perl-Class-Adapter.changes
2011-09-23 12:36:16.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Class-Adapter.new/perl-Class-Adapter.changes
2011-10-27 13:57:39.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Oct 26 14:20:10 UTC 2011 - [email protected]
+
+- updated to 1.08
+ - Upgrading to Module::Install 1.00
+ - Fixed #56492: [PATCH] Fix spelling error
+
+-------------------------------------------------------------------
Old:
----
Class-Adapter-1.07.tar.bz2
New:
----
Class-Adapter-1.08.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Class-Adapter.spec ++++++
--- /var/tmp/diff_new_pack.6UWAqy/_old 2011-10-27 13:57:51.000000000 +0200
+++ /var/tmp/diff_new_pack.6UWAqy/_new 2011-10-27 13:57:51.000000000 +0200
@@ -15,35 +15,59 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
Name: perl-Class-Adapter
-%define cpan_name Class-Adapter
-Summary: Perl implementation of the "Adapter" Design Pattern
-Version: 1.07
+Version: 1.08
Release: 1
License: GPL+ or Artistic
-Group: Development/Libraries/Perl
+%define cpan_name Class-Adapter
+Summary: Perl implementation of the "Adapter" Design Pattern
Url: http://search.cpan.org/dist/Class-Adapter/
-#Source:
http://www.cpan.org/modules/by-module/Class/Class-Adapter-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Group: Development/Libraries/Perl
+Source:
http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Test::More) >= 0.47
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(Scalar::Util) >= 1.10
+BuildRequires: perl(Test::More) >= 0.47
+#BuildRequires: perl(Carp)
+#BuildRequires: perl(Class::Adapter)
+#BuildRequires: perl(Class::Adapter::Builder)
+#BuildRequires: perl(Class::Adapter::Clear)
+#BuildRequires: perl(Config)
+#BuildRequires: perl(constant)
+#BuildRequires: perl(Cwd)
+#BuildRequires: perl(ExtUtils::Manifest)
+#BuildRequires: perl(ExtUtils::MM_Cygwin)
+#BuildRequires: perl(ExtUtils::MM_Unix)
+#BuildRequires: perl(ExtUtils::MM_Win32)
+#BuildRequires: perl(Fcntl)
+#BuildRequires: perl(File::Basename)
+#BuildRequires: perl(File::Find)
+#BuildRequires: perl(FileHandle)
+#BuildRequires: perl(File::Path)
+#BuildRequires: perl(File::Spec)
+#BuildRequires: perl(FindBin)
+#BuildRequires: perl(inc::Module::Install)
+#BuildRequires: perl(inc::Module::Install::DSL) >= 1.00
+#BuildRequires: perl(JSON)
+#BuildRequires: perl(LWP::Simple)
+#BuildRequires: perl(Module::Build)
+#BuildRequires: perl(Module::Install::Base)
+#BuildRequires: perl(Net::FTP)
+#BuildRequires: perl(Parse::CPAN::Meta)
+#BuildRequires: perl(Socket)
+#BuildRequires: perl(vars)
+#BuildRequires: perl(YAML::Tiny)
Requires: perl(Scalar::Util) >= 1.10
+%{perl_requires}
%description
-The Class::Adapter class is intended as an abstract base class for creating
-any sort of class or object that follows the Adapter pattern.
-
-Authors:
---------
- Adam Kennedy <[email protected]>
+The 'Class::Adapter' class is intended as an abstract base class for
+creating any sort of class or object that follows the _Adapter_ pattern.
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -57,18 +81,11 @@
%install
%perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
%perl_gen_filelist
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
%files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(-,root,root,755)
%doc Changes LICENSE README
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]