Hello community,

here is the log from the commit of package perl-Lexical-Persistence for 
openSUSE:Factory checked in at 2011-12-27 18:14:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Lexical-Persistence (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Lexical-Persistence.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Lexical-Persistence", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Lexical-Persistence.new/perl-Lexical-Persistence.changes
   2011-12-27 18:14:25.000000000 +0100
@@ -0,0 +1,10 @@
+-------------------------------------------------------------------
+Mon Nov 29 18:30:21 UTC 2010 - co...@novell.com
+
+- remove /var/adm/perl-modules
+
+-------------------------------------------------------------------
+Tue May 11 22:47:06 UTC 2010 - pascal.ble...@opensuse.org
+
+- initial package (1.020)
+

New:
----
  Lexical-Persistence-1.020.tar.gz
  perl-Lexical-Persistence.changes
  perl-Lexical-Persistence.spec

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

Other differences:
------------------
++++++ perl-Lexical-Persistence.spec ++++++
# vim: set sw=3 ts=3 noet:
#
# spec file for package perl-Lexical-Persistence
#
# 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-Lexical-Persistence
Version:        1.020
Release:        0
Summary:        Persistent lexical variable values for arbitrary calls
License:        Artistic-1.0 or GPL-1.0+
Group:          Development/Libraries/Perl
Source:         
http://www.cpan.org/modules/by-module/Lexical/RCAPUTO/Lexical-Persistence-%{version}.tar.gz
Url:            http://search.cpan.org/dist/Lexical-Persistence/
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Requires:       perl
Requires:       perl(Devel::LexAlias) >= 0.04
Requires:       perl(PadWalker) >= 1.1
BuildRequires:  make
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Devel::LexAlias) >= 0.04
BuildRequires:  perl(PadWalker) >= 1.1

%description
Lexical::Persistence does a few things, all related. Note that all the
behaviors listed here are the defaults. Subclasses can override nearly every
aspect of Lexical::Persistence's behavior.

Lexical::Persistence lets your code access persistent data through lexical
variables. This example prints "some value" because the value of $x perists in
the $lp object between setter() and getter().

%prep
%setup -q -n "Lexical-Persistence-%{version}"
%__sed -i '/^auto_install/d' Makefile.PL

%build
%__perl Makefile.PL PREFIX="%{_prefix}"
%__make %{?jobs:-j%{jobs}}

%install
%perl_make_install
%perl_process_packlist

%clean
%__rm -rf "%{buildroot}"

%files
%defattr(-,root,root)
%doc README
%dir %{perl_vendorlib}/Lexical
%{perl_vendorlib}/Lexical/Persistence.pm
%dir %{perl_vendorarch}/auto/Lexical
%{perl_vendorarch}/auto/Lexical/Persistence
%doc %{perl_man3dir}/Lexical::Persistence.%{perl_man3ext}%{ext_man}

# Local Variables:
# mode: rpm-spec
# tab-width: 3
# End:

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to