commit c59cbe5e1c38deca81dd7da10b2425ed4e988ca3991195d2dd0a56cce36aa754 Author: Adrian Schröter Date: Fri May 3 18:04:01 2024 +0200 Sync from SUSE:SLFO:Main perl-DateTime-Calendar-Julian revision 23f1670c8c763bac9d7b6bcbc9fb5945 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/DateTime-Calendar-Julian-0.107.tar.gz b/DateTime-Calendar-Julian-0.107.tar.gz new file mode 100644 index 0000000..88ff161 --- /dev/null +++ b/DateTime-Calendar-Julian-0.107.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb2b424844bb13bcad46b1c7aa239b5a09bab2556f53bd1f27fad90c260d33d +size 19669 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#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 diff --git a/perl-DateTime-Calendar-Julian.changes b/perl-DateTime-Calendar-Julian.changes new file mode 100644 index 0000000..7ee2e83 --- /dev/null +++ b/perl-DateTime-Calendar-Julian.changes @@ -0,0 +1,108 @@ +------------------------------------------------------------------- +Mon Jan 31 03:06:09 UTC 2022 - Tina Müller + +- updated to 0.107 + see /usr/share/doc/packages/perl-DateTime-Calendar-Julian/Changes + + 0.107 2022-01-30 T. R. Wyant + Add method calendar_name(), which returns 'Julian'. + Require DateTime 1.48 for is_last_day_of_quarter(). This is a + significant bump, since the previous was 0.08. + Update Perl requirement in metadata to 5.008004. It was always this + in fact, since DateTime requires this, as does Makefile.PL. + Add support for quarters. + +------------------------------------------------------------------- +Sun Sep 26 03:06:13 UTC 2021 - Tina Müller + +- updated to 0.106 + see /usr/share/doc/packages/perl-DateTime-Calendar-Julian/Changes + + 0.106 2021-09-25 T. R. Wyant + Correct repository links in metadata. Thanks to Keith Thompson for + finding and reporting this. + +------------------------------------------------------------------- +Mon Sep 6 03:06:05 UTC 2021 - Tina Müller + +- updated to 0.105 + see /usr/share/doc/packages/perl-DateTime-Calendar-Julian/Changes + + 0.105 2021-09-05 T. R. Wyant + Correct generation of 'provides' metadata. Thanks to Favio Poletti + for blogging + https://github.polettix.it/ETOOBUSY/2021/06/15/the-real-pause-workaround/, + and ultimately to Joel Berger for the pointer to + https://metacpan.org/pod/CPAN::Meta::Spec#no_index + +------------------------------------------------------------------- +Tue Mar 16 03:07:09 UTC 2021 - Tina Müller + +- updated to 0.104 + see /usr/share/doc/packages/perl-DateTime-Calendar-Julian/Changes + + 0.104 2021-03-15 T. R. Wyant + Add rt.cpan.org back to bug reporting methods. Long live RT! + + Correct GitHub ticket link. + + Get prerequisites up to snuff and add xt/author/prereq.t to ensure + they stay that way. + +------------------------------------------------------------------- +Mon Jan 11 03:07:23 UTC 2021 - Tina Müller + +- updated to 0.103 + see /usr/share/doc/packages/perl-DateTime-Calendar-Julian/Changes + + 0.103 2021-01-10 T. R. Wyant + Add Travis CI testing. + + Use GitHub as bug tracker. R.I.P. rt.cpan.org. + +------------------------------------------------------------------- +Sun Nov 10 10:04:56 UTC 2019 - + +- updated to 0.102 + see /usr/share/doc/packages/perl-DateTime-Calendar-Julian/Changes + + 0.102 2019-11-09 T. R. Wyant + - Add optional separator arg to datetime(). This tracks the same + change in DateTime version 1.43 dated 2017-05-29. Thanks to Jean + Forget for finding, isolating, and reporting this. + + - NOTE that the above change restores the 'T' separator in + stringification, as it was before DateTime 1.43. + + - Add tests for datetime() method. + + - Eliminate redirections in POD URL links + +------------------------------------------------------------------- +Thu Aug 15 05:06:00 UTC 2019 - Stephan Kulow + +- updated to 0.101 + see /usr/share/doc/packages/perl-DateTime-Calendar-Julian/Changes + + 0.101 2019-08-14 T. R. Wyant + - Fix broken POD links, and add test to ensure they stay fixed. + +------------------------------------------------------------------- +Sat Dec 22 06:04:56 UTC 2018 - Stephan Kulow + +- updated to 0.100 + see /usr/share/doc/packages/perl-DateTime-Calendar-Julian/Changes + +------------------------------------------------------------------- +Mon Jun 19 07:38:05 UTC 2017 - werner@suse.de + +- Silent one of the bots complaining about wrong syntax of the + instead of comlaining a bit for fixing the perl packages would + be perfect + +------------------------------------------------------------------- +Thu Apr 14 08:10:30 UTC 2011 - coolo@opensuse.org + +- initial package 0.04 + * created by cpanspec 1.78.04 + diff --git a/perl-DateTime-Calendar-Julian.spec b/perl-DateTime-Calendar-Julian.spec new file mode 100644 index 0000000..01d3812 --- /dev/null +++ b/perl-DateTime-Calendar-Julian.spec @@ -0,0 +1,60 @@ +# +# spec file for package perl-DateTime-Calendar-Julian +# +# Copyright (c) 2022 SUSE LLC +# +# 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 https://bugs.opensuse.org/ +# + + +%define cpan_name DateTime-Calendar-Julian +Name: perl-DateTime-Calendar-Julian +Version: 0.107 +Release: 0 +Summary: Dates in the Julian calendar +License: Artistic-1.0 OR GPL-1.0-or-later +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/W/WY/WYANT/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml +BuildArch: noarch +BuildRequires: perl +BuildRequires: perl-macros +BuildRequires: perl(DateTime) >= 1.48 +BuildRequires: perl(Test::More) >= 0.88 +Requires: perl(DateTime) >= 1.48 +%{perl_requires} + +%description +DateTime::Calendar::Julian implements the Julian Calendar. This module +implements all methods of DateTime; see the DateTime(3) manpage for all +methods. + +%prep +%autosetup -n %{cpan_name}-%{version} + +%build +perl Makefile.PL INSTALLDIRS=vendor +%make_build + +%check +make test + +%install +%perl_make_install +%perl_process_packlist +%perl_gen_filelist + +%files -f %{name}.files +%doc Changes README +%license LICENSE + +%changelog