diff --git a/.cvsignore b/.cvsignore index 34cfd18..11c5539 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -MochiKit-1.3.1.zip +MochiKit-1.4.2.zip diff --git a/MochiKit.spec b/MochiKit.spec index 65529c8..f411328 100644 --- a/MochiKit.spec +++ b/MochiKit.spec @@ -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 @@ that will help you get stuff done, fast. %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 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf %changelog +* Wed Feb 11 2009 Adam Miller 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 1.4.2-1 +- new release of MochiKit + +* Mon Jul 14 2008 Tom "spot" Callaway 1.3.1-2 +- fix license tag + * Sun May 21 2006 Ignacio Vazquez-Abrams 1.3.1-1 - Upstream update diff --git a/import.log b/import.log new file mode 100644 index 0000000..b630907 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +MochiKit-1_4_2-2:EL-5:MochiKit-1.4.2-2.src.rpm:1234898422 diff --git a/sources b/sources index 1d40aa0..961fe42 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b744fb425a6dcf3f9e0a3bc8d1ebc7c MochiKit-1.3.1.zip +bc8aeee87c6b2535d142441655f0a305 MochiKit-1.4.2.zip