rpms/MochiKit/devel MochiKit.spec,1.4,1.5 import.log,1.1,1.2

Adam Miller maxamillion at fedoraproject.org
Wed Feb 11 23:24:48 UTC 2009


Author: maxamillion

Update of /cvs/extras/rpms/MochiKit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32032/devel

Modified Files:
	MochiKit.spec import.log 
Log Message:
Fix for bug# 440052





Index: MochiKit.spec
===================================================================
RCS file: /cvs/extras/rpms/MochiKit/devel/MochiKit.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- MochiKit.spec	11 Feb 2009 15:14:13 -0000	1.4
+++ MochiKit.spec	11 Feb 2009 23:24:18 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           MochiKit
 Version:        1.4.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A lightweight JavaScript library
 
 Group:          Applications/Internet
@@ -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,10 @@
 %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
 


Index: import.log
===================================================================
RCS file: /cvs/extras/rpms/MochiKit/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	11 Feb 2009 15:14:13 -0000	1.1
+++ import.log	11 Feb 2009 23:24:18 -0000	1.2
@@ -1 +1,2 @@
 MochiKit-1_4_2-1:HEAD:MochiKit-1.4.2-1.src.rpm:1234365227
+MochiKit-1_4_2-2:HEAD:MochiKit-1.4.2-2.src.rpm:1234394608




More information about the fedora-extras-commits mailing list