diff --git a/Time-Format-1.12.tar.gz b/Time-Format-1.12.tar.gz deleted file mode 100644 index 9d0d068..0000000 --- a/Time-Format-1.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef96ba090268a568367c83ecdcac349b0cfe164329bc34de9fbcc2dbe66b8c9e -size 38131 diff --git a/Time-Format-1.13.tar.gz b/Time-Format-1.13.tar.gz new file mode 100644 index 0000000..6a69f93 --- /dev/null +++ b/Time-Format-1.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcba0959355bb8af34fb23fbac92b8e3eb2ad1f1191b558a5837c7462dc4b6c0 +size 42844 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-Time-Format.changes b/perl-Time-Format.changes index a48e726..4955067 100644 --- a/perl-Time-Format.changes +++ b/perl-Time-Format.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 19 06:09:33 UTC 2019 - Stephan Kulow + +- updated to 1.13 + see /usr/share/doc/packages/perl-Time-Format/Changes + ------------------------------------------------------------------- Wed Apr 15 14:55:08 UTC 2015 - coolo@suse.com diff --git a/perl-Time-Format.spec b/perl-Time-Format.spec index 6b2b49a..a3a0d24 100644 --- a/perl-Time-Format.spec +++ b/perl-Time-Format.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Time-Format # -# Copyright (c) 2015 SUSE LINUX 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,24 +12,25 @@ # 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-Time-Format -Version: 1.12 +Version: 1.13 Release: 0 %define cpan_name Time-Format Summary: Easy-to-use date/time formatting License: SUSE-Public-Domain Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Time-Format/ -Source0: http://www.cpan.org/authors/id/R/RO/ROODE/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/R/RO/ROODE/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) >= 0.4 +BuildRequires: perl(Module::Build) >= 0.400000 Recommends: perl(Date::Manip) Recommends: perl(DateTime) Recommends: perl(Module::Signature) @@ -77,16 +78,15 @@ For capabilities that '%time' does not provide, '%strftime' provides an interface to POSIX's 'strftime', and '%manip' provides an interface to the Date::Manip module's 'UnixDate' function. -If the companion module the Time::Format_XS manpage is also installed, -Time::Format will detect and use it. This will result in a significant -speed increase for '%time' and 'time_format'. +If the companion module Time::Format_XS is also installed, Time::Format +will detect and use it. This will result in a significant speed increase +for '%time' and 'time_format'. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 %build -%{__perl} Build.PL installdirs=vendor +perl Build.PL installdirs=vendor ./Build build flags=%{?_smp_mflags} %check @@ -98,6 +98,6 @@ find . -type f -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes quickref.ps quickref.txt README +%doc Changes quickref.ps quickref.txt README Time-Format.ppd %changelog