[moodle] 2.2.

Jon Ciesla limb at fedoraproject.org
Thu Dec 22 17:37:29 UTC 2011


commit 01beb11a63fa1d287ddeb2d5fe95334e94d7f666
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Thu Dec 22 11:37:21 2011 -0600

    2.2.

 .gitignore  |    1 +
 moodle.spec |   11 +++++++----
 sources     |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d91d434..e36a0a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -260,3 +260,4 @@ zh_tw_utf8.zip
 /moodle-2.1.1.tgz
 /moodle-2.1.2.tgz
 /moodle-2.1.3.tgz
+/moodle-2.2.tgz
diff --git a/moodle.spec b/moodle.spec
index a2092f3..1197d01 100644
--- a/moodle.spec
+++ b/moodle.spec
@@ -6,14 +6,14 @@
 %define __perl_provides %{nil}
 
 Name:           moodle
-Version:        2.1.3
+Version:        2.2
 Release:       	1%{?dist}
 Summary:        A Course Management System
 
 Group:          Applications/Publishing
 License:        GPLv2+
 URL:            http://moodle.org/
-Source0:        http://download.moodle.org/stable20/%{name}-%{version}.tgz
+Source0:        http://download.moodle.org/stable22/%{name}-%{version}.tgz
 Source1:        moodle.conf
 Source2:        moodle-config.php
 Source3:        moodle.cron
@@ -303,10 +303,10 @@ find . -type f \! -name \*.pl -exec chmod a-x {} \;
 find . -name \*.cgi -exec chmod a+x {} \;
 chmod a+x admin/process_email.php
 chmod a+x mod/chat/chatd.php
-rm search/.cvsignore
+#rm search/.cvsignore
 sed -i 's/\r//' lib/adodb/license.txt
 sed -i 's/\r//' lib/adodb/readme.txt
-sed -i 's/\r//' lib/mp3player/readme.txt
+#sed -i 's/\r//' lib/mp3player/readme.txt
 
 
 %build
@@ -436,6 +436,9 @@ fi
 %exclude %{moodlewebdir}/COPYING.txt
 
 %changelog
+* Thu Dec 22 2011 Jon Ciesla <limburgher at gmail.com> - 2.2-1
+- New upstream.
+
 * Thu Dec 08 2011 Jon Ciesla <limburgher at gmail.com> - 2.1.3-1
 - New upstream, BZ 761249.
 
diff --git a/sources b/sources
index dbac34b..d20c54b 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,3 @@
-5a77454d3d51658999cdbbf5f43ab853  moodle-2.1.3.tgz
 d3b47909fbbdefd73824f81540f8b521  af.zip
 dfe9b2de0e2516ca15c268c64bbaf75b  am.zip
 790baa999c79f6da5b8d1facb6050338  ar.zip
@@ -97,3 +96,4 @@ bb1151535c3c9f92ef61d8a1eb01b059  vi.zip
 72736b99a1834694790f77436f633c44  zh_cn.zip
 b0cfbc009bec8d154e0d1cd519ec81f0  zh_tw.zip
 d25295435e77dc406c54bd3cf37f3c5a  zu.zip
+abf0cb8c0c4c482e9881173d1e501bb3  moodle-2.2.tgz


More information about the scm-commits mailing list