Author: glen                         Date: Wed Jul 14 10:34:07 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- update to 1.8.2

---- Files affected:
packages/jquery-ui:
   find-lang.sh (1.4 -> 1.5) , jquery-ui.spec (1.10 -> 1.11) , 
ui.datepicker-et.js (1.2 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/jquery-ui/find-lang.sh
diff -u packages/jquery-ui/find-lang.sh:1.4 packages/jquery-ui/find-lang.sh:1.5
--- packages/jquery-ui/find-lang.sh:1.4 Fri Apr  9 11:19:31 2010
+++ packages/jquery-ui/find-lang.sh     Wed Jul 14 12:34:02 2010
@@ -16,8 +16,8 @@
 while read dir; do
        echo "%dir ${dir#$RPM_BUILD_ROOT}" >> $langfile
 
-       for f in $dir/ui.datepicker-*.js; do
-               lang=${f##*/ui.datepicker-}
+       for f in $dir/jquery.ui.datepicker-*.js; do
+               lang=${f##*/jquery.ui.datepicker-}
                lang=${lang%.*}
                dir=${f#$RPM_BUILD_ROOT}
                case "$lang" in
@@ -27,12 +27,18 @@
                en-ca)
                        lang=en_CA
                ;;
+               en-GB)
+                       lang=en_GB
+               ;;
                en-uk)
                        lang=en_UK
                ;;
                fr-ca)
                        lang=fr_CA
                ;;
+               fr-CH)
+                       lang=fr_CH
+               ;;
                pt-BR)
                        lang=pt_BR
                ;;
@@ -44,6 +50,9 @@
                ;;
                zh-TW)
                        lang=zh_TW
+               ;;
+               zh-HK)
+                       lang=zh_HK
                ;;
                sr-SR)
                        lang=sr

================================================================
Index: packages/jquery-ui/jquery-ui.spec
diff -u packages/jquery-ui/jquery-ui.spec:1.10 
packages/jquery-ui/jquery-ui.spec:1.11
--- packages/jquery-ui/jquery-ui.spec:1.10      Wed Jul 14 12:13:17 2010
+++ packages/jquery-ui/jquery-ui.spec   Wed Jul 14 12:34:02 2010
@@ -1,18 +1,17 @@
 # $Revision$, $Date$
 Summary:       jQuery UI
 Name:          jquery-ui
-Version:       1.7.3
+Version:       1.8.2
 Release:       1
 License:       MIT / GPL
 Group:         Applications/WWW
 Source0:       http://jquery-ui.googlecode.com/files/%{name}-%{version}.zip
-# Source0-md5: 0548ede8bbf20f811dd8eb1f9a727142
+# Source0-md5: 1126345e627fdb4c6d033733723670df
 Source1:       find-lang.sh
-Source2:       ui.datepicker-et.js
 URL:           http://jqueryui.com/
-BuildRequires: rpmbuild(macros) >= 1.268
+BuildRequires: rpmbuild(macros) >= 1.553
 BuildRequires: unzip
-Requires:      jquery >= 1.3
+Requires:      jquery >= 1.4
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -40,11 +39,7 @@
 
 %prep
 %setup -q
-
-find '(' -name '*.js' -o -name '*.html' ')' -print0 | xargs -0 %{__sed} -i -e 
's,\r$,,'
-
-cp -a %{SOURCE2} ui/i18n/ui.datepicker-et.js
-cp -a %{SOURCE2} ui/minified/i18n/ui.datepicker-et.js
+%undos -f js,css,html
 
 find ui/minified -name '*.min.js' | while read a; do
        mv $a ${a%.min.js}.js
@@ -66,8 +61,8 @@
 %defattr(644,root,root,755)
 %doc AUTHORS.txt
 %dir %{_appdir}
-%{_appdir}/ui.*.js
-%{_appdir}/effects.*.js
+%{_appdir}/jquery.ui.*.js
+%{_appdir}/jquery.effects.*.js
 %{_appdir}/themes
 
 # bundle of all effects
@@ -85,6 +80,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2010/07/14 10:34:02  glen
+- update to 1.8.2
+
 Revision 1.10  2010/07/14 10:13:17  glen
 - up to 1.7.3
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/jquery-ui/find-lang.sh?r1=1.4&r2=1.5&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/jquery-ui/jquery-ui.spec?r1=1.10&r2=1.11&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to