Hello community,
here is the log from the commit of package perl-Log-Dispatch-Array for
openSUSE:Factory checked in at 2013-07-30 12:06:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Log-Dispatch-Array (Old)
and /work/SRC/openSUSE:Factory/.perl-Log-Dispatch-Array.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Log-Dispatch-Array"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Log-Dispatch-Array/perl-Log-Dispatch-Array.changes
2012-01-09 21:43:47.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Log-Dispatch-Array.new/perl-Log-Dispatch-Array.changes
2013-07-30 12:06:22.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Jul 27 11:58:37 UTC 2013 - [email protected]
+
+- updated to 1.002
+ repackage, update bugtracker
+
+-------------------------------------------------------------------
Old:
----
Log-Dispatch-Array-1.001.tar.gz
New:
----
Log-Dispatch-Array-1.002.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Log-Dispatch-Array.spec ++++++
--- /var/tmp/diff_new_pack.XYTzon/_old 2013-07-30 12:06:22.000000000 +0200
+++ /var/tmp/diff_new_pack.XYTzon/_new 2013-07-30 12:06:22.000000000 +0200
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
#
# spec file for package perl-Log-Dispatch-Array
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -15,56 +14,51 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
+
Name: perl-Log-Dispatch-Array
-Version: 1.001
+Version: 1.002
Release: 0
-Summary: Log events to an array
+%define cpan_name Log-Dispatch-Array
+Summary: log events to an array (reference)
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
-Source:
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Log-Dispatch-Array-%{version}.tar.gz
-Url: http://search.cpan.org/dist/Log-Dispatch-Array
+Url: http://search.cpan.org/dist/Log-Dispatch-Array/
+Source:
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-BuildRequires: make
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Log::Dispatch::Output)
BuildRequires: perl(Test::Deep)
+BuildRequires: perl(Test::More) >= 0.96
+BuildRequires: perl(parent)
Requires: perl(Log::Dispatch::Output)
+Requires: perl(parent)
+%{perl_requires}
%description
This provides a Log::Dispatch log output system that appends logged events
-to an array reference. This is probably only useful for testing the
-logging of your code.
+to an array reference. This is probably only useful for testing the logging
+of your code.
%prep
-%setup -q -n "Log-Dispatch-Array-%{version}"
-%__sed -i '/^auto_install/d' Makefile.PL
+%setup -q -n %{cpan_name}-%{version}
%build
-%__perl Makefile.PL PREFIX="%{_prefix}"
-%__make %{?jobs:-j%{jobs}}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
%install
%perl_make_install
%perl_process_packlist
+%perl_gen_filelist
-%check
-%__make test
-
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
-
-%files
-%defattr(-,root,root)
-%doc Changes README
-%dir %{perl_vendorlib}/Log
-%dir %{perl_vendorlib}/Log/Dispatch
-%{perl_vendorlib}/Log/Dispatch/Array.pm
-%dir %{perl_vendorarch}/auto/Log
-%dir %{perl_vendorarch}/auto/Log/Dispatch
-%{perl_vendorarch}/auto/Log/Dispatch/Array
-%doc %{perl_man3dir}/Log::Dispatch::Array.%{perl_man3ext}%{ext_man}
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes LICENSE README
%changelog
++++++ Log-Dispatch-Array-1.001.tar.gz -> Log-Dispatch-Array-1.002.tar.gz ++++++
++++ 3255 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]