On Thu, May 12, 2011 at 8:36 AM, Anders F. Björklund <a...@rpm5.org> wrote:

>  RPM Package Manager, CVS Repository
>  http://rpm5.org/cvs/
>
>  ____________________________________________________________________________
>
>  Server: rpm5.org                         Name:   Anders F. Björklund
>  Root:   /v/rpm/cvs                       Email:  a...@rpm5.org
>  Module: rpm                              Date:   12-May-2011 08:36:53
>  Branch: HEAD                             Handle: 2011051206365201
>
>  Modified files:
>    rpm/scripts             wnh_other_yaml wnh_primary_yaml
>
>  Log:
>    yaml: use cvs -q diff -utimestamp for timestamps
>
>  Summary:
>    Revision    Changes     Path
>    1.4         +1  -1      rpm/scripts/wnh_other_yaml
>    1.4         +2  -2      rpm/scripts/wnh_primary_yaml
>
>  ____________________________________________________________________________
>
>  patch -p0 <<'@@ .'
>  Index: rpm/scripts/wnh_other_yaml
>
>  ============================================================================
>  $ cvs diff -u -r1.3 -r1.4 wnh_other_yaml
>  --- rpm/scripts/wnh_other_yaml        12 May 2011 06:34:03 -0000      1.3
>  +++ rpm/scripts/wnh_other_yaml        12 May 2011 06:36:53 -0000      1.4
>  @@ -12,7 +12,7 @@
>   [\
>   \n   -\
>   \n    Author: %{CHANGELOGNAME}\
>  -\n    Date:   %{CHANGELOGTIME:date}\
>  +\n    Date:   !!timestamp '%{CHANGELOGTIME:isodate}'\
>   \n%{CHANGELOGTEXT:yaml}\
>   ]\
>   }|\
>  @@ .
>  patch -p0 <<'@@ .'
>  Index: rpm/scripts/wnh_primary_yaml
>
>  ============================================================================
>  $ cvs diff -u -r1.3 -r1.4 wnh_primary_yaml
>  --- rpm/scripts/wnh_primary_yaml      12 May 2011 06:34:02 -0000      1.3
>  +++ rpm/scripts/wnh_primary_yaml      12 May 2011 06:36:52 -0000      1.4
>  @@ -11,8 +11,8 @@
>   \n  Description: %{DESCRIPTION:yaml}\
>   \n  Packager:    %|PACKAGER?{%{PACKAGER:yaml}}:{~}|\
>   \n  Url:         %|URL?{%{URL:yaml}}:{~}|\
>  -\n  Filetime:    %{PACKAGETIME:date}\
>  -\n  Buildtime:   %{BUILDTIME:date}\
>  +\n  Filetime:    !!timestamp '%{PACKAGETIME:isodate}'\
>  +\n  Buildtime:   !!timestamp '%{BUILDTIME:isodate}'\
>   \n  Packagesize: %{PACKAGESIZE}\
>   \n  Size:        %{SIZE}\
>   \n  Archivesize: %{ARCHIVESIZE}\
>  @@ .
>
Hi, Anders.

Could you the next times  put in the CHANGES
the commit description ? This time I did it for you.
Thank you.

> ______________________________________________________________________
> RPM Package Manager                                    http://rpm5.org
> CVS Sources Repository                                rpm-...@rpm5.org
>

Reply via email to