[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[3728] branches/1.3
- Subject: SF.net SVN: ledger-smb:[3728] branches/1.3
- From: ..hidden..
- Date: Thu, 22 Sep 2011 15:49:18 +0000
Revision: 3728
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3728&view=rev
Author: einhverfr
Date: 2011-09-22 15:49:18 +0000 (Thu, 22 Sep 2011)
Log Message:
-----------
build changes
Modified Paths:
--------------
branches/1.3/Makefile.PL
branches/1.3/UI/accounts/edit.css
branches/1.3/dists/rpm/ledgersmb.spec
Modified: branches/1.3/Makefile.PL
===================================================================
--- branches/1.3/Makefile.PL 2011-09-21 00:16:54 UTC (rev 3727)
+++ branches/1.3/Makefile.PL 2011-09-22 15:49:18 UTC (rev 3728)
@@ -24,8 +24,6 @@
requires 'IO::File';
requires 'IO::Scalar';
requires 'Encode';
-requires 'Locale::Country';
-requires 'Locale::Language';
requires 'Time::Local';
requires 'Cwd';
requires 'Config::Std';
@@ -52,7 +50,9 @@
feature 'Developer tool dependencies',
-default => 0,
'Getopt::Long' => 0,
- 'FileHandle' => 0;
+ 'FileHandle' => 0,
+ 'Locale::Country' => 0,
+ 'Locale::Language' => 0;
# Rendering options
feature 'PDF and Postscript output',
Modified: branches/1.3/UI/accounts/edit.css
===================================================================
--- branches/1.3/UI/accounts/edit.css 2011-09-21 00:16:54 UTC (rev 3727)
+++ branches/1.3/UI/accounts/edit.css 2011-09-22 15:49:18 UTC (rev 3728)
@@ -29,3 +29,4 @@
font-weight: bold;
margin: 1em;
}
+
Modified: branches/1.3/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.3/dists/rpm/ledgersmb.spec 2011-09-21 00:16:54 UTC (rev 3727)
+++ branches/1.3/dists/rpm/ledgersmb.spec 2011-09-22 15:49:18 UTC (rev 3728)
@@ -21,6 +21,7 @@
Requires: perl-Locale-Maketext-Lexicon >= 0.62
Requires: perl-IO-String
Requires: perl-Math-BigInt-GMP
+Requires: perl-Log-Log4perl perl-DateTime
BuildRequires: perl
# avoid bogus autodetection of perl modules:
AutoReqProv: no
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.