Accepting request 33575 from devel:languages:perl

Copy from devel:languages:perl/perl-Date-Calc based on submit request 33575 from user anicka

OBS-URL: https://build.opensuse.org/request/show/33575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Date-Calc?expand=0&rev=7
This commit is contained in:
OBS User autobuild 2010-03-01 00:46:53 +00:00 committed by Git OBS Bridge
parent c29489c67d
commit 940037d618
5 changed files with 28 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a875082d9303e20a6ba382d9c4483a0c6c8addb7f4ba314895fa2aa110db6d1
size 162128

3
Date-Calc-6.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e8b78b3659c1e1884d285467700abaad9a3be274b04c6fdaa52131e7d8323b4
size 139735

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Feb 26 16:02:59 CET 2010 - anicka@suse.cz
- update to 6.3
* The language can now be set individually for each function
in "Date::Calc" that requires it (through a new optional
parameter; the default continues to be a global setting
for backward compatibility); the affected functions are:
"Decode_Month()", "Decode_Day_of_Week()", "Compressed_to_Text()",
"Date_to_Text()", "Date_to_Text_Long()", "Calendar()",
"Month_to_Text()", "Day_of_Week_to_Text()", "Day_of_Week_Abbreviation()",
"Decode_Date_EU()", "Decode_Date_US()", "Decode_Date_EU2()",
"Decode_Date_US2()", "Parse_Date()".
* BEWARE that the interface of "DateCalc.c" has changed!
* Module "Date::Calc::Object" has been changed similarly
* Module "Date::Calendar::Year" has also been adapted accordingly
* bugfixes
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-Date-Calc (Version 5.6)
# spec file for package perl-Date-Calc (Version 6.3)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,8 +20,8 @@
Name: perl-Date-Calc
BuildRequires: perl-Bit-Vector
Version: 5.6
Release: 2
Version: 6.3
Release: 1
Provides: DateCalc perl_dc
Obsoletes: perl_dc
Requires: perl-Bit-Vector
@ -71,7 +71,7 @@ Authors:
%prep
%setup -n Date-Calc-%{version} -q
%patch
#%patch
%build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
@ -83,7 +83,7 @@ make test
%install
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist
chmod -R u+w examples/ tools/ *.txt
chmod -R u+w *.txt
for i in `ls *.txt`; do mv $i `basename $i .txt`; done
rm -rf tools/compile.bat
rm -rf $RPM_BUILD_ROOT%{_mandir}/man3/Carp::*
@ -94,10 +94,10 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc Artistic CHANGES CREDITS EXAMPLES GNU_GPL GNU_LGPL INSTALL README TOOLS examples/ tools/
%doc license README CREDITS CHANGES MANIFEST
%doc %{_mandir}/man?/*
%{perl_vendorarch}/auto/Date/
%{perl_vendorarch}/Date/
/var/adm/perl-modules/%{name}
%{perl_vendorlib}/Date/
%changelog