Hello community, here is the log from the commit of package agg checked in at Tue Sep 11 21:37:11 CEST 2007. -------- --- agg/agg.changes 2007-09-04 17:43:56.000000000 +0200 +++ /mounts/work_src_done/STABLE/agg/agg.changes 2007-09-10 15:40:36.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Sep 10 15:39:35 CEST 2007 - sbrabec@suse.cz + +- Added a script for automatic stripping of gpc on submit, + removed unusable header related to gpc (#286682). + +------------------------------------------------------------------- New: ---- agg-gpc.patch agg-patch-source ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ agg.spec ++++++ --- /var/tmp/diff_new_pack.nE1502/_old 2007-09-11 21:36:27.000000000 +0200 +++ /var/tmp/diff_new_pack.nE1502/_new 2007-09-11 21:36:27.000000000 +0200 @@ -16,10 +16,18 @@ Group: Development/Libraries/C and C++ Summary: C++ SVG Rendering Library Version: 2.5 -Release: 24 +Release: 28 URL: http://antigrain.com -Source: agg-%{version}.tar.bz2 +%if 0 +Source: %{name}-%{version}.tar.bz2 +%else +# WARNING: This is not a comment, but the real command to repack souce: +#%(sh %{_sourcedir}/%{name}-patch-source %{name}-%{version}.tar.bz2) +Source: %{name}-%{version}-patched.tar.bz2 +%endif +Source1: %{name}-patch-source Patch: agg-automake-fix.diff +Patch1: agg-gpc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -51,11 +59,7 @@ %prep %setup -q %patch -if [ -d gpc ]; then -# The gpc/ directory contains files with problematic license - echo "*** YOU FORGOT TO REMOVE THE gpc/ DIRECTORY IN THE TAR BALL ! " - exit 1 -fi +%patch1 %build autoreconf -fi @@ -86,6 +90,9 @@ %{_datadir}/aclocal/*.m4 %changelog +* 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 - remove gpc/ directory in tar ball due to its license #286682 * Thu Jun 21 2007 - tiwai@suse.de ++++++ agg-2.5.tar.bz2 ++++++ ++++ 2781 lines of diff (skipped) ++++++ agg-gpc.patch ++++++ --- include/Makefile.am +++ include/Makefile.am @@ -1,6 +1,13 @@ SUBDIRS = ctrl util platform aggincludedir = $(includedir)/agg2 + +if ENABLE_GPC +GPCHEADERS = agg_conv_gpc.h +else +GPCHEADERS = +endif + agginclude_HEADERS = \ agg_alpha_mask_u8.h agg_glyph_raster_bin.h agg_span_allocator.h \ agg_arc.h agg_gsv_text.h agg_span_converter.h \ @@ -27,7 +34,7 @@ agg_conv_contour.h agg_rasterizer_scanline_aa.h agg_trans_affine.h \ agg_conv_curve.h agg_rasterizer_sl_clip.h agg_trans_bilinear.h \ agg_conv_dash.h agg_renderer_base.h agg_trans_double_path.h \ - agg_conv_gpc.h agg_renderer_markers.h \ + $(GPCHEADERS) agg_renderer_markers.h \ agg_conv_marker.h agg_renderer_mclip.h agg_trans_perspective.h \ agg_conv_marker_adaptor.h agg_renderer_outline_aa.h agg_trans_single_path.h \ agg_conv_segmentator.h agg_renderer_outline_image.h agg_trans_viewport.h \ @@ -45,3 +52,4 @@ agg_font_cache_manager.h agg_scanline_u.h agg_vpgen_segmentator.h \ agg_gamma_functions.h agg_shorten_path.h \ agg_gamma_lut.h agg_simul_eq.h + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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