* 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:
parent
66fd3626d0
commit
1a15738bde
@ -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.pottcdate 2005-06-29 19:42:20.000000000 +0200
|
||||||
+++ e2fsprogs-1.38/po/Makefile.in.in 2005-11-10 17:35:39.000000000 +0100
|
+++ e2fsprogs-1.38/po/Makefile.in.in 2005-11-10 17:35:39.000000000 +0100
|
||||||
@@ -120,7 +120,8 @@
|
@@ -117,10 +117,12 @@
|
||||||
mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
|
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; \
|
fi; \
|
||||||
else \
|
else \
|
||||||
- mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
|
- mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Summary: Utilities for managing the second and third extended (ext2/ext3) filesystems
|
Summary: Utilities for managing the second and third extended (ext2/ext3) filesystems
|
||||||
Name: e2fsprogs
|
Name: e2fsprogs
|
||||||
Version: 1.39
|
Version: 1.39
|
||||||
Release: 14%{?dist}
|
Release: 15%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: ftp://download.sourceforge.net/pub/sourceforge/e2fsprogs/e2fsprogs-%{version}.tar.gz
|
Source: ftp://download.sourceforge.net/pub/sourceforge/e2fsprogs/e2fsprogs-%{version}.tar.gz
|
||||||
@ -286,6 +286,9 @@ exit 0
|
|||||||
%{_mandir}/man3/uuid_unparse.3*
|
%{_mandir}/man3/uuid_unparse.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jun 22 2007 Eric Sandeen <esandeen@redhat.com> 1.39-14
|
||||||
- Many coverity-found potential leaks, segfaults, etc (#239354)
|
- Many coverity-found potential leaks, segfaults, etc (#239354)
|
||||||
- Fix debugfs segfaults when no fs open (#208416, #209330)
|
- Fix debugfs segfaults when no fs open (#208416, #209330)
|
||||||
|
Loading…
Reference in New Issue
Block a user