Hello community, here is the log from the commit of package agg checked in at Tue Sep 30 17:55:40 CEST 2008. -------- --- agg/agg.changes 2007-09-10 15:40:36.000000000 +0200 +++ /mounts/work_src_done/STABLE/agg/agg.changes 2008-09-30 16:43:13.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Sep 30 16:42:54 CEST 2008 - kukuk@suse.de + +- Adjust configure script for new libtool + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- agg-2.5.dif agg-2.5-patched.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ agg.spec ++++++ --- /var/tmp/diff_new_pack.Q10233/_old 2008-09-30 17:55:26.000000000 +0200 +++ /var/tmp/diff_new_pack.Q10233/_new 2008-09-30 17:55:26.000000000 +0200 @@ -1,23 +1,31 @@ # # spec file for package agg (Version 2.5) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild + Name: agg BuildRequires: SDL-devel freetype2-devel gcc-c++ libbz2-devel xorg-x11-devel -License: GPL v2 or later, Problematic "gpc" code does not get compiled in, in our version. +License: GPL v2 or later Group: Development/Libraries/C and C++ Summary: C++ SVG Rendering Library Version: 2.5 -Release: 28 -URL: http://antigrain.com +Release: 157 +Url: http://antigrain.com %if 0 Source: %{name}-%{version}.tar.bz2 %else @@ -28,6 +36,7 @@ Source1: %{name}-patch-source Patch: agg-automake-fix.diff Patch1: agg-gpc.patch +Patch2: agg-2.5.dif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -41,6 +50,7 @@ Maxim Shemanarev (McSeem) %package devel +License: GPL v2 or later Summary: C++ SVG rendering library Group: Development/Libraries/C and C++ Requires: agg = %{version} @@ -60,6 +70,7 @@ %setup -q %patch %patch1 +%patch2 -p0 %build autoreconf -fi @@ -71,11 +82,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.a -%post -%run_ldconfig +%post -p /sbin/ldconfig -%postun -%run_ldconfig +%postun -p /sbin/ldconfig %files %defattr(-,root,root) @@ -90,25 +99,27 @@ %{_datadir}/aclocal/*.m4 %changelog -* Mon Sep 10 2007 - sbrabec@suse.cz +* Tue Sep 30 2008 kukuk@suse.de +- Adjust configure script for new libtool +* Mon Sep 10 2007 sbrabec@suse.cz - Added a script for automatic stripping of gpc on submit, removed unusable header related to gpc (#286682). -* Tue Sep 04 2007 - adrian@suse.de +* Tue Sep 04 2007 adrian@suse.de - remove gpc/ directory in tar ball due to its license #286682 -* Thu Jun 21 2007 - tiwai@suse.de +* Thu Jun 21 2007 tiwai@suse.de - updated to version 2.5: * released under GPL * many improvements and fixes since 2.2, see http://antigrain.com/news/ - enabled SDL -* Mon Apr 02 2007 - adrian@suse.de +* Mon Apr 02 2007 adrian@suse.de - add libbz2-devel to BuildRequires - fix -devel package Requires -* Wed Jan 25 2006 - mls@suse.de +* Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Mon Nov 15 2004 - adrian@suse.de +* Mon Nov 15 2004 adrian@suse.de - make gpc support optional and disable it by default. This solves a license issue and make this library GPL compliant again. -* Tue Oct 26 2004 - adrian@suse.de +* Tue Oct 26 2004 adrian@suse.de - initial package of version 2.2 - X11 only package, no SDL library yet ++++++ agg-2.5.dif ++++++ --- configure.in +++ configure.in 2008/09/30 14:14:14 @@ -121,7 +121,13 @@ AC_MSG_WARN([*** X11 not found! Omitting X11 layer.]) fi AM_CONDITIONAL(ENABLE_X11,[test x$no_x = x -a xno != x$enable_platform -a x$win32_host != xyes]) +if test x"$x_includes" = x; then + x_includes="/usr/include" +fi AC_SUBST(x_includes) +if test x"$x_libraries" = x; then + x_libraries="/usr/lib" +fi AC_SUBST(x_libraries) dnl ############################################### ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de