diff --git a/DateTime-Format-HTTP-0.40.tar.gz b/DateTime-Format-HTTP-0.40.tar.gz deleted file mode 100644 index 0172a83..0000000 --- a/DateTime-Format-HTTP-0.40.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:214e9e2e364090ebc5bc682b29709828944ae67f0bb4a989dd1e6d010845213f -size 17571 diff --git a/DateTime-Format-HTTP-0.42.tar.gz b/DateTime-Format-HTTP-0.42.tar.gz new file mode 100644 index 0000000..9aa3d7e --- /dev/null +++ b/DateTime-Format-HTTP-0.42.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04e769df45968dfd2d1bdc647a325c6877614069762786e6f137f1f5ec3d840 +size 18170 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b320f5 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,20 @@ +--- +#description_paragraphs: 3 +#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_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: - +#./Build build flags=%{?_smp_mflags} --myflag diff --git a/perl-DateTime-Format-HTTP.changes b/perl-DateTime-Format-HTTP.changes index 3991edf..85583f6 100644 --- a/perl-DateTime-Format-HTTP.changes +++ b/perl-DateTime-Format-HTTP.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 16 20:22:44 UTC 2015 - coolo@suse.com + +- updated to 0.42 + see /usr/share/doc/packages/perl-DateTime-Format-HTTP/Changes + ------------------------------------------------------------------- Thu Apr 21 04:55:20 UTC 2011 - coolo@opensuse.org diff --git a/perl-DateTime-Format-HTTP.spec b/perl-DateTime-Format-HTTP.spec index 6de39e3..1b5c347 100644 --- a/perl-DateTime-Format-HTTP.spec +++ b/perl-DateTime-Format-HTTP.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-DateTime-Format-HTTP (Version 0.40) +# spec file for package perl-DateTime-Format-HTTP # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -15,27 +15,26 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-DateTime-Format-HTTP -Version: 0.40 -Release: 1 -License: GPL+ or Artistic +Version: 0.42 +Release: 0 %define cpan_name DateTime-Format-HTTP Summary: Date conversion routines -Url: http://search.cpan.org/dist/DateTime-Format-HTTP/ +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -Source: http://www.cpan.org/authors/id/C/CK/CKRAS/%{cpan_name}-%{version}.tar.gz +Url: http://search.cpan.org/dist/DateTime-Format-HTTP/ +Source0: http://www.cpan.org/authors/id/C/CK/CKRAS/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl -BuildRequires: perl(Module::Build) BuildRequires: perl-macros BuildRequires: perl(DateTime) >= 0.17 BuildRequires: perl(HTTP::Date) >= 1.44 -BuildRequires: perl(Module::Build) -BuildRequires: perl(Test::More) >= 0.47 +BuildRequires: perl(Module::Build) >= 0.380000 Requires: perl(DateTime) >= 0.17 Requires: perl(HTTP::Date) >= 1.44 -Requires: perl(Test::More) >= 0.47 %{perl_requires} %description @@ -56,9 +55,6 @@ protocol (and then some more). ./Build install destdir=%{buildroot} create_packlist=0 %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) %doc Changes CREDITS LICENSE README