Accepting request 295859 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/295859
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Set?expand=0&rev=6
This commit is contained in:
Stephan Kulow
2015-04-14 08:05:13 +00:00
committed by Git OBS Bridge
parent a4adb0b2a5
commit c9c1f89b33
5 changed files with 56 additions and 29 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa674fc93e7e8c57bae2f56e06eb1dd87de55c45c8ce6f80e8198f33d31a00a2
size 36680

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:499b59e42a1129bf10fd269eb7542d337a29fbbcbf08ef8313fd465d3ae5df02
size 44582

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:abff0431185a11824a2edda8b8934bc3d52d8a8612b24469e1c8c8f9533247ac
size 44951

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
Mon Apr 13 18:57:12 UTC 2015 - coolo@suse.com
- updated to 0.3400
see /usr/share/doc/packages/perl-DateTime-Set/Changes
0.3400 2014-02-12
- documentation and packaging fixes - by David Steinbrunner.
- version number using 4 digits - requested by David Marshall.
0.33 2013-09-15
- bugfix in SpanSet->grep. Reported by Andreas Isberg
0.32 2013-08-27
- ignore duration signal in DateTime::Span->from_datetime_and_duration()
and use the 'end'/'start' parameters as a cue for the time direction,
suggested by David Pottage
- more tests of intersections with open/closed ended spans
0.30 2011-04-11
- new test file t/21from_recurrence.t
Contributed by Olivier Mengue
0.29 2011-04-01
- new method is_empty_set - bug #50750
-------------------------------------------------------------------
Mon Apr 13 18:57:10 UTC 2015 - coolo@suse.com
- updated to 0.31
see /usr/share/doc/packages/perl-DateTime-Set/Changes
- more tests of intersections with open/closed ended spans
0.30 2011-04-11
- new test file t/21from_recurrence.t
Contributed by Olivier Mengue
0.29 2011-04-01
- new method is_empty_set - bug #50750
-------------------------------------------------------------------
Wed Dec 1 06:55:35 UTC 2010 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-DateTime-Set (Version 0.28)
# spec file for package perl-DateTime-Set
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,31 +15,28 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-DateTime-Set
Version: 0.3400
Release: 0
%define cpan_name DateTime-Set
Summary: Datetime sets and set math
Version: 0.28
Release: 1
License: Distributable, see LICENSE
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/DateTime-Set/
#Source: http://www.cpan.org/authors/id/F/FG/FGLOCK/DateTime-Set-0.28.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
Source: http://www.cpan.org/authors/id/F/FG/FGLOCK/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl(Module::Build)
BuildRequires: perl-macros
BuildRequires: perl(DateTime) >= 0.12
BuildRequires: perl(Set::Infinite) >= 0.59
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Params::Validate)
BuildRequires: perl(Set::Infinite) >= 0.59
Requires: perl(DateTime) >= 0.12
Requires: perl(Set::Infinite) >= 0.59
Requires: perl(Params::Validate)
Requires: perl(Set::Infinite) >= 0.59
%{perl_requires}
%description
DateTime::Set is a module for datetime sets. It can be used to handle two
@@ -65,11 +62,6 @@ This is different from a 'DateTime::Span', which handles a continuous range
as opposed to individual datetime points. There is also a module
'DateTime::SpanSet' to handle sets of spans.
Authors:
--------
Flavio Soibelmann Glock <fglock@pucrs.br>
The API was developed together with Dave Rolsky and the DateTime Community.
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -81,14 +73,11 @@ Authors:
./Build test
%install
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
%defattr(-,root,root,-)
%defattr(-,root,root,755)
%doc Changes LICENSE README TODO
%changelog