Author: qboosh Date: Sat Jan 28 19:01:20 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.7 (fixes CVE-2006-0224; note: new soname)
---- Files affected: SPECS: libast.spec (1.25 -> 1.26) ---- Diffs: ================================================================ Index: SPECS/libast.spec diff -u SPECS/libast.spec:1.25 SPECS/libast.spec:1.26 --- SPECS/libast.spec:1.25 Thu Dec 30 18:59:06 2004 +++ SPECS/libast.spec Sat Jan 28 20:01:14 2006 @@ -2,12 +2,12 @@ Summary: Library of Assorted Spiffy Things Summary(pl): Biblioteka AST (Assorted Spiffy Things) Name: libast -Version: 0.6.1 +Version: 0.7 Release: 1 License: BSD Group: Libraries Source0: http://www.eterm.org/download/%{name}-%{version}.tar.gz -# Source0-md5: 1cbbf86a0afb74a5905dc92982117250 +# Source0-md5: a9ec3b2da317f35869316e6d9571d296 URL: http://www.eterm.org/ BuildRequires: XFree86-devel BuildRequires: automake @@ -55,8 +55,8 @@ %setup -q %build -cp /usr/share/automake/config.sub . -%configure2_13 +cp -f /usr/share/automake/config.sub . +%configure %{__make} %install @@ -74,19 +74,20 @@ %files %defattr(644,root,root,755) %doc ChangeLog README -%attr(755,root,root) %{_libdir}/lib*.so.*.* +%attr(755,root,root) %{_libdir}/libast.so.*.*.* %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/%{name}-config -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la -%{_includedir}/* -%{_aclocaldir}/* +%doc DESIGN +%attr(755,root,root) %{_bindir}/libast-config +%attr(755,root,root) %{_libdir}/libast.so +%{_libdir}/libast.la +%{_includedir}/libast* +%{_aclocaldir}/libast.m4 %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libast.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -94,6 +95,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.26 2006/01/28 19:01:14 qboosh +- updated to 0.7 (fixes CVE-2006-0224; note: new soname) + Revision 1.25 2004/12/30 17:59:06 charles - Oops... md5? ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libast.spec?r1=1.25&r2=1.26&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
