[svn] r4747 - trunk/tools/yam
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Tue Sep 19 21:05:08 CEST 2006
Author: dag
Date: 2006-09-19 21:05:06 +0200 (Tue, 19 Sep 2006)
New Revision: 4747
Modified:
trunk/tools/yam/ChangeLog
trunk/tools/yam/yam
trunk/tools/yam/yam.spec
Log:
Release 0.8.2.
Modified: trunk/tools/yam/ChangeLog
===================================================================
--- trunk/tools/yam/ChangeLog 2006-09-19 11:16:59 UTC (rev 4746)
+++ trunk/tools/yam/ChangeLog 2006-09-19 19:05:06 UTC (rev 4747)
@@ -1,4 +1,4 @@
-* 0.8.2 - ... - released 24/08/2006
+* 0.8.2 - Finally fixed - released 19/09/2006
- Use exec in conjunction with system()
- Fixed permission on cron entry
- Fixed a problem with samefile() and symlink() (Gareth Armstrong)
Modified: trunk/tools/yam/yam
===================================================================
--- trunk/tools/yam/yam 2006-09-19 11:16:59 UTC (rev 4746)
+++ trunk/tools/yam/yam 2006-09-19 19:05:06 UTC (rev 4747)
@@ -20,7 +20,7 @@
__version__ = "$Revision$"
# $Source$
-VERSION = '0.8.1svn'
+VERSION = '0.8.2'
archs = {
'i386': ('i386', 'i486', 'i586', 'i686', 'athlon'),
Modified: trunk/tools/yam/yam.spec
===================================================================
--- trunk/tools/yam/yam.spec 2006-09-19 11:16:59 UTC (rev 4746)
+++ trunk/tools/yam/yam.spec 2006-09-19 19:05:06 UTC (rev 4747)
@@ -4,7 +4,7 @@
Summary: Tool to set up a Yum/Apt mirror from various sources (ISO, RHN, rsync, http, ftp, ...)
Name: yam
-Version: 0.8.1svn
+Version: 0.8.2
Release: 1
License: GPL
Group: System Environment/Base
@@ -101,8 +101,8 @@
%{_localstatedir}/yam/
%changelog
-* Mon Sep 18 2006 Dag Wieers <dag at wieers.com> - 0.8.1svn-1
-- Updated to release 0.8.1svn.
+* Tue Sep 19 2006 Dag Wieers <dag at wieers.com> - 0.8.2-1
+- Updated to release 0.8.2.
* Tue Aug 22 2006 Dag Wieers <dag at wieers.com> - 0.8.1-1
- Updated to release 0.8.1.
More information about the svn-commits
mailing list