Hello community,

here is the log from the commit of package perl-Calendar-Simple for 
openSUSE:Factory
checked in at Thu Apr 14 10:25:21 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Calendar-Simple/perl-Calendar-Simple.changes  
    2010-12-01 14:38:32.000000000 +0100
@@ -0,0 +1,30 @@
+-------------------------------------------------------------------
+Wed Dec  1 13:30:50 UTC 2010 - [email protected]
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Fri Sep 17 14:54:41 UTC 2010 - [email protected]
+
+- recreated by cpanspec 1.78
+- fix build
+
+-------------------------------------------------------------------
+Thu May  6 14:13:54 UTC 2010 - [email protected]
+
+- new version 1.21 which fixes testsuite with perl 5.11.0+
+- make noarch
+
+-------------------------------------------------------------------
+Tue May  6 20:10:22 CEST 2008 - [email protected]
+
+- udpate to 1.20:
+  + Added Licence.
+  + Skip 2100 test on 64-bit systems.
+  + Require Perl 5.6 (and, hence, use "our" and "warnings").
+
+-------------------------------------------------------------------
+Tue Oct 31 10:26:02 CET 2006 - [email protected]
+
+- initial release 1.17
+

calling whatdependson for head-i586


New:
----
  Calendar-Simple-1.21.tar.gz
  perl-Calendar-Simple.changes
  perl-Calendar-Simple.spec

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

Other differences:
------------------
++++++ perl-Calendar-Simple.spec ++++++
#
# spec file for package perl-Calendar-Simple
#
# 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/
#

# norootforbuild

%bcond_with pod

Name:           perl-Calendar-Simple
%define cpan_name Calendar-Simple
Summary:        Perl extension to create simple calendars
Version:        1.21
Release:        1
License:        GPL+ or Artistic
Group:          Development/Libraries/Perl
Url:            http://search.cpan.org/dist/Calendar-Simple/
Source:         
http://www.cpan.org/authors/id/D/DA/DAVECROSS/Calendar-Simple-%{version}.tar.gz
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl(Module::Build)
BuildRequires:  perl-macros
%if %{with pod}
BuildRequires:  perl(Test::Pod) >= 1.00
BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
%endif
BuildRequires:  perl(Carp)
BuildRequires:  perl(Config)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Time::Local)
Requires:       perl(Carp)
Requires:       perl(Config)
Requires:       perl(Time::Local)
Recommends:     perl(DateTime)

%description
A very simple perl module that models a calendar month.

This function returns a data structure representing the dates in a month. The
data structure returned is an array of array references. The first level array
represents the weeks in the month. The second level array contains the actual
days. By default, each week starts on a Sunday and the value in the array is
the date of that day. Any days at the beginning of the first week or the end of
the last week that are from the previous or next month have the value undef.

Authors:
--------
    Dave Cross

%prep
%setup -q -n %{cpan_name}-%{version}
%{__chmod} 0644 lib/Calendar/Simple.pm

%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}

%check
./Build test

%install
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
%perl_gen_filelist

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files -f %{name}.files
%defattr(-,root,root,-)
%doc Changes README

%changelog

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



Remember to have fun...

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

Reply via email to