From 7e8196ad0e172b320f669185ee313a43bb8bd0e6 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sat, 22 Nov 2003 15:16:54 +0000 Subject: [PATCH] update svn: r2362 --- ChangeLog | 3 +++ gramps.spec | 2 +- src/po/Makefile.in | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index afe29d09a..be09065f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ 2003-11-21 Alex Roitman * src/po/fr.po: Fix format line. +2003-11-20 Don Allingham + * src/preferences.glade: make the title on the dialog non-expandable + 2003-11-19 Alex Roitman * src/FamilyView.py: Enable keyboard navigation in Family View. diff --git a/gramps.spec b/gramps.spec index 1661a7798..8303b10fa 100644 --- a/gramps.spec +++ b/gramps.spec @@ -1,5 +1,5 @@ %define ver 0.98.0 -%define rel 0.CVS20031112 +%define rel 0.CVS20031120 %define prefix /usr %define localstatedir /var/lib # Ensure that internal RPM macros for configure & makeinstall diff --git a/src/po/Makefile.in b/src/po/Makefile.in index 91cb019c3..bdf8be5b3 100644 --- a/src/po/Makefile.in +++ b/src/po/Makefile.in @@ -290,12 +290,12 @@ uninstall-local: .po.mo: $(MSGCONV) --to-code=UTF-8 $< -o temp.po - $(MSGFMT) -v temp.po -o $@ + $(MSGFMT) temp.po -o $@ rm temp.po zh_CN.mo: $(top_srcdir)/src/po/zh_CN.po $(ICONV) -f GB2312 -t UTF-8 $< > temp.po - $(MSGFMT) -v temp.po -o $@ + $(MSGFMT) temp.po -o $@ rm temp.po # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.