Hello community,

here is the log from the commit of package perl-Carp-Always for 
openSUSE:Factory checked in at 2011-10-27 11:17:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Carp-Always (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Carp-Always.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Carp-Always", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Carp-Always/perl-Carp-Always.changes        
2011-09-23 12:36:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Carp-Always.new/perl-Carp-Always.changes   
2011-10-27 11:22:19.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Oct 25 18:13:51 UTC 2011 - [email protected]
+
+- updated to 0.10
+  * fix typo in POD RT#68793 (also reported by Kai Moonbourn)
+  * Carp:Always ate part of errors like 'foo at bar' RT#57385
+    (fix borrowed from Carp::Always::Color)
+  * deal with non-string exceptions (borrowed from Carp:Always:Color
+    as well)
+
+
+-------------------------------------------------------------------

Old:
----
  Carp-Always-0.09.tar.bz2

New:
----
  Carp-Always-0.10.tar.gz

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

Other differences:
------------------
++++++ perl-Carp-Always.spec ++++++
--- /var/tmp/diff_new_pack.oMolyk/_old  2011-10-27 11:22:20.000000000 +0200
+++ /var/tmp/diff_new_pack.oMolyk/_new  2011-10-27 11:22:20.000000000 +0200
@@ -18,27 +18,27 @@
 
 
 Name:           perl-Carp-Always
-Version:        0.09
+Version:        0.10
 Release:        1
 License:        GPL+ or Artistic
 %define cpan_name Carp-Always
 Summary:        Warns and dies noisily with stack backtraces
 Url:            http://search.cpan.org/dist/Carp-Always/
 Group:          Development/Libraries/Perl
-#Source:         
http://www.cpan.org/authors/id/F/FE/FERREIRA/Carp-Always-%{version}.tar.gz
-Source:         %{cpan_name}-%{version}.tar.bz2
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(Test::Base)
-BuildRequires:  perl(Test::Pod) >= 1.18
-BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
+Source:         
http://www.cpan.org/authors/id/F/FE/FERREIRA/%{cpan_name}-%{version}.tar.gz
+BuildArch:      noarch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+#BuildRequires: perl(Test::Base)
 Requires:       perl(Carp)
-Requires:       perl(Test::Base)
-Requires:       perl(Test::Pod) >= 1.18
-Requires:       perl(Test::Pod::Coverage) >= 1.04
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
+Requires:       perl(Test::More)
+Recommends:     perl(Test::Base)
+Recommends:     perl(Test::Pod)
+Recommends:     perl(Test::Pod::Coverage)
 %{perl_requires}
 
 %description
@@ -65,10 +65,7 @@
 '$SIG{__WARN__}' and '$SIG{__DIE__}' to emit the stack backtraces.
 
 Oh, by the way, 'carp' and 'croak' when requiring/using the 'Carp' module
-are also made verbose, behaving like 'cloak' and 'confess', respectively.
-
-EXPORT
-    Nothing at all is exported.
+are also made verbose, behaving like 'cluck' and 'confess', respectively.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -85,11 +82,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to