This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 96134a8304cbca60a72e6f21f5e370217362b718 (commit) via 635b92fe4004cdafb8885223152f90060bd9e6a8 (commit) from 32dd65d0dce5328f91cc87ec3620151af91b4061 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 96134a8304cbca60a72e6f21f5e370217362b718 Merge: 32dd65d 635b92f Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Feb 14 20:04:25 2013 +0100
erge remote-tracking branch 'stevee/e2fsprogs-update'
commit 635b92fe4004cdafb8885223152f90060bd9e6a8 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Thu Feb 14 19:49:07 2013 +0100
e2fsprogs: Update to 1.42.7.
This is a major update to the latest stable version of e2fsprogs.
* Create own libs package. * Put libcom_err and libss into own sub-packages.
-----------------------------------------------------------------------
Summary of changes: e2fsprogs/e2fsprogs.nm | 61 +++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 58 insertions(+), 3 deletions(-)
Difference in files: diff --git a/e2fsprogs/e2fsprogs.nm b/e2fsprogs/e2fsprogs.nm index d38b414..0ec552e 100644 --- a/e2fsprogs/e2fsprogs.nm +++ b/e2fsprogs/e2fsprogs.nm @@ -4,7 +4,7 @@ ###############################################################################
name = e2fsprogs -version = 1.42.2 +version = 1.42.7 release = 1
groups = System/Filesystems @@ -13,8 +13,8 @@ license = GPLv2 summary = Utilities for managing the extended (ext2/ext3/ext4) filesystems.
description - The e2fsprogs package contains a number of utilities for creating, \ - checking, modifying, and correcting any inconsistencies in second \ + The e2fsprogs package contains a number of utilities for creating, + checking, modifying, and correcting any inconsistencies in second and third extended (ext2/ext3) filesystems. end
@@ -77,10 +77,65 @@ packages groups += Base end
+ package %{name}-libs + template LIBS + end + package %{name}-devel template DEVEL end
+ package libcom_err + summary = Common error description library. + description + This is the common error description library, part of e2fsprogs. + end + + files + %{libdir}/libcom_err.so.* + end + end + + package libcom_err-devel + summary = Development files for libcom_err. + description = %{summary} + + files + %{bindir}/compile_et + %{libdir}/libcom_err.so + %{libdir}/pkgconfig/com_err.pc + %{includedir}/com_err.h + %{includedir}/et + %{datadir}/et + %{mandir}/man1/compile_et.1* + %{mandir}/man3/com_err.3* + end + end + + package libss + summary = Command line interface parsing library. + description + This is libss, a command line interface parsing library, part of e2fsprogs. + end + + files + %{libdir}/libss.so.* + end + end + + package libss-devel + summary = Development files for libss. + description = %{summary} + + files + %{bindir}/mk_cmds + %{libdir}/libss.so + %{libdir}/pkgconfig/ss.pc + %{includedir}/ss + %{datadir}/ss + %{mandir}/man1/mk_cmds.1* + end + end package %{name}-debuginfo template DEBUGINFO end
hooks/post-receive -- IPFire 3.x development tree