diff --git a/Date-Manip-6.43.tar.gz b/Date-Manip-6.43.tar.gz deleted file mode 100644 index abe160a..0000000 --- a/Date-Manip-6.43.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fbb6f0a3acfbc1693aa80a4bd3482bd81d6b1f33f54cd907582bf30e4418f4b -size 1764121 diff --git a/Date-Manip-6.49.tar.gz b/Date-Manip-6.49.tar.gz new file mode 100644 index 0000000..d91d395 --- /dev/null +++ b/Date-Manip-6.49.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5aa3b351f92186630c27b1de2cba0d322142d0ff4ac12319681e20ce8b89b9 +size 15472097 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-Date-Manip.changes b/perl-Date-Manip.changes index c0ef91d..1bbedc2 100644 --- a/perl-Date-Manip.changes +++ b/perl-Date-Manip.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Apr 19 06:55:05 UTC 2015 - coolo@suse.com + +- updated to 6.49 + see /usr/share/doc/packages/perl-Date-Manip/Changes + ------------------------------------------------------------------- Fri Mar 7 09:08:10 UTC 2014 - coolo@suse.com diff --git a/perl-Date-Manip.spec b/perl-Date-Manip.spec index 96b56ec..421b1e0 100644 --- a/perl-Date-Manip.spec +++ b/perl-Date-Manip.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Date-Manip # -# Copyright (c) 2014 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 @@ -17,19 +17,20 @@ Name: perl-Date-Manip -Version: 6.43 +Version: 6.49 Release: 0 %define cpan_name Date-Manip Summary: Date manipulation routines License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Date-Manip/ -Source: http://www.cpan.org/authors/id/S/SB/SBECK/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/S/SB/SBECK/%{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.21 +BuildRequires: perl(Module::Build) >= 0.210000 BuildRequires: perl(Test::Inter) %{perl_requires}