Hello community,

here is the log from the commit of package perl-DateTime-Format-W3CDTF for 
openSUSE:Factory checked in at 2019-05-06 21:16:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DateTime-Format-W3CDTF (Old)
 and      /work/SRC/openSUSE:Factory/.perl-DateTime-Format-W3CDTF.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-DateTime-Format-W3CDTF"

Mon May  6 21:16:27 2019 rev:1 rq:694942 version:0.07

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

--- /dev/null   2019-05-02 15:18:01.516169518 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-DateTime-Format-W3CDTF.new.5148/perl-DateTime-Format-W3CDTF.changes
        2019-05-06 21:16:28.724951673 +0200
@@ -0,0 +1,54 @@
+-------------------------------------------------------------------
+Sat Apr  8 05:28:40 UTC 2017 - co...@suse.com
+
+- updated to 0.07
+   see /usr/share/doc/packages/perl-DateTime-Format-W3CDTF/Changes
+
+  0.07  2017-04-07
+  
+  - Added explicit "use lib '.'" for use with perl 5.26.0 (RT #120822, PR #1 
from
+    James E Keenan).
+
+-------------------------------------------------------------------
+Wed Feb  9 08:26:07 UTC 2011 - vci...@novell.com
+
+- update to 0.06
+
+- Fixed parsing of datetimes with sub-second precision (RT #14179, patch from
+  Andrew Turner).
+
+-------------------------------------------------------------------
+Tue Jan 11 13:22:50 UTC 2011 - vci...@novell.com
+
+- update to 0.05
+  - Fixed a long-standing bug where a time zone other than UTC that had an
+    offset of 0 caused the format_datetime method to return the string "0". RT
+    #22802.
+- bzipped tarbal
+
+-------------------------------------------------------------------
+Mon Dec 20 12:22:43 UTC 2010 - vci...@novell.com
+
+- separated perl_requires and the rest required 
+
+-------------------------------------------------------------------
+Thu Dec 16 13:37:10 UTC 2010 - vci...@novell.com
+
+- switch to  %perl_requires macro
+
+-------------------------------------------------------------------
+Mon Nov 29 18:29:43 UTC 2010 - co...@novell.com
+
+- remove /var/adm/perl-modules
+
+-------------------------------------------------------------------
+Mon Nov 29 18:00:13 UTC 2010 - co...@novell.com
+
+- called spec2changelog
+
+-------------------------------------------------------------------
+Sun Jun  8 00:00:00 UTC 2008 - gerrit.be...@gmx.de
+
+- first release 0.04
+
+

New:
----
  DateTime-Format-W3CDTF-0.07.tar.gz
  cpanspec.yml
  perl-DateTime-Format-W3CDTF.changes
  perl-DateTime-Format-W3CDTF.spec

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

Other differences:
------------------
++++++ perl-DateTime-Format-W3CDTF.spec ++++++
#
# spec file for package perl-DateTime-Format-W3CDTF
#
# Copyright (c) 2017 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-DateTime-Format-W3CDTF
Version:        0.07
Release:        0
%define cpan_name DateTime-Format-W3CDTF
Summary:        Parse and format W3CDTF datetime strings
License:        Artistic-1.0 or GPL-1.0+
Group:          Development/Libraries/Perl
Url:            http://search.cpan.org/dist/DateTime-Format-W3CDTF/
Source0:        
https://cpan.metacpan.org/authors/id/G/GW/GWILLIAMS/%{cpan_name}-%{version}.tar.gz
Source1:        cpanspec.yml
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(DateTime)
Requires:       perl(DateTime)
%{perl_requires}

%description
This module understands the W3CDTF date/time format, an ISO 8601 profile,
defined at http://www.w3.org/TR/NOTE-datetime. This format as the native
date format of RSS 1.0.

It can be used to parse these formats in order to create the appropriate
objects.

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__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 examples README
%license LICENSE

%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