rpms/MochiKit/F-9 MochiKit.spec,1.3,1.4 import.log,1.1,1.2

Adam Miller maxamillion at fedoraproject.org
Wed Feb 11 23:27:39 UTC 2009


Author: maxamillion

Update of /cvs/extras/rpms/MochiKit/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32699/F-9

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




Index: MochiKit.spec
===================================================================
RCS file: /cvs/extras/rpms/MochiKit/F-9/MochiKit.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MochiKit.spec	11 Feb 2009 15:21:40 -0000	1.3
+++ MochiKit.spec	11 Feb 2009 23:27:08 -0000	1.4
@@ -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/F-9/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	11 Feb 2009 15:21:40 -0000	1.1
+++ import.log	11 Feb 2009 23:27:08 -0000	1.2
@@ -1 +1,2 @@
 MochiKit-1_4_2-1:F-9:MochiKit-1.4.2-1.src.rpm:1234365677
+MochiKit-1_4_2-2:F-9:MochiKit-1.4.2-2.src.rpm:1234394805




More information about the fedora-extras-commits mailing list