Hello community,
here is the log from the commit of package perl-DateTime-Format-Builder for
openSUSE:Factory checked in at 2019-03-19 11:07:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DateTime-Format-Builder (Old)
and /work/SRC/openSUSE:Factory/.perl-DateTime-Format-Builder.new.28833
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DateTime-Format-Builder"
Tue Mar 19 11:07:15 2019 rev:11 rq:684915 version:0.82
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-DateTime-Format-Builder/perl-DateTime-Format-Builder.changes
2013-06-13 17:32:45.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-DateTime-Format-Builder.new.28833/perl-DateTime-Format-Builder.changes
2019-03-19 11:07:21.262106513 +0100
@@ -1,0 +2,12 @@
+Wed Mar 13 15:56:41 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 0.82
+ see /usr/share/doc/packages/perl-DateTime-Format-Builder/Changes
+
+ 0.82 2019-03-03
+
+ - Removed use of Class::Factory::Util. That distro is poorly maintained (by
+ me) and it has some issues with its use of Module::Build. This distro
+ (DateTime-Format-Builder) really doesn't need to use Class::Factory::Util.
+
+-------------------------------------------------------------------
Old:
----
DateTime-Format-Builder-0.81.tar.gz
New:
----
DateTime-Format-Builder-0.82.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-DateTime-Format-Builder.spec ++++++
--- /var/tmp/diff_new_pack.AkYbaF/_old 2019-03-19 11:07:23.574106626 +0100
+++ /var/tmp/diff_new_pack.AkYbaF/_new 2019-03-19 11:07:23.610106627 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-DateTime-Format-Builder
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,38 +12,33 @@
# 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-DateTime-Format-Builder
-Version: 0.81
+Version: 0.82
Release: 0
%define cpan_name DateTime-Format-Builder
-Summary: Create DateTime parser classes and objects.
+Summary: Create DateTime parser classes and objects
License: Artistic-2.0
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/DateTime-Format-Builder/
-Source:
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+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
BuildRequires: perl-macros
-BuildRequires: perl(Class::Factory::Util) >= 1.6
BuildRequires: perl(DateTime) >= 1.00
BuildRequires: perl(DateTime::Format::Strptime) >= 1.04
BuildRequires: perl(Params::Validate) >= 0.72
-BuildRequires: perl(Test::More) >= 0.88
-#BuildRequires: perl(DateTime::Format::Builder)
-#BuildRequires: perl(DateTime::Format::Builder::Parser)
-#BuildRequires: perl(DateTime::Format::Builder::Parser::generic)
-#BuildRequires: perl(DateTime::Format::HTTP)
-#BuildRequires: perl(DateTime::Format::IBeat)
-#BuildRequires: perl(DateTime::Format::Mail)
-Requires: perl(Class::Factory::Util) >= 1.6
+BuildRequires: perl(Test::More) >= 0.96
+BuildRequires: perl(parent)
Requires: perl(DateTime) >= 1.00
Requires: perl(DateTime::Format::Strptime) >= 1.04
Requires: perl(Params::Validate) >= 0.72
+Requires: perl(parent)
%{perl_requires}
%description
@@ -57,18 +52,15 @@
innards to any subclasses, or for when you need to do something slightly
beyond what I expected.
-This creates the end methods. Coderefs die on bad parses, return 'DateTime'
-objects on good parse.
-
%prep
%setup -q -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -77,6 +69,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes examples LICENSE README
+%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md examples README.md
+%license LICENSE
%changelog
++++++ DateTime-Format-Builder-0.81.tar.gz ->
DateTime-Format-Builder-0.82.tar.gz ++++++
++++ 5078 lines of diff (skipped)
++++++ 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