Hello community,
here is the log from the commit of package perl-Class-Accessor-Grouped for
openSUSE:Factory
checked in at Thu Apr 21 12:39:44 CEST 2011.
--------
New Changes file:
--- /dev/null 2010-08-26 16:28:41.000000000 +0200
+++
/mounts/work_src_done/STABLE/perl-Class-Accessor-Grouped/perl-Class-Accessor-Grouped.changes
2011-01-17 17:20:17.000000000 +0100
@@ -0,0 +1,37 @@
+-------------------------------------------------------------------
+Mon Jan 17 16:18:39 UTC 2011 - [email protected]
+
+- update to 0.10002
+
+-------------------------------------------------------------------
+Wed Dec 1 09:44:29 UTC 2010 - [email protected]
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Thu Dec 10 22:22:40 UTC 2009 - [email protected]
+
+- update to 0.09002
+ - removing Class::XSAccessor usage for now
+ * 0.09001 Thu Oct 1 21:48:06 2009
+ - remove optional dep from Makefile.PL
+ * 0.09000 Sun Aug 23 20:08:09 2009
+ - release
+ * 0.08999_01 Tue July 7 22:06:21 2009
+ - Make _mk_group_accessors name the closures installed for Moose compat
+ - Use Class::XSAccessor if available RT#45577 (Andy Grundman)
+ * 0.08003 Sat Mar 21 9:27:24 2009
+ - Fixed set_inherited under C3::Componentised: RT#43702, RIBASUSHI
+ * 0.08002 Mon Nov 17 20:27:22 2008
+ - Removed unnecessary code in get_simple: RT#40992, BUCHMULLER Norbert
+- cleanup spec
+ * added header
+ * fixed deps
+ * moved changelog to .changes
+- added perl-macros
+ * perl_gen_filelist
+
+-------------------------------------------------------------------
+Sun Oct 26 07:21:04 CET 2008 - [email protected]
+
+- first release 0.08001
calling whatdependson for head-i586
New:
----
Class-Accessor-Grouped-0.10002.tar.gz
perl-Class-Accessor-Grouped.changes
perl-Class-Accessor-Grouped.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Class-Accessor-Grouped.spec ++++++
#
# spec file for package perl-Class-Accessor-Grouped
#
# 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-Class-Accessor-Grouped
Version: 0.10002
Release: 1
License: GPL+ or Artistic
%define cpan_name Class-Accessor-Grouped
Summary: Lets you build groups of accessors
Url: http://search.cpan.org/dist/Class-Accessor-Grouped/
Group: Development/Libraries/Perl
#Source:
http://www.cpan.org/authors/id/R/RK/RKITOVER/Class-Accessor-Grouped-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildRequires: perl(Carp)
BuildRequires: perl(Class::Inspector)
BuildRequires: perl(MRO::Compat)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Exception) >= 0.31
BuildRequires: perl
BuildRequires: perl-macros
Requires: perl(Carp)
Requires: perl(Class::Inspector)
Requires: perl(MRO::Compat)
Requires: perl(Scalar::Util)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}
%description
This class lets you build groups of accessors that will call different
getters and setters.
%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(644,root,root,755)
%doc Changes README
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]