forked from pool/perl-DateTime-Format-MySQL
Accepting request 895816 from devel:languages:perl:autoupdate
- 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 OBS-URL: https://build.opensuse.org/request/show/895816 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-MySQL?expand=0&rev=21
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9818d4162ec9cec6139ba97b39e0489d217581a1d43fbb713f3beffe80f98f1d
|
|
||||||
size 13513
|
|
3
DateTime-Format-MySQL-0.0701.tar.gz
Normal file
3
DateTime-Format-MySQL-0.0701.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c310451e048c8c178f7afc3c0f9035497ac7090fa5d64f835397af6b53cc60dd
|
||||||
|
size 13817
|
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 23 03:06:53 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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
|
Sat Feb 13 09:55:38 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-DateTime-Format-MySQL
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%define cpan_name DateTime-Format-MySQL
|
||||||
|
Name: perl-DateTime-Format-MySQL
|
||||||
|
Version: 0.0701
|
||||||
|
Release: 0
|
||||||
Summary: Parse and format MySQL dates and times
|
Summary: Parse and format MySQL dates and times
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Url: http://search.cpan.org/dist/DateTime-Format-MySQL/
|
Source0: https://cpan.metacpan.org/authors/id/X/XM/XMIKEW/%{cpan_name}-%{version}.tar.gz
|
||||||
Source0: http://www.cpan.org/authors/id/X/XM/XMIKEW/%{cpan_name}-%{version}.tar.gz
|
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(DateTime)
|
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.
|
produce a string representing it in the MySQL format.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
perl Build.PL installdirs=vendor
|
||||||
./Build build flags=%{?_smp_mflags}
|
./Build build flags=%{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -58,7 +56,7 @@ produce a string representing it in the MySQL format.
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%doc Changes README
|
||||||
%doc Changes LICENSE README
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user