diff --git a/TimeDate-podfile-patch b/TimeDate-podfile-patch new file mode 100644 index 0000000..fd8faf3 --- /dev/null +++ b/TimeDate-podfile-patch @@ -0,0 +1,13 @@ +Index: lib/Date/Parse.pm +=================================================================== +--- lib/Date/Parse.pm.orig ++++ lib/Date/Parse.pm +@@ -320,6 +320,8 @@ if they could be extracted from the date + the timezone offset in seconds from GMT. An empty array is returned upon + failure. + ++=back ++ + =head1 MULTI-LANGUAGE SUPPORT + + Date::Parse is capable of parsing dates in several languages, these are diff --git a/perl-TimeDate.changes b/perl-TimeDate.changes index af0867a..2467a7c 100644 --- a/perl-TimeDate.changes +++ b/perl-TimeDate.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 31 16:21:55 CEST 2009 - lrupp@suse.de + +- fix podfile + ------------------------------------------------------------------- Sat Jul 25 19:45:30 CEST 2009 - chris@computersalat.de diff --git a/perl-TimeDate.spec b/perl-TimeDate.spec index 47b1100..472cb64 100644 --- a/perl-TimeDate.spec +++ b/perl-TimeDate.spec @@ -22,12 +22,13 @@ Name: perl-TimeDate %define cpan_name TimeDate Summary: Parse date strings into time values Version: 1.16 -Release: 258 +Release: 259 License: Artistic License .. Group: Development/Libraries/Perl AutoReqProv: on Source: %{cpan_name}-%{version}.tar.gz -Patch: %{cpan_name}-deprecated_array_use.patch +Patch1: %{cpan_name}-deprecated_array_use.patch +Patch2: %{cpan_name}-podfile-patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros @@ -54,11 +55,12 @@ Provides: %{cpan_name} %prep %setup -q -n %{cpan_name}-%{version} -%patch +%patch1 +%patch2 %build perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" -%{__make} +%{__make} %{?jobs:-j%jobs} %check %{__make} test