Hello community,

here is the log from the commit of package perl-Time-Moment for 
openSUSE:Factory checked in at 2018-12-12 17:28:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Time-Moment (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Time-Moment.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Time-Moment"

Wed Dec 12 17:28:42 2018 rev:1 rq:656218 version:0.44

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

--- /dev/null   2018-10-29 14:05:42.522318975 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Time-Moment.new.28833/perl-Time-Moment.changes 
    2018-12-12 17:28:47.434853626 +0100
@@ -0,0 +1,30 @@
+-------------------------------------------------------------------
+Thu May 10 06:06:51 UTC 2018 - co...@suse.com
+
+- updated to 0.44
+   see /usr/share/doc/packages/perl-Time-Moment/Changes
+
+  0.44 2018-05-09
+    - Bug fix in Time::Moment::Adjusters that prevented the exportation
+      of OrthodoxEasterSunday(). Reported by David Romano (unobe) #29.
+    - Bug fix in Time::Moment::Adjusters, the PreviousDayOfWeek() routine 
+      computed an incorrect value, fix by Simon Shine (sshine) and tests 
+      by Julien Fiegehenn (simbabque) and Simon Shine #31 and PR #32.
+
+-------------------------------------------------------------------
+Fri Mar  9 07:00:13 UTC 2018 - co...@suse.com
+
+- updated to 0.43
+   see /usr/share/doc/packages/perl-Time-Moment/Changes
+
+  0.43 2018-03-08
+    - Correct commification of epoch seconds in documentation. 
+      PR #26, by Tim Heaney (oylenshpeegul).
+    - The macro test around the inclusion of stdbool.h was too broad and 
+      didn't account for compiler abilities. PR #28 by Dale Ghent (daleghent).
+
+-------------------------------------------------------------------
+Sun May 28 19:17:47 UTC 2017 - co...@suse.com
+
+- initial package 0.42
+ * created by cpanspec 1.78.08

New:
----
  Time-Moment-0.44.tar.gz
  cpanspec.yml
  perl-Time-Moment.changes
  perl-Time-Moment.spec

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

Other differences:
------------------
++++++ perl-Time-Moment.spec ++++++
#
# spec file for package perl-Time-Moment
#
# Copyright (c) 2018 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
# 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-Time-Moment
Version:        0.44
Release:        0
%define cpan_name Time-Moment
Summary:        Represents a date and time of day with an offset from UTC
License:        Artistic-1.0 OR GPL-1.0-or-later
Group:          Development/Libraries/Perl
Url:            http://search.cpan.org/dist/Time-Moment/
Source0:        
https://cpan.metacpan.org/authors/id/C/CH/CHANSEN/%{cpan_name}-%{version}.tar.gz
Source1:        cpanspec.yml
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(ExtUtils::ParseXS) >= 3.18
BuildRequires:  perl(Test::Fatal) >= 0.006
BuildRequires:  perl(Test::More) >= 0.88
BuildRequires:  perl(Test::Number::Delta) >= 1.060000
BuildRequires:  perl(Test::Requires)
%{perl_requires}

%description
'Time::Moment' is an immutable object representing a date and time of day
with an offset from UTC in the ISO 8601 calendar system.

Time is measured in nanoseconds since '0001-01-01T00Z'. In 'Time:Moment'
leap seconds are ignored. It is assumed that there are exactly
'86,400,000,000,000' nanoseconds per day. 'Time::Moment' can represent all
epoch integers from '-62,135,596,800' to '253,402,300,799'; this range
suffices to measure times to nanosecond precision for any instant that is
within '0001-01-01T00:00:00Z' to '9999-12-31T23:59:59Z'.

%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

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

%changelog
++++++ cpanspec.yml ++++++
---
#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

Reply via email to