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:   06-Oct-2005 09:25:14
  Branch: HEAD                             Handle: 2005100608251400

  Added files:
    openpkg-src/gtk2        gtk2.patch
  Modified files:
    openpkg-src/gtk2        gtk2.spec

  Log:
    upgrading package: gtk2 2.8.4 -> 2.8.6

  Summary:
    Revision    Changes     Path
    1.1         +12 -0      openpkg-src/gtk2/gtk2.patch
    1.59        +4  -2      openpkg-src/gtk2/gtk2.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/gtk2/gtk2.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.1 gtk2.patch
  --- /dev/null 2005-10-06 09:25:13 +0200
  +++ gtk2.patch        2005-10-06 09:25:14 +0200
  @@ -0,0 +1,12 @@
  +Index: gtk/gtkcalendar.c
  +--- gtk/gtkcalendar.c.orig   2005-10-04 05:24:16 +0200
  ++++ gtk/gtkcalendar.c        2005-10-06 09:02:38 +0200
  +@@ -669,7 +669,7 @@
  +    * first day of the week to calendar:week_start:1 if you want Monday
  +    * to be the first day of the week, and so on.
  +    */  
  +-  week_start = _("calendar:week_start:0");
  ++  char *week_start = _("calendar:week_start:0");
  + 
  +   if (strncmp (week_start, "calendar:week_start:", 20) == 0)
  +     priv->week_start = *(week_start + 20) - '0';
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gtk2/gtk2.spec
  ============================================================================
  $ cvs diff -u -r1.58 -r1.59 gtk2.spec
  --- openpkg-src/gtk2/gtk2.spec        29 Sep 2005 11:15:19 -0000      1.58
  +++ openpkg-src/gtk2/gtk2.spec        6 Oct 2005 07:25:14 -0000       1.59
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define       V_gtk         2.8.4
  +%define       V_gtk         2.8.6
   %define       V_gtk_major   2.8
   %define       V_glib_major  2.8
   %define       V_pango_major 1.10
  @@ -40,10 +40,11 @@
   Group:        XWindow
   License:      GPL
   Version:      %{V_gtk}
  -Release:      20050929
  +Release:      20051006
   
   #   list of sources
   Source0:      ftp://ftp.gtk.org/pub/gtk/v%{V_gtk_major}/gtk+-%{V_gtk}.tar.gz
  +Patch0:       gtk2.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -74,6 +75,7 @@
   
   %prep
       %setup -q -n gtk+-%{version}
  +    %patch -p0
   
       #   avoid including static libraries into convenience libraries
       %{l_shtool} subst \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to