Hello community, here is the log from the commit of package cups checked in at Thu Jun 29 22:51:30 CEST 2006. -------- --- cups/cups.changes 2006-06-19 15:33:50.000000000 +0200 +++ cups/cups.changes 2006-06-29 17:27:10.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Jun 29 17:25:50 CEST 2006 - nadvornik@suse.cz + +- do not use deprecated libpng function png_read_destroy + +------------------------------------------------------------------- New: ---- cups-1.1.23-libpng.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cups.spec ++++++ --- /var/tmp/diff_new_pack.AW2R3b/_old 2006-06-29 22:51:10.000000000 +0200 +++ /var/tmp/diff_new_pack.AW2R3b/_new 2006-06-29 22:51:10.000000000 +0200 @@ -17,7 +17,7 @@ Group: Hardware/Printing Summary: The Common UNIX Printing System Version: 1.1.23 -Release: 41 +Release: 42 Requires: cups-libs = %{version}, cups-client = %{version} Requires: ghostscript_any, ghostscript-fonts-std, foomatic-filters Requires: util-linux, /usr/bin/ionice @@ -64,6 +64,7 @@ Patch25: cups-1.1.23-printcap_info.patch Patch26: cups-1.1.23-xpdf3.patch Patch27: cups-1.1.23-usb_descr.patch +Patch28: cups-1.1.23-libpng.patch Patch100: cups-1.1.23-testpage.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %suse_version >= 801 @@ -169,6 +170,7 @@ %patch25 -p1 %patch26 -p1 %patch27 -p1 +%patch28 if [ -f /.buildenv ]; then . /.buildenv else @@ -420,6 +422,8 @@ %{_libdir}/libcupsimage.so* %changelog -n cups +* Thu Jun 29 2006 - nadvornik@suse.cz +- do not use deprecated libpng function png_read_destroy * Mon Jun 19 2006 - schwab@suse.de - Set datadir. * Mon May 22 2006 - kssingvo@suse.de ++++++ cups-1.1.23-libpng.patch ++++++ --- filter/image-png.c +++ filter/image-png.c @@ -252,7 +252,7 @@ } png_read_end(pp, info); - png_read_destroy(pp, info, NULL); + png_destroy_read_struct(&pp, &info, NULL); fclose(fp); free(in); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit-help@opensuse.org