Author: japhy Date: Mon Jul 9 22:53:34 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - Up to 1.14 - Fix linking with --as-needed
---- Files affected: SPECS: rvm.spec (1.35 -> 1.36) ---- Diffs: ================================================================ Index: SPECS/rvm.spec diff -u SPECS/rvm.spec:1.35 SPECS/rvm.spec:1.36 --- SPECS/rvm.spec:1.35 Mon Feb 12 23:09:14 2007 +++ SPECS/rvm.spec Tue Jul 10 00:53:29 2007 @@ -2,12 +2,13 @@ Summary: RVM library Summary(pl.UTF-8): Biblioteka RVM Name: rvm -Version: 1.13 +Version: 1.14 Release: 1 License: GPL Group: Development/Libraries Source0: ftp://ftp.coda.cs.cmu.edu/pub/rvm/src/%{name}-%{version}.tar.gz -# Source0-md5: d294a627330e21620207b0cdbe160bcb +# Source0-md5: 41273e290e77a11d15a488f81d118bc7 +Patch0: %{name}-as-needed.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool @@ -66,6 +67,7 @@ %prep %setup -q +%patch0 -p1 %build rm -f missing @@ -117,6 +119,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.36 2007/07/09 22:53:29 japhy +- Up to 1.14 +- Fix linking with --as-needed + Revision 1.35 2007/02/12 22:09:14 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/rvm.spec?r1=1.35&r2=1.36&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
