[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [694] branches/1.2



Revision: 694
          http://svn.sourceforge.net/ledger-smb/?rev=694&view=rev
Author:   einhverfr
Date:     2006-11-22 21:45:30 -0800 (Wed, 22 Nov 2006)

Log Message:
-----------
Updated stuff for beta 3.  Specfile needs to be moved to trunk

Modified Paths:
--------------
    branches/1.2/LedgerSMB/Form.pm
    branches/1.2/VERSION
    branches/1.2/dists/rpm/ledgersmb.spec
    branches/1.2/dists/source/build.sh

Modified: branches/1.2/LedgerSMB/Form.pm
===================================================================
--- branches/1.2/LedgerSMB/Form.pm	2006-11-23 01:43:02 UTC (rev 693)
+++ branches/1.2/LedgerSMB/Form.pm	2006-11-23 05:45:30 UTC (rev 694)
@@ -71,7 +71,7 @@
 	#menubar will be deprecated, replaced with below
 	$self->{lynx} = 1 if $self->{path} =~ /lynx/i;
 
-	$self->{version} = "1.2.0 Beta 2";
+	$self->{version} = "1.2.0 Beta 3";
 	$self->{dbversion} = "1.2.0";
 
 	bless $self, $type;

Modified: branches/1.2/VERSION
===================================================================
--- branches/1.2/VERSION	2006-11-23 01:43:02 UTC (rev 693)
+++ branches/1.2/VERSION	2006-11-23 05:45:30 UTC (rev 694)
@@ -1 +1 @@
-1.2.0 Beta 2
+1.2.0 Beta 3

Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec	2006-11-23 01:43:02 UTC (rev 693)
+++ branches/1.2/dists/rpm/ledgersmb.spec	2006-11-23 05:45:30 UTC (rev 694)
@@ -1,7 +1,7 @@
 # RPM spec written for and tested on Fedora Core 6
 Summary: LedgerSMB - Open Source accounting software
 Name: ledger-smb
-Version: 1.2.0b2
+Version: 1.2.0b3
 Release: 1
 License: GPL
 URL: http://www.ledgersmb.org/
@@ -99,7 +99,6 @@
   bin LedgerSMB sql utils locale drivers \
   Config Class Locale \
   $RPM_BUILD_ROOT%{_datadir}/%{name}/
-rm $RPM_BUILD_ROOT%{_datadir}/%{name}/{setup.pl,SL2LS.pl} # FIXME - install somewhere else...
 rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/locale/legacy
 
 # users - written to by cgi
@@ -150,7 +149,7 @@
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/*.conf
 
 %doc doc/{COPYRIGHT,faq.html,LedgerSMB-manual.pdf,README,release_notes}
-%doc BUGS Changelog CONTRIBUTORS INSTALL LICENSE README.sql-ledger README.translations TODO UPGRADE
+%doc BUGS Changelog CONTRIBUTORS INSTALL LICENSE README.translations TODO UPGRADE
 
 
 %changelog

Modified: branches/1.2/dists/source/build.sh
===================================================================
--- branches/1.2/dists/source/build.sh	2006-11-23 01:43:02 UTC (rev 693)
+++ branches/1.2/dists/source/build.sh	2006-11-23 05:45:30 UTC (rev 694)
@@ -2,7 +2,7 @@
 
 # Simple script to prepare for release
 
-version="1.2.0b2";
+version="1.2.0b3";
 build_d="../release";
 
 if test -d $build_d/ledger-smb; then


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.