* Mon Jun 25 2007 Eric Sandeen <esandeen@redhat.com> 1.39-15

- Fix up .po files to remove timestamps; multilib issues (#245653)
This commit is contained in:
Eric Sandeen 2007-06-25 21:37:02 +00:00
parent 66fd3626d0
commit 1a15738bde
2 changed files with 11 additions and 3 deletions

View File

@ -1,7 +1,12 @@
--- e2fsprogs-1.38/po/Makefile.in.in.pottcdate 2005-06-29 19:42:20.000000000 +0200
+++ e2fsprogs-1.38/po/Makefile.in.in 2005-11-10 17:35:39.000000000 +0100
@@ -120,7 +120,8 @@
mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
@@ -117,10 +117,12 @@
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
else \
rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \
- mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
+ sed -f remove-potcdate.sed < $(DOMAIN).po > $(srcdir)/$(DOMAIN).pot && \
+ rm -f $(DOMAIN).po; \
fi; \
else \
- mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \

View File

@ -4,7 +4,7 @@
Summary: Utilities for managing the second and third extended (ext2/ext3) filesystems
Name: e2fsprogs
Version: 1.39
Release: 14%{?dist}
Release: 15%{?dist}
License: GPL
Group: System Environment/Base
Source: ftp://download.sourceforge.net/pub/sourceforge/e2fsprogs/e2fsprogs-%{version}.tar.gz
@ -286,6 +286,9 @@ exit 0
%{_mandir}/man3/uuid_unparse.3*
%changelog
* Mon Jun 25 2007 Eric Sandeen <esandeen@redhat.com> 1.39-15
- Fix up .po files to remove timestamps; multilib issues (#245653)
* Fri Jun 22 2007 Eric Sandeen <esandeen@redhat.com> 1.39-14
- Many coverity-found potential leaks, segfaults, etc (#239354)
- Fix debugfs segfaults when no fs open (#208416, #209330)