Author: glen                         Date: Mon Apr 26 06:28:21 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- allow building with older am

---- Files affected:
packages/tar:
   tar.spec (1.121 -> 1.122) , am-nosilentrules.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/tar/tar.spec
diff -u packages/tar/tar.spec:1.121 packages/tar/tar.spec:1.122
--- packages/tar/tar.spec:1.121 Thu Apr  1 09:52:32 2010
+++ packages/tar/tar.spec       Mon Apr 26 08:28:15 2010
@@ -25,6 +25,7 @@
 Patch2:                %{name}-info.patch
 Patch3:                %{name}-pl.po-update.patch
 Patch4:                %{name}-zero-block.patch
+Patch5:                am-nosilentrules.patch
 URL:           http://www.gnu.org/software/tar/tar.html
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake >= 1:1.9
@@ -146,6 +147,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %{__rm} po/stamp-po
 
@@ -212,6 +214,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.122  2010/04/26 06:28:15  glen
+- allow building with older am
+
 Revision 1.121  2010/04/01 07:52:32  qboosh
 - added CVE note
 

================================================================
Index: packages/tar/am-nosilentrules.patch
diff -u /dev/null packages/tar/am-nosilentrules.patch:1.1
--- /dev/null   Mon Apr 26 08:28:22 2010
+++ packages/tar/am-nosilentrules.patch Mon Apr 26 08:28:15 2010
@@ -0,0 +1,14 @@
+--- tar-1.23/configure.ac~     2010-04-26 09:26:23.000000000 +0300
++++ tar-1.23/configure.ac      2010-04-26 09:26:25.460605965 +0300
+@@ -24,10 +24,7 @@
+ AC_CONFIG_AUX_DIR([build-aux])
+ AC_CONFIG_HEADERS([config.h])
+ AC_PREREQ([2.63])
+-AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 dist-shar std-options 
silent-rules])
+-
+-# Enable silent rules by default:
+-AM_SILENT_RULES([yes])
++AM_INIT_AUTOMAKE([1.10 gnits tar-ustar dist-bzip2 dist-shar std-options])
+ 
+ AC_PROG_CC
+ AC_EXEEXT
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tar/tar.spec?r1=1.121&r2=1.122&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to