Author: jajcus Date: Wed Jun 13 13:21:53 2012 GMT Module: packages Tag: HEAD ---- Log message: - automake 1.12 compatibility patch
---- Files affected: packages/snappy: snappy.spec (1.5 -> 1.6) , snappy-automake_1_12.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/snappy/snappy.spec diff -u packages/snappy/snappy.spec:1.5 packages/snappy/snappy.spec:1.6 --- packages/snappy/snappy.spec:1.5 Sun Feb 26 20:07:40 2012 +++ packages/snappy/snappy.spec Wed Jun 13 15:21:47 2012 @@ -9,6 +9,7 @@ #Source0Download: http://code.google.com/p/snappy/downloads/list Source0: http://snappy.googlecode.com/files/%{name}-%{version}.tar.gz # Source0-md5: 4c0af044e654f5983f4acbf00d1ac236 +Patch0: %{name}-automake_1_12.patch URL: http://code.google.com/p/snappy/ BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -89,6 +90,7 @@ %prep %setup -q +%patch0 -p1 %build %{__libtoolize} @@ -136,6 +138,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2012/06/13 13:21:47 jajcus +- automake 1.12 compatibility patch + Revision 1.5 2012/02/26 19:07:40 qboosh - updated to 1.0.5 ================================================================ Index: packages/snappy/snappy-automake_1_12.patch diff -u /dev/null packages/snappy/snappy-automake_1_12.patch:1.1 --- /dev/null Wed Jun 13 15:21:53 2012 +++ packages/snappy/snappy-automake_1_12.patch Wed Jun 13 15:21:47 2012 @@ -0,0 +1,11 @@ +diff -dur snappy-1.0.5.orig/configure.ac snappy-1.0.5/configure.ac +--- snappy-1.0.5.orig/configure.ac 2012-02-24 16:46:14.000000000 +0100 ++++ snappy-1.0.5/configure.ac 2012-06-13 15:17:10.000000000 +0200 +@@ -12,6 +12,7 @@ + + # These are flags passed to automake (though they look like gcc flags!) + AM_INIT_AUTOMAKE([-Wall -Werror]) ++AM_PROG_AR + + LT_INIT + AC_SUBST([LIBTOOL_DEPS]) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/snappy/snappy.spec?r1=1.5&r2=1.6 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
