diff --git a/DateTime-Format-MySQL-0.06.tar.gz b/DateTime-Format-MySQL-0.06.tar.gz deleted file mode 100644 index b9ffab5..0000000 --- a/DateTime-Format-MySQL-0.06.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9818d4162ec9cec6139ba97b39e0489d217581a1d43fbb713f3beffe80f98f1d -size 13513 diff --git a/DateTime-Format-MySQL-0.0701.tar.gz b/DateTime-Format-MySQL-0.0701.tar.gz new file mode 100644 index 0000000..83f828a --- /dev/null +++ b/DateTime-Format-MySQL-0.0701.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c310451e048c8c178f7afc3c0f9035497ac7090fa5d64f835397af6b53cc60dd +size 13817 diff --git a/perl-DateTime-Format-MySQL.changes b/perl-DateTime-Format-MySQL.changes index 5c77b5f..5b3509a 100644 --- a/perl-DateTime-Format-MySQL.changes +++ b/perl-DateTime-Format-MySQL.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun May 23 03:06:53 UTC 2021 - Tina Müller + +- updated to 0.0701 + see /usr/share/doc/packages/perl-DateTime-Format-MySQL/Changes + + 0.0701 2021-05-22 + + - Fix versioning, reindex + + 0.07 2021-05-21 + + - if microseconds are set on provided DateTime object to time_format, + use them. Fixes RT #136549 + ------------------------------------------------------------------- Sat Feb 13 09:55:38 UTC 2016 - coolo@suse.com diff --git a/perl-DateTime-Format-MySQL.spec b/perl-DateTime-Format-MySQL.spec index 7386adf..d88a510 100644 --- a/perl-DateTime-Format-MySQL.spec +++ b/perl-DateTime-Format-MySQL.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DateTime-Format-MySQL # -# Copyright (c) 2016 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 @@ -12,22 +12,20 @@ # 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-MySQL -Version: 0.06 -Release: 0 %define cpan_name DateTime-Format-MySQL +Name: perl-DateTime-Format-MySQL +Version: 0.0701 +Release: 0 Summary: Parse and format MySQL dates and times -License: Artistic-1.0 or GPL-1.0+ -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/DateTime-Format-MySQL/ -Source0: http://www.cpan.org/authors/id/X/XM/XMIKEW/%{cpan_name}-%{version}.tar.gz +License: Artistic-1.0 OR GPL-1.0-or-later +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/X/XM/XMIKEW/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(DateTime) @@ -44,10 +42,10 @@ order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the MySQL format. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build -%{__perl} Build.PL installdirs=vendor +perl Build.PL installdirs=vendor ./Build build flags=%{?_smp_mflags} %check @@ -58,7 +56,7 @@ produce a string representing it in the MySQL format. %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README +%license LICENSE %changelog