trans-coord-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

trans-coord/gnun/server/gnun ChangeLog GNUmakef...


From: Pavel Kharitonov
Subject: trans-coord/gnun/server/gnun ChangeLog GNUmakef...
Date: Sun, 16 Mar 2014 06:28:05 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Pavel Kharitonov <ineiev>       14/03/16 06:28:05

Modified files:
        gnun/server/gnun: ChangeLog GNUmakefile.team NEWS 

Log message:
        (cmp-POs): Fix the function; affects the `all', `sync', `notify'
        and `report' targets.  Broken since 2013-10-08; reported by Joerg Kohne.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.403&r2=1.404
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile.team?cvsroot=trans-coord&r1=1.34&r2=1.35
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/NEWS?cvsroot=trans-coord&r1=1.103&r2=1.104

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.403
retrieving revision 1.404
diff -u -b -r1.403 -r1.404
--- ChangeLog   15 Mar 2014 07:58:15 -0000      1.403
+++ ChangeLog   16 Mar 2014 06:28:03 -0000      1.404
@@ -1,5 +1,12 @@
 2014-03-15  Pavel Kharitonov  <address@hidden>
 
+       * GNUmakefile.team (cmp-POs): Fix the function; affects
+       the `all', `sync', `notify' and `report' targets.
+       Broken since 2013-10-08; reported by Joerg Kohne.
+       * NEWS: Update.
+
+2014-03-15  Pavel Kharitonov  <address@hidden>
+
        Add a test for HTML-to-PO conversion utilities.
 
        Rewrite command line arguments parsers to accept file

Index: GNUmakefile.team
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile.team,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- GNUmakefile.team    8 Oct 2013 04:38:23 -0000       1.34
+++ GNUmakefile.team    16 Mar 2014 06:28:04 -0000      1.35
@@ -239,10 +239,10 @@
 define cmp-POs
 { $(MSGATTRIB) --no-obsolete --force-po -w 79 -o $1.tmp.po $1; \
   $(MSGATTRIB) --no-obsolete --force-po -w 79 $2 \
-  | diff | grep '^[<>] ' $1.tmp.po - | egrep -v \
-'^..($$|#\. |# type: |"(POT-Creation-DatePO-Revision-Date|Outdated-Since):)' \
+  | diff $1.tmp.po - | grep '^[<>] ' | egrep -v \
+'^..($$|#\. |# type: |"(POT-Creation-Date|PO-Revision-Date|Outdated-Since):)' \
    > /dev/null; \
-  status=$$?; rm $1.tmp.po; test $$status = 0; }
+  status=$$?; rm $1.tmp.po; test $$status != 0; }
 endef
 
 # Merge a file.

Index: NEWS
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/NEWS,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -b -r1.103 -r1.104
--- NEWS        15 Mar 2014 07:58:21 -0000      1.103
+++ NEWS        16 Mar 2014 06:28:04 -0000      1.104
@@ -32,6 +32,9 @@
     as function names (worked with bash-4.1, didn't work
     with bash-3.2).
 
+*** In GNUmakefile.team, the `all', `sync', `notify' and `report'
+    targets were broken.
+
 * Changes in GNUnited Nations 0.8 (2013-12-31)
 
 *** `msgattrib --previous' is used when available.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]