packages: dump/dump-as_needed-fix.patch, dump/dump.spec - updated to 0.4b44...

qboosh qboosh at pld-linux.org
Sat Jun 11 20:28:43 CEST 2011


Author: qboosh                       Date: Sat Jun 11 18:28:43 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 0.4b44
- updated as_needed-fix patch to link explicitly with libcom_err (error_message used by dump itself)

---- Files affected:
packages/dump:
   dump-as_needed-fix.patch (1.2 -> 1.3) , dump.spec (1.83 -> 1.84) 

---- Diffs:

================================================================
Index: packages/dump/dump-as_needed-fix.patch
diff -u packages/dump/dump-as_needed-fix.patch:1.2 packages/dump/dump-as_needed-fix.patch:1.3
--- packages/dump/dump-as_needed-fix.patch:1.2	Thu Feb  3 19:47:04 2011
+++ packages/dump/dump-as_needed-fix.patch	Sat Jun 11 20:28:38 2011
@@ -1,5 +1,17 @@
 --- dump-0.4b43/configure.in.orig	2011-02-03 19:33:01.000000000 +0100
 +++ dump-0.4b43/configure.in	2011-02-03 19:37:25.852692227 +0100
+@@ -407,9 +407,9 @@
+ dnl Check for Ext2fs headers and libraries
+ dnl
+ AC_CHECK_HEADER(ext2fs/ext2fs.h, [ext2fs_h=yes], [ext2fs_h=no], [-])
+-PKG_CHECK_MODULES(EXT2FS, [ext2fs])
++PKG_CHECK_MODULES(EXT2FS, [ext2fs com_err])
+ if test -n "$STATIC" ; then
+-	EXT2FS_LIBS=`$PKG_CONFIG --libs --static ext2fs`
++	EXT2FS_LIBS=`$PKG_CONFIG --libs --static ext2fs com_err`
+ fi
+ if test "$ext2fs_h" = no -o "x$EXT2FS_LIBS" = "x"; then
+ 	AC_MSG_ERROR(You need to install the Ext2fs libraries from the E2fsprogs distribution first - hint: make install-libs)
 @@ -510,7 +510,7 @@
  dnl
  dnl Check for rl_completion_matches

================================================================
Index: packages/dump/dump.spec
diff -u packages/dump/dump.spec:1.83 packages/dump/dump.spec:1.84
--- packages/dump/dump.spec:1.83	Fri Feb  4 01:09:34 2011
+++ packages/dump/dump.spec	Sat Jun 11 20:28:38 2011
@@ -9,22 +9,24 @@
 Summary(tr.UTF-8):	dump/restore yedekleme sistemi
 Summary(uk.UTF-8):	Програми для резервного копіювання та відновлення файлових систем
 Name:		dump
-Version:	0.4b43
+Version:	0.4b44
 Release:	1
 License:	BSD
 Group:		Applications/System
 Source0:	http://downloads.sourceforge.net/dump/%{name}-%{version}.tar.gz
-# Source0-md5:	a708cbac8a0f69dd55aecbb80bb290ca
+# Source0-md5:	daec97b1ad905c904eba926221f4be6d
 Patch0:		%{name}-autoconf.patch
 Patch1:		%{name}-llh.patch
 Patch2:		%{name}-as_needed-fix.patch
 URL:		http://dump.sourceforge.net/
-BuildRequires:	autoconf
+BuildRequires:	autoconf >= 2.57
+BuildRequires:	automake
 BuildRequires:	bzip2-devel
 BuildRequires:	e2fsprogs-devel
 BuildRequires:	libselinux-devel
 BuildRequires:	ncurses-devel >= 5.2
 BuildRequires:	openssl-devel >= 0.9.7a
+BuildRequires:	pkgconfig
 BuildRequires:	readline-devel >= 4.2
 Requires:	rmt
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -157,6 +159,7 @@
 %patch2 -p1
 
 %build
+%{__aclocal}
 %{__autoconf}
 MYNAME=`id -ru`
 MYGRP=`id -rg`
@@ -219,6 +222,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.84  2011/06/11 18:28:38  qboosh
+- updated to 0.4b44
+- updated as_needed-fix patch to link explicitly with libcom_err (error_message used by dump itself)
+
 Revision 1.83  2011/02/04 00:09:34  sparky
 - BR: libselinux-devel
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dump/dump-as_needed-fix.patch?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dump/dump.spec?r1=1.83&r2=1.84&f=u



More information about the pld-cvs-commit mailing list