Hello community, here is the log from the commit of package perl-CHI for openSUSE:Factory checked in at Mon Jul 25 10:57:33 CEST 2011.
-------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/perl-CHI/perl-CHI.changes 2011-04-29 09:55:26.000000000 +0200 @@ -0,0 +1,32 @@ +------------------------------------------------------------------- +Fri Apr 29 07:53:48 UTC 2011 - [email protected] + +- updated to 0.47 + * Improvements + - Allow compute() to take get options - expire_if and busy_lock + - Add atomic operations: add, append, replace (alpha) + +------------------------------------------------------------------- +Wed Apr 27 18:39:43 UTC 2011 - [email protected] + +- updated to 0.46 + - Only generate version numbers for .pm files with documentation, to reduce inter-version churn + - Add expires_on_backend parameter + +------------------------------------------------------------------- +Sun Apr 3 14:50:29 UTC 2011 - [email protected] + +- updated to 0.44 +* Fixes + - Remove more unnecessary packages from CPAN index + - Put parens around qw in various places to fix for perl 5.13+ +* Improvements + - Add compress_threshold parameter + - Improve accuracy of benchmarks (nothingmuch) +- for more see Changes +------------------------------------------------------------------- +Fri Jan 14 11:30:23 UTC 2011 - [email protected] + +- initial package 0.36 + * created by cpanspec 1.78.03 + calling whatdependson for head-i586 New: ---- CHI-0.47.tar.gz perl-CHI.changes perl-CHI.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-CHI.spec ++++++ # # spec file for package perl-CHI # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: perl-CHI Version: 0.47 Release: 1 License: GPL+ or Artistic %define cpan_name CHI Summary: Unified cache handling interface Url: http://search.cpan.org/dist/CHI/ Group: Development/Libraries/Perl Source: http://www.cpan.org/authors/id/J/JS/JSWARTZ/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Carp::Assert) >= 0.20 BuildRequires: perl(Data::UUID) BuildRequires: perl(Date::Parse) BuildRequires: perl(Digest::JHash) BuildRequires: perl(Hash::MoreUtils) BuildRequires: perl(JSON) BuildRequires: perl(List::MoreUtils) >= 0.13 BuildRequires: perl(Log::Any) >= 0.08 BuildRequires: perl(Moose) >= 0.66 BuildRequires: perl(Task::Weaken) BuildRequires: perl(Test::Class) BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::Warn) BuildRequires: perl(Time::Duration) >= 1.06 BuildRequires: perl(Time::Duration::Parse) >= 0.03 BuildRequires: perl(Try::Tiny) >= 0.05 Requires: perl(Carp::Assert) >= 0.20 Requires: perl(Data::UUID) Requires: perl(Digest::JHash) Requires: perl(Hash::MoreUtils) Requires: perl(JSON) Requires: perl(List::MoreUtils) >= 0.13 Requires: perl(Log::Any) >= 0.08 Requires: perl(Moose) >= 0.66 Requires: perl(Task::Weaken) Requires: perl(Time::Duration) >= 1.06 Requires: perl(Time::Duration::Parse) >= 0.03 Requires: perl(Try::Tiny) >= 0.05 %{perl_requires} %description CHI provides a unified caching API, designed to assist a developer in persisting data for a specified period of time. The CHI interface is implemented by driver classes that support fetching, storing and clearing of data. Driver classes exist or will exist for the gamut of storage backends available to Perl, such as memory, plain files, memory mapped files, memcached, and DBI. CHI is intended as an evolution of DeWitt Clinton's Cache::Cache package, adhering to the basic Cache API but adding new features and addressing limitations in the Cache::Cache implementation. %prep %setup -q -n %{cpan_name}-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %check %{__make} test %install %perl_make_install %perl_process_packlist %perl_gen_filelist %clean %{__rm} -rf %{buildroot} %files -f %{name}.files %defattr(-,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]
