OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   19-May-2008 19:53:41
  Branch: HEAD                             Handle: 2008051918534100

  Modified files:
    openpkg-src/drupal      drupal.spec

  Log:
    upgrade the bundled jQuery to the latest and greatest version 1.2.4

  Summary:
    Revision    Changes     Path
    1.248       +17 -12     openpkg-src/drupal/drupal.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/drupal/drupal.spec
  ============================================================================
  $ cvs diff -u -r1.247 -r1.248 drupal.spec
  --- openpkg-src/drupal/drupal.spec    18 May 2008 10:09:44 -0000      1.247
  +++ openpkg-src/drupal/drupal.spec    19 May 2008 17:53:41 -0000      1.248
  @@ -195,6 +195,7 @@
   %define       V_theme_zen                  6.x-1.0-beta1
   
   #   package versions (auxilliary libraries)
  +%define       V_aux_jquery                 1.2.4
   %define       V_aux_fckeditor              2.5.1
   %define       V_aux_geshi                  1.0.7.20
   %define       V_aux_simplepie              1.1
  @@ -212,7 +213,7 @@
   Group:        CMS
   License:      GPL
   Version:      %{V_drupal}
  -Release:      20080518
  +Release:      20080519
   
   #   package options
   %option       with_mysql   yes
  @@ -395,11 +396,12 @@
   Source208:    
http://ftp.drupal.org/files/projects/nista-%{V_theme_nista}.tar.gz
   Source209:    http://ftp.drupal.org/files/projects/sky-%{V_theme_sky}.tar.gz
   Source210:    http://ftp.drupal.org/files/projects/zen-%{V_theme_zen}.tar.gz
  -Source300:    
http://switch.dl.sourceforge.net/fckeditor/FCKeditor_%{V_aux_fckeditor}.tar.gz
  -Source301:    
http://switch.dl.sourceforge.net/geshi/GeSHi-%{V_aux_geshi}.tar.gz
  -Source302:    http://simplepie.org/downloads/simplepie_%{V_aux_simplepie}.zip
  -Source303:    
http://switch.dl.sourceforge.net/tinymce/tinymce_%{V_aux_tinymce}.zip
  -Source304:    
http://switch.dl.sourceforge.net/dompdf/dompdf-%{V_aux_dompdf}.tar.gz
  +Source300:    
http://jqueryjs.googlecode.com/files/jquery-%{V_aux_jquery}.pack.js
  +Source301:    
http://switch.dl.sourceforge.net/fckeditor/FCKeditor_%{V_aux_fckeditor}.tar.gz
  +Source302:    
http://switch.dl.sourceforge.net/geshi/GeSHi-%{V_aux_geshi}.tar.gz
  +Source303:    http://simplepie.org/downloads/simplepie_%{V_aux_simplepie}.zip
  +Source304:    
http://switch.dl.sourceforge.net/tinymce/tinymce_%{V_aux_tinymce}.zip
  +Source305:    
http://switch.dl.sourceforge.net/dompdf/dompdf-%{V_aux_dompdf}.tar.gz
   Source400:    drupal-setup.sh
   Source401:    drupal-cron.sh
   Source402:    drupal-apache.conf
  @@ -1478,32 +1480,35 @@
       ) || exit $?
   
       #   install additional third-party files
  +    ( cd misc
  +      cp %{SOURCE300} jquery.js
  +    ) || exit $?
       ( cd sites/all/modules/fckeditor || exit $?
  -      %{l_tar} xfz %{SOURCE300}
  +      %{l_tar} xfz %{SOURCE301}
         chmod -R u+rw .
         chmod -R a+r .
       ) || exit $?
       ( cd sites/all/modules/geshifilter || exit $?
  -      %{l_tar} xfz %{SOURCE301}
  +      %{l_tar} xfz %{SOURCE302}
         rm -rf gehsi/docs
         rm -rf gehsi/contrib
       ) || exit $?
       ( cd sites/all/modules/simplefeed || exit $?
  -      unzip -q -x %{SOURCE302}
  +      unzip -q -x %{SOURCE303}
         mv "SimplePie %{V_aux_simplepie}/simplepie.inc" .
         rm -rf "SimplePie %{V_aux_simplepie}"
       ) || exit $?
       ( cd sites/all/modules/feedapi || exit $?
  -      unzip -q -x %{SOURCE302}
  +      unzip -q -x %{SOURCE303}
         mv "SimplePie %{V_aux_simplepie}/simplepie.inc" parser_simplepie/
         rm -rf "SimplePie %{V_aux_simplepie}"
       ) || exit $?
       ( cd sites/all/modules/tinymce || exit $?
  -      unzip -q -x %{SOURCE303}
  +      unzip -q -x %{SOURCE304}
         mv ../img_assist/drupalimage tinymce/jscripts/tiny_mce/plugins/
       ) || exit $?
       ( cd sites/all/modules/print || exit $?
  -      %{l_tar} xfz %{SOURCE304}
  +      %{l_tar} xfz %{SOURCE305}
         mv dompdf-0.5.1 dompdf
         rm -f dompdf/dompdf.php
         echo "Disallow: /print/" >>../../../../robots.txt
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to