Author: qboosh Date: Thu Sep 18 14:38:51 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - ABI differs, so must use different soname (.1) to avoid w3c libmd5 satisfying this libmd5 users - release 2
---- Files affected: SPECS: libmd5.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/libmd5.spec diff -u SPECS/libmd5.spec:1.7 SPECS/libmd5.spec:1.8 --- SPECS/libmd5.spec:1.7 Wed Sep 17 20:48:14 2008 +++ SPECS/libmd5.spec Thu Sep 18 16:38:46 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Biblioteka MD5 oparta na RFC1321 (wolna od zobowiązań RSA) Name: libmd5 Version: 20020413 -Release: 1 +Release: 2 License: BSD Group: Libraries Source0: http://dl.sourceforge.net/libmd5-rfc/md5.tar.gz @@ -59,7 +59,7 @@ %build # with -prefer-pic you can link libmd5 statically in shared object. libtool --mode=compile --tag=CC %{__cc} %{rpmcflags} -prefer-pic -shared -c md5.c -libtool --mode=link --tag=CC %{__cc} -rpath %{_libdir} -o libmd5.la md5.lo +libtool --mode=link --tag=CC %{__cc} -rpath %{_libdir} -version-info 1:0:0 -o libmd5.la md5.lo # build and run testcase. %{__cc} %{rpmcflags} -c md5main.c @@ -82,7 +82,7 @@ %files %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libmd5.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libmd5.so.0 +%attr(755,root,root) %ghost %{_libdir}/libmd5.so.1 %files devel %defattr(644,root,root,755) @@ -100,6 +100,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2008/09/18 14:38:46 qboosh +- ABI differs, so must use different soname (.1) to avoid w3c libmd5 satisfying this libmd5 users +- release 2 + Revision 1.7 2008/09/17 18:48:14 qboosh - added endian patch, get endianness info from glibc at compile time - Conflicts for w3c-libwww containing conflicting files from its own libmd5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libmd5.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
