Accepting request 862580 from devel:languages:perl:autoupdate

- updated to 0.103
   see /usr/share/doc/packages/perl-DateTime-Calendar-Julian/Changes
  0.103		2021-01-10	T. R. Wyant
      Add Travis CI testing.
      Use GitHub as bug tracker. R.I.P. rt.cpan.org.

OBS-URL: https://build.opensuse.org/request/show/862580
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Calendar-Julian?expand=0&rev=12
This commit is contained in:
Dirk Stoecker 2021-01-12 12:04:55 +00:00 committed by Git OBS Bridge
parent 220d9c71a2
commit 7d2355ba51
4 changed files with 21 additions and 13 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 11 03:07:23 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.103
see /usr/share/doc/packages/perl-DateTime-Calendar-Julian/Changes
0.103 2021-01-10 T. R. Wyant
Add Travis CI testing.
Use GitHub as bug tracker. R.I.P. rt.cpan.org.
-------------------------------------------------------------------
Sun Nov 10 10:04:56 UTC 2019 - <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-DateTime-Calendar-Julian
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,18 +16,16 @@
#
Name: perl-DateTime-Calendar-Julian
Version: 0.102
Release: 0
%define cpan_name DateTime-Calendar-Julian
Name: perl-DateTime-Calendar-Julian
Version: 0.103
Release: 0
Summary: Dates in the Julian calendar
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/W/WY/WYANT/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(DateTime) >= 0.08
@ -41,11 +39,11 @@ implements all methods of DateTime; see the DateTime(3) manpage for all
methods.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@ -56,7 +54,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%license LICENSE