8
0

Accepting request 767635 from devel:languages:perl:autoupdate

- updated to 1.30
   see /usr/share/doc/packages/perl-Time-Local/Changes
  1.30     2020-01-26
  
  - Identical to 1.30.
  
  
  1.29     2020-01-18 (TRIAL RELEASE)
  
  - Added timelocal_posix() and timegm_posix() subs. These are _exact_ opposites
    of Perl's localtime() and gmtime(), meaning that a round trip between the
    two pairs always produces the same value.

OBS-URL: https://build.opensuse.org/request/show/767635
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Time-Local?expand=0&rev=3
This commit is contained in:
2020-01-27 15:17:50 +00:00
committed by Git OBS Bridge
parent 5887fecacf
commit 60e5411e33
5 changed files with 52 additions and 6 deletions

View File

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

3
Time-Local-1.30.tar.gz Normal file
View File

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

28
cpanspec.yml Normal file
View File

@@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jan 27 03:09:01 UTC 2020 - <timueller+perl@suse.de>
- updated to 1.30
see /usr/share/doc/packages/perl-Time-Local/Changes
1.30 2020-01-26
- Identical to 1.30.
1.29 2020-01-18 (TRIAL RELEASE)
- Added timelocal_posix() and timegm_posix() subs. These are _exact_ opposites
of Perl's localtime() and gmtime(), meaning that a round trip between the
two pairs always produces the same value.
-------------------------------------------------------------------
Wed Apr 3 07:06:31 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Time-Local
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 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
@@ -17,7 +17,7 @@
Name: perl-Time-Local
Version: 1.28
Version: 1.30
Release: 0
%define cpan_name Time-Local
Summary: Efficiently compute time from local and GMT time
@@ -25,6 +25,7 @@ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -65,7 +66,7 @@ make test
%files -f %{name}.files
%defattr(-,root,root,755)
%doc appveyor.yml Changes CONTRIBUTING.md README.md
%doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
%license LICENSE
%changelog