Author: glen Date: Thu Sep 24 15:09:50 2009 GMT Module: packages Tag: HEAD ---- Log message: - no-global-css.patch
---- Files affected: packages/jquery-thickbox: jquery-thickbox.spec (1.1 -> 1.2) , no-global-css.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/jquery-thickbox/jquery-thickbox.spec diff -u packages/jquery-thickbox/jquery-thickbox.spec:1.1 packages/jquery-thickbox/jquery-thickbox.spec:1.2 --- packages/jquery-thickbox/jquery-thickbox.spec:1.1 Thu Sep 24 17:06:19 2009 +++ packages/jquery-thickbox/jquery-thickbox.spec Thu Sep 24 17:09:45 2009 @@ -2,7 +2,7 @@ Summary: ThickBox Name: jquery-thickbox Version: 3.1 -Release: 0.3 +Release: 0.4 License: MIT / GPL Group: Applications/WWW Source0: http://jquery.com/demo/thickbox/thickbox-code/thickbox-compressed.js @@ -12,6 +12,7 @@ Source2: http://jquery.com/demo/thickbox/images/loadingAnimation.gif # Source2-md5: c33734a1bf58bec328ffa27872e96ae1 URL: http://jquery.com/demo/thickbox/ +Patch0: no-global-css.patch BuildRequires: rpmbuild(macros) > 1.268 BuildRequires: yuicompressor Requires: jquery @@ -36,6 +37,7 @@ cp -a %{SOURCE0} thickbox.js cp -a %{SOURCE1} . cp -a %{SOURCE2} . +%patch0 -p1 # apache1/apache2 conf cat > apache.conf <<'EOF' @@ -106,5 +108,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2009/09/24 15:09:45 glen +- no-global-css.patch + Revision 1.1 2009/09/24 15:06:19 glen - new ================================================================ Index: packages/jquery-thickbox/no-global-css.patch diff -u /dev/null packages/jquery-thickbox/no-global-css.patch:1.1 --- /dev/null Thu Sep 24 17:09:51 2009 +++ packages/jquery-thickbox/no-global-css.patch Thu Sep 24 17:09:45 2009 @@ -0,0 +1,13 @@ +--- jquery-thickbox/thickbox.css~ 2008-10-21 22:21:05.000000000 +0300 ++++ jquery-thickbox/thickbox.css 2009-09-24 18:08:06.176772061 +0300 +@@ -1,7 +1,10 @@ + /* ----------------------------------------------------------------------------------------------------------------*/ + /* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/ + /* ----------------------------------------------------------------------------------------------------------------*/ ++/* ++This rule is too agressive: + *{padding: 0; margin: 0;} ++*/ + + /* ----------------------------------------------------------------------------------------------------------------*/ + /* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/jquery-thickbox/jquery-thickbox.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
