rpms/MochiKit/F-10 MochiKit.spec,1.4,1.5 import.log,1.1,1.2

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


Author: maxamillion

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

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




Index: MochiKit.spec
===================================================================
RCS file: /cvs/extras/rpms/MochiKit/F-10/MochiKit.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- MochiKit.spec	11 Feb 2009 15:18:03 -0000	1.4
+++ MochiKit.spec	11 Feb 2009 23:25:53 -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/F-10/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	11 Feb 2009 15:18:03 -0000	1.1
+++ import.log	11 Feb 2009 23:25:53 -0000	1.2
@@ -1 +1,2 @@
 MochiKit-1_4_2-1:F-10:MochiKit-1.4.2-1.src.rpm:1234365457
+MochiKit-1_4_2-2:F-10:MochiKit-1.4.2-2.src.rpm:1234394718




More information about the scm-commits mailing list