automatic version update by autodist [release 1.6.28-1mamba;Sun Jan 08 2017]
This commit is contained in:
parent
4bbbcf6c1a
commit
4903f5dd87
@ -1,7 +1,7 @@
|
|||||||
diff -Naru libpng-1.6.27.org/png.h libpng-1.6.27/png.h
|
diff -Naru libpng-1.6.28.org/png.h libpng-1.6.28/png.h
|
||||||
--- libpng-1.6.27.org/png.h 2017-01-05 17:22:39.068069429 +0900
|
--- libpng-1.6.28.org/png.h 2017-01-06 07:54:14.001821909 +0900
|
||||||
+++ libpng-1.6.27/png.h 2017-01-05 17:22:39.122069134 +0900
|
+++ libpng-1.6.28/png.h 2017-01-06 07:52:51.552368347 +0900
|
||||||
@@ -366,6 +366,10 @@
|
@@ -359,6 +359,10 @@
|
||||||
# include "pnglibconf.h"
|
# include "pnglibconf.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ diff -Naru libpng-1.6.27.org/png.h libpng-1.6.27/png.h
|
|||||||
#ifndef PNG_VERSION_INFO_ONLY
|
#ifndef PNG_VERSION_INFO_ONLY
|
||||||
/* Machine specific configuration. */
|
/* Machine specific configuration. */
|
||||||
# include "pngconf.h"
|
# include "pngconf.h"
|
||||||
@@ -461,6 +465,17 @@
|
@@ -454,6 +458,17 @@
|
||||||
* See pngconf.h for base types that vary by machine/system
|
* See pngconf.h for base types that vary by machine/system
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -30,7 +30,7 @@ diff -Naru libpng-1.6.27.org/png.h libpng-1.6.27/png.h
|
|||||||
/* This triggers a compiler error in png.c, if png.c and png.h
|
/* This triggers a compiler error in png.c, if png.c and png.h
|
||||||
* do not agree upon the version number.
|
* do not agree upon the version number.
|
||||||
*/
|
*/
|
||||||
@@ -781,6 +796,10 @@
|
@@ -774,6 +789,10 @@
|
||||||
#define PNG_INFO_sPLT 0x2000U /* ESR, 1.0.6 */
|
#define PNG_INFO_sPLT 0x2000U /* ESR, 1.0.6 */
|
||||||
#define PNG_INFO_sCAL 0x4000U /* ESR, 1.0.6 */
|
#define PNG_INFO_sCAL 0x4000U /* ESR, 1.0.6 */
|
||||||
#define PNG_INFO_IDAT 0x8000U /* ESR, 1.0.6 */
|
#define PNG_INFO_IDAT 0x8000U /* ESR, 1.0.6 */
|
||||||
@ -41,7 +41,7 @@ diff -Naru libpng-1.6.27.org/png.h libpng-1.6.27/png.h
|
|||||||
|
|
||||||
/* This is used for the transformation routines, as some of them
|
/* This is used for the transformation routines, as some of them
|
||||||
* change these values for the row. It also should enable using
|
* change these values for the row. It also should enable using
|
||||||
@@ -818,6 +837,10 @@
|
@@ -811,6 +830,10 @@
|
||||||
#ifdef PNG_PROGRESSIVE_READ_SUPPORTED
|
#ifdef PNG_PROGRESSIVE_READ_SUPPORTED
|
||||||
typedef PNG_CALLBACK(void, *png_progressive_info_ptr, (png_structp, png_infop));
|
typedef PNG_CALLBACK(void, *png_progressive_info_ptr, (png_structp, png_infop));
|
||||||
typedef PNG_CALLBACK(void, *png_progressive_end_ptr, (png_structp, png_infop));
|
typedef PNG_CALLBACK(void, *png_progressive_end_ptr, (png_structp, png_infop));
|
||||||
@ -52,7 +52,7 @@ diff -Naru libpng-1.6.27.org/png.h libpng-1.6.27/png.h
|
|||||||
|
|
||||||
/* The following callback receives png_uint_32 row_number, int pass for the
|
/* The following callback receives png_uint_32 row_number, int pass for the
|
||||||
* png_bytep data of the row. When transforming an interlaced image the
|
* png_bytep data of the row. When transforming an interlaced image the
|
||||||
@@ -3246,6 +3269,74 @@
|
@@ -3239,6 +3262,74 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* END OF HARDWARE AND SOFTWARE OPTIONS
|
* END OF HARDWARE AND SOFTWARE OPTIONS
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
@ -127,7 +127,7 @@ diff -Naru libpng-1.6.27.org/png.h libpng-1.6.27/png.h
|
|||||||
|
|
||||||
/* Maintainer: Put new public prototypes here ^, in libpng.3, in project
|
/* Maintainer: Put new public prototypes here ^, in libpng.3, in project
|
||||||
* defs, and in scripts/symbols.def.
|
* defs, and in scripts/symbols.def.
|
||||||
@@ -3255,7 +3346,11 @@
|
@@ -3248,7 +3339,11 @@
|
||||||
* one to use is one more than this.)
|
* one to use is one more than this.)
|
||||||
*/
|
*/
|
||||||
#ifdef PNG_EXPORT_LAST_ORDINAL
|
#ifdef PNG_EXPORT_LAST_ORDINAL
|
||||||
@ -139,9 +139,9 @@ diff -Naru libpng-1.6.27.org/png.h libpng-1.6.27/png.h
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
diff -Naru libpng-1.6.27.org/pngget.c libpng-1.6.27/pngget.c
|
diff -Naru libpng-1.6.28.org/pngget.c libpng-1.6.28/pngget.c
|
||||||
--- libpng-1.6.27.org/pngget.c 2017-01-05 17:22:39.069069423 +0900
|
--- libpng-1.6.28.org/pngget.c 2017-01-06 07:13:10.613993529 +0900
|
||||||
+++ libpng-1.6.27/pngget.c 2017-01-05 17:22:39.122069134 +0900
|
+++ libpng-1.6.28/pngget.c 2017-01-06 07:52:51.542368413 +0900
|
||||||
@@ -1216,4 +1216,166 @@
|
@@ -1216,4 +1216,166 @@
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
@ -309,9 +309,9 @@ diff -Naru libpng-1.6.27.org/pngget.c libpng-1.6.27/pngget.c
|
|||||||
+}
|
+}
|
||||||
+#endif /* PNG_APNG_SUPPORTED */
|
+#endif /* PNG_APNG_SUPPORTED */
|
||||||
#endif /* READ || WRITE */
|
#endif /* READ || WRITE */
|
||||||
diff -Naru libpng-1.6.27.org/pnginfo.h libpng-1.6.27/pnginfo.h
|
diff -Naru libpng-1.6.28.org/pnginfo.h libpng-1.6.28/pnginfo.h
|
||||||
--- libpng-1.6.27.org/pnginfo.h 2017-01-05 17:22:39.069069423 +0900
|
--- libpng-1.6.28.org/pnginfo.h 2017-01-06 07:13:10.613993529 +0900
|
||||||
+++ libpng-1.6.27/pnginfo.h 2017-01-05 17:22:39.122069134 +0900
|
+++ libpng-1.6.28/pnginfo.h 2017-01-06 07:52:51.542368413 +0900
|
||||||
@@ -255,5 +255,18 @@
|
@@ -255,5 +255,18 @@
|
||||||
png_bytepp row_pointers; /* the image bits */
|
png_bytepp row_pointers; /* the image bits */
|
||||||
#endif
|
#endif
|
||||||
@ -331,9 +331,9 @@ diff -Naru libpng-1.6.27.org/pnginfo.h libpng-1.6.27/pnginfo.h
|
|||||||
+
|
+
|
||||||
};
|
};
|
||||||
#endif /* PNGINFO_H */
|
#endif /* PNGINFO_H */
|
||||||
diff -Naru libpng-1.6.27.org/pngpread.c libpng-1.6.27/pngpread.c
|
diff -Naru libpng-1.6.28.org/pngpread.c libpng-1.6.28/pngpread.c
|
||||||
--- libpng-1.6.27.org/pngpread.c 2017-01-05 17:22:39.069069423 +0900
|
--- libpng-1.6.28.org/pngpread.c 2017-01-06 07:13:10.614993523 +0900
|
||||||
+++ libpng-1.6.27/pngpread.c 2017-01-05 17:22:39.123069129 +0900
|
+++ libpng-1.6.28/pngpread.c 2017-01-06 07:52:51.542368413 +0900
|
||||||
@@ -194,6 +194,106 @@
|
@@ -194,6 +194,106 @@
|
||||||
|
|
||||||
chunk_name = png_ptr->chunk_name;
|
chunk_name = png_ptr->chunk_name;
|
||||||
@ -594,9 +594,9 @@ diff -Naru libpng-1.6.27.org/pngpread.c libpng-1.6.27/pngpread.c
|
|||||||
png_voidp PNGAPI
|
png_voidp PNGAPI
|
||||||
png_get_progressive_ptr(png_const_structrp png_ptr)
|
png_get_progressive_ptr(png_const_structrp png_ptr)
|
||||||
{
|
{
|
||||||
diff -Naru libpng-1.6.27.org/pngpriv.h libpng-1.6.27/pngpriv.h
|
diff -Naru libpng-1.6.28.org/pngpriv.h libpng-1.6.28/pngpriv.h
|
||||||
--- libpng-1.6.27.org/pngpriv.h 2017-01-05 17:22:39.070069418 +0900
|
--- libpng-1.6.28.org/pngpriv.h 2017-01-06 07:13:10.614993523 +0900
|
||||||
+++ libpng-1.6.27/pngpriv.h 2017-01-05 17:22:39.123069129 +0900
|
+++ libpng-1.6.28/pngpriv.h 2017-01-06 07:52:51.542368413 +0900
|
||||||
@@ -567,6 +567,10 @@
|
@@ -567,6 +567,10 @@
|
||||||
#define PNG_HAVE_CHUNK_AFTER_IDAT 0x2000U /* Have another chunk after IDAT */
|
#define PNG_HAVE_CHUNK_AFTER_IDAT 0x2000U /* Have another chunk after IDAT */
|
||||||
/* 0x4000U (unused) */
|
/* 0x4000U (unused) */
|
||||||
@ -673,9 +673,9 @@ diff -Naru libpng-1.6.27.org/pngpriv.h libpng-1.6.27/pngpriv.h
|
|||||||
/* Added at libpng version 1.4.0 */
|
/* Added at libpng version 1.4.0 */
|
||||||
#ifdef PNG_COLORSPACE_SUPPORTED
|
#ifdef PNG_COLORSPACE_SUPPORTED
|
||||||
/* These internal functions are for maintaining the colorspace structure within
|
/* These internal functions are for maintaining the colorspace structure within
|
||||||
diff -Naru libpng-1.6.27.org/pngread.c libpng-1.6.27/pngread.c
|
diff -Naru libpng-1.6.28.org/pngread.c libpng-1.6.28/pngread.c
|
||||||
--- libpng-1.6.27.org/pngread.c 2017-01-05 17:22:39.070069418 +0900
|
--- libpng-1.6.28.org/pngread.c 2017-01-06 07:13:10.615993516 +0900
|
||||||
+++ libpng-1.6.27/pngread.c 2017-01-05 17:22:39.124069123 +0900
|
+++ libpng-1.6.28/pngread.c 2017-01-06 07:52:51.543368407 +0900
|
||||||
@@ -161,6 +161,9 @@
|
@@ -161,6 +161,9 @@
|
||||||
|
|
||||||
else if (chunk_name == png_IDAT)
|
else if (chunk_name == png_IDAT)
|
||||||
@ -777,9 +777,9 @@ diff -Naru libpng-1.6.27.org/pngread.c libpng-1.6.27/pngread.c
|
|||||||
/* Optional call to update the users info_ptr structure */
|
/* Optional call to update the users info_ptr structure */
|
||||||
void PNGAPI
|
void PNGAPI
|
||||||
png_read_update_info(png_structrp png_ptr, png_inforp info_ptr)
|
png_read_update_info(png_structrp png_ptr, png_inforp info_ptr)
|
||||||
diff -Naru libpng-1.6.27.org/pngrutil.c libpng-1.6.27/pngrutil.c
|
diff -Naru libpng-1.6.28.org/pngrutil.c libpng-1.6.28/pngrutil.c
|
||||||
--- libpng-1.6.27.org/pngrutil.c 2017-01-05 17:22:39.072069407 +0900
|
--- libpng-1.6.28.org/pngrutil.c 2017-01-06 07:54:14.001821909 +0900
|
||||||
+++ libpng-1.6.27/pngrutil.c 2017-01-05 17:22:39.125069118 +0900
|
+++ libpng-1.6.28/pngrutil.c 2017-01-06 07:52:51.543368407 +0900
|
||||||
@@ -861,6 +861,11 @@
|
@@ -861,6 +861,11 @@
|
||||||
filter_type = buf[11];
|
filter_type = buf[11];
|
||||||
interlace_type = buf[12];
|
interlace_type = buf[12];
|
||||||
@ -1111,9 +1111,9 @@ diff -Naru libpng-1.6.27.org/pngrutil.c libpng-1.6.27/pngrutil.c
|
|||||||
+#endif /* PNG_PROGRESSIVE_READ_SUPPORTED */
|
+#endif /* PNG_PROGRESSIVE_READ_SUPPORTED */
|
||||||
+#endif /* PNG_READ_APNG_SUPPORTED */
|
+#endif /* PNG_READ_APNG_SUPPORTED */
|
||||||
#endif /* READ */
|
#endif /* READ */
|
||||||
diff -Naru libpng-1.6.27.org/pngset.c libpng-1.6.27/pngset.c
|
diff -Naru libpng-1.6.28.org/pngset.c libpng-1.6.28/pngset.c
|
||||||
--- libpng-1.6.27.org/pngset.c 2017-01-05 17:22:39.073069401 +0900
|
--- libpng-1.6.28.org/pngset.c 2017-01-06 07:13:10.617993502 +0900
|
||||||
+++ libpng-1.6.27/pngset.c 2017-01-05 17:22:39.125069118 +0900
|
+++ libpng-1.6.28/pngset.c 2017-01-06 07:52:51.548368374 +0900
|
||||||
@@ -241,6 +241,11 @@
|
@@ -241,6 +241,11 @@
|
||||||
info_ptr->pixel_depth = (png_byte)(info_ptr->channels * info_ptr->bit_depth);
|
info_ptr->pixel_depth = (png_byte)(info_ptr->channels * info_ptr->bit_depth);
|
||||||
|
|
||||||
@ -1274,9 +1274,9 @@ diff -Naru libpng-1.6.27.org/pngset.c libpng-1.6.27/pngset.c
|
|||||||
#ifdef PNG_STORE_UNKNOWN_CHUNKS_SUPPORTED
|
#ifdef PNG_STORE_UNKNOWN_CHUNKS_SUPPORTED
|
||||||
static png_byte
|
static png_byte
|
||||||
check_location(png_const_structrp png_ptr, int location)
|
check_location(png_const_structrp png_ptr, int location)
|
||||||
diff -Naru libpng-1.6.27.org/pngstruct.h libpng-1.6.27/pngstruct.h
|
diff -Naru libpng-1.6.28.org/pngstruct.h libpng-1.6.28/pngstruct.h
|
||||||
--- libpng-1.6.27.org/pngstruct.h 2017-01-05 17:22:39.073069401 +0900
|
--- libpng-1.6.28.org/pngstruct.h 2017-01-06 07:54:14.002821902 +0900
|
||||||
+++ libpng-1.6.27/pngstruct.h 2017-01-05 17:22:39.125069118 +0900
|
+++ libpng-1.6.28/pngstruct.h 2017-01-06 07:52:51.544368400 +0900
|
||||||
@@ -403,6 +403,27 @@
|
@@ -403,6 +403,27 @@
|
||||||
png_byte filter_type;
|
png_byte filter_type;
|
||||||
#endif
|
#endif
|
||||||
@ -1305,9 +1305,9 @@ diff -Naru libpng-1.6.27.org/pngstruct.h libpng-1.6.27/pngstruct.h
|
|||||||
/* New members added in libpng-1.2.0 */
|
/* New members added in libpng-1.2.0 */
|
||||||
|
|
||||||
/* New members added in libpng-1.0.2 but first enabled by default in 1.2.0 */
|
/* New members added in libpng-1.0.2 but first enabled by default in 1.2.0 */
|
||||||
diff -Naru libpng-1.6.27.org/pngtest.c libpng-1.6.27/pngtest.c
|
diff -Naru libpng-1.6.28.org/pngtest.c libpng-1.6.28/pngtest.c
|
||||||
--- libpng-1.6.27.org/pngtest.c 2017-01-05 17:22:39.073069401 +0900
|
--- libpng-1.6.28.org/pngtest.c 2017-01-06 07:54:14.002821902 +0900
|
||||||
+++ libpng-1.6.27/pngtest.c 2017-01-05 17:22:39.126069112 +0900
|
+++ libpng-1.6.28/pngtest.c 2017-01-06 07:52:51.545368393 +0900
|
||||||
@@ -874,6 +874,10 @@
|
@@ -874,6 +874,10 @@
|
||||||
volatile int num_passes;
|
volatile int num_passes;
|
||||||
int pass;
|
int pass;
|
||||||
@ -1453,9 +1453,9 @@ diff -Naru libpng-1.6.27.org/pngtest.c libpng-1.6.27/pngtest.c
|
|||||||
for (pass = 0; pass < num_passes; pass++)
|
for (pass = 0; pass < num_passes; pass++)
|
||||||
{
|
{
|
||||||
# ifdef calc_pass_height
|
# ifdef calc_pass_height
|
||||||
diff -Naru libpng-1.6.27.org/pngwrite.c libpng-1.6.27/pngwrite.c
|
diff -Naru libpng-1.6.28.org/pngwrite.c libpng-1.6.28/pngwrite.c
|
||||||
--- libpng-1.6.27.org/pngwrite.c 2017-01-05 17:22:39.074069396 +0900
|
--- libpng-1.6.28.org/pngwrite.c 2017-01-06 07:13:10.618993495 +0900
|
||||||
+++ libpng-1.6.27/pngwrite.c 2017-01-05 17:22:39.126069112 +0900
|
+++ libpng-1.6.28/pngwrite.c 2017-01-06 07:52:51.546368387 +0900
|
||||||
@@ -128,6 +128,10 @@
|
@@ -128,6 +128,10 @@
|
||||||
* the application continues writing the PNG. So check the 'invalid'
|
* the application continues writing the PNG. So check the 'invalid'
|
||||||
* flag here too.
|
* flag here too.
|
||||||
@ -1523,9 +1523,9 @@ diff -Naru libpng-1.6.27.org/pngwrite.c libpng-1.6.27/pngwrite.c
|
|||||||
|
|
||||||
#ifdef PNG_SIMPLIFIED_WRITE_SUPPORTED
|
#ifdef PNG_SIMPLIFIED_WRITE_SUPPORTED
|
||||||
/* Initialize the write structure - general purpose utility. */
|
/* Initialize the write structure - general purpose utility. */
|
||||||
diff -Naru libpng-1.6.27.org/pngwutil.c libpng-1.6.27/pngwutil.c
|
diff -Naru libpng-1.6.28.org/pngwutil.c libpng-1.6.28/pngwutil.c
|
||||||
--- libpng-1.6.27.org/pngwutil.c 2017-01-05 17:22:39.074069396 +0900
|
--- libpng-1.6.28.org/pngwutil.c 2017-01-06 07:13:10.619993488 +0900
|
||||||
+++ libpng-1.6.27/pngwutil.c 2017-01-05 17:22:39.127069107 +0900
|
+++ libpng-1.6.28/pngwutil.c 2017-01-06 07:52:51.546368387 +0900
|
||||||
@@ -817,6 +817,11 @@
|
@@ -817,6 +817,11 @@
|
||||||
/* Write the chunk */
|
/* Write the chunk */
|
||||||
png_write_complete_chunk(png_ptr, png_IHDR, buf, (png_size_t)13);
|
png_write_complete_chunk(png_ptr, png_IHDR, buf, (png_size_t)13);
|
||||||
@ -1692,9 +1692,9 @@ diff -Naru libpng-1.6.27.org/pngwutil.c libpng-1.6.27/pngwutil.c
|
|||||||
+}
|
+}
|
||||||
+#endif /* PNG_WRITE_APNG_SUPPORTED */
|
+#endif /* PNG_WRITE_APNG_SUPPORTED */
|
||||||
#endif /* WRITE */
|
#endif /* WRITE */
|
||||||
diff -Naru libpng-1.6.27.org/scripts/symbols.def libpng-1.6.27/scripts/symbols.def
|
diff -Naru libpng-1.6.28.org/scripts/symbols.def libpng-1.6.28/scripts/symbols.def
|
||||||
--- libpng-1.6.27.org/scripts/symbols.def 2017-01-05 17:22:39.080069363 +0900
|
--- libpng-1.6.28.org/scripts/symbols.def 2017-01-06 07:54:14.003821895 +0900
|
||||||
+++ libpng-1.6.27/scripts/symbols.def 2017-01-05 17:22:39.131069085 +0900
|
+++ libpng-1.6.28/scripts/symbols.def 2017-01-06 07:52:51.546368387 +0900
|
||||||
@@ -250,3 +250,23 @@
|
@@ -250,3 +250,23 @@
|
||||||
png_get_palette_max @243
|
png_get_palette_max @243
|
||||||
png_set_option @244
|
png_set_option @244
|
@ -1,6 +1,6 @@
|
|||||||
%define apiver %(echo %version | cut -d. -f1-2 | tr -d .)
|
%define apiver %(echo %version | cut -d. -f1-2 | tr -d .)
|
||||||
Name: libpng
|
Name: libpng
|
||||||
Version: 1.6.27
|
Version: 1.6.28
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library of functions for manipulating PNG image format files
|
Summary: A library of functions for manipulating PNG image format files
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -126,6 +126,9 @@ ln -s libpng%{apiver}.so %{buildroot}%{_prefix}/lib/libpng.so
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 08 2017 Automatic Build System <autodist@mambasoft.it> 1.6.28-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Jan 05 2017 Automatic Build System <autodist@mambasoft.it> 1.6.27-1mamba
|
* Thu Jan 05 2017 Automatic Build System <autodist@mambasoft.it> 1.6.27-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user