rpms/MochiKit/EL-5 import.log, NONE, 1.1 .cvsignore, 1.3, 1.4 MochiKit.spec, 1.2, 1.3 sources, 1.3, 1.4

Adam Miller maxamillion at fedoraproject.org
Tue Feb 17 19:21:31 UTC 2009


Author: maxamillion

Update of /cvs/extras/rpms/MochiKit/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22387/EL-5

Modified Files:
	.cvsignore MochiKit.spec sources 
Added Files:
	import.log 
Log Message:
New release and a bug fix for bug #440052




--- NEW FILE import.log ---
MochiKit-1_4_2-2:EL-5:MochiKit-1.4.2-2.src.rpm:1234898422


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/MochiKit/EL-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	21 May 2006 05:36:26 -0000	1.3
+++ .cvsignore	17 Feb 2009 19:21:01 -0000	1.4
@@ -1 +1 @@
-MochiKit-1.3.1.zip
+MochiKit-1.4.2.zip


Index: MochiKit.spec
===================================================================
RCS file: /cvs/extras/rpms/MochiKit/EL-5/MochiKit.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MochiKit.spec	21 May 2006 05:36:26 -0000	1.2
+++ MochiKit.spec	17 Feb 2009 19:21:01 -0000	1.3
@@ -1,10 +1,10 @@
 Name:           MochiKit
-Version:        1.3.1
-Release:        1%{?dist}
+Version:        1.4.2
+Release:        2%{?dist}
 Summary:        A lightweight JavaScript library
 
 Group:          Applications/Internet
-License:        MIT/Academic
+License:        MIT or AFL
 URL:            http://www.mochikit.com/
 Source0:        http://www.mochikit.com/dist/%{name}-%{version}.zip
 Source1:        %{name}.conf
@@ -22,6 +22,10 @@
 %setup -q
 find \( -name \*.js -o -name \*.css \) -exec sed -i 's/\r//g' {} \;
 
+# Fix for bug 440052 - fixes path of MochiKit libs in source
+# Thanks to ivasquez for the awesome regex
+find ./examples/ \( -name \*.html \) -exec sed -i -e 's!\(src="\)[^"]*\(/MochiKit/[^.]*\.js"\)!\1\2!' {} \;
+
 %build
 
 %install
@@ -41,6 +45,16 @@
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf
 
 %changelog
+* Wed Feb 11 2009 Adam Miller <maxamillion AT gmail DOT com> 1.4.2-2
+- Fix for bug 440052 - fixes path of MochiKit libs in source
+- Thanks to ivasquez for the awesome regex
+
+* Wed Feb 11 2009 Adam Miller <maxamillion AT gmail DOT com> 1.4.2-1
+- new release of MochiKit
+
+* Mon Jul 14 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.3.1-2
+- fix license tag
+
 * Sun May 21 2006 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.3.1-1
 - Upstream update
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/MochiKit/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	21 May 2006 05:36:26 -0000	1.3
+++ sources	17 Feb 2009 19:21:01 -0000	1.4
@@ -1 +1 @@
-4b744fb425a6dcf3f9e0a3bc8d1ebc7c  MochiKit-1.3.1.zip
+bc8aeee87c6b2535d142441655f0a305  MochiKit-1.4.2.zip




More information about the fedora-extras-commits mailing list