automatic version update by autodist [release 1.6.39-1mamba;Thu Nov 24 2022]
This commit is contained in:
parent
470d287fde
commit
6bf5e430d2
@ -1,6 +1,6 @@
|
|||||||
diff -Naru libpng-1.6.38.org/png.h libpng-1.6.38/png.h
|
diff -Naru libpng-1.6.39.org/png.h libpng-1.6.39/png.h
|
||||||
--- libpng-1.6.38.org/png.h 2022-09-16 08:26:53.807630063 +0900
|
--- libpng-1.6.39.org/png.h 2022-11-24 08:37:51.507052183 +0900
|
||||||
+++ libpng-1.6.38/png.h 2022-09-16 21:05:31.192417893 +0900
|
+++ libpng-1.6.39/png.h 2022-11-24 08:41:17.785489740 +0900
|
||||||
@@ -330,6 +330,10 @@
|
@@ -330,6 +330,10 @@
|
||||||
# include "pnglibconf.h"
|
# include "pnglibconf.h"
|
||||||
#endif
|
#endif
|
||||||
@ -139,9 +139,9 @@ diff -Naru libpng-1.6.38.org/png.h libpng-1.6.38/png.h
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
diff -Naru libpng-1.6.38.org/pngget.c libpng-1.6.38/pngget.c
|
diff -Naru libpng-1.6.39.org/pngget.c libpng-1.6.39/pngget.c
|
||||||
--- libpng-1.6.38.org/pngget.c 2022-09-16 08:26:53.807630063 +0900
|
--- libpng-1.6.39.org/pngget.c 2022-11-24 08:37:51.507052183 +0900
|
||||||
+++ libpng-1.6.38/pngget.c 2022-09-16 21:05:31.192417893 +0900
|
+++ libpng-1.6.39/pngget.c 2022-11-24 08:41:17.785489740 +0900
|
||||||
@@ -1246,4 +1246,166 @@
|
@@ -1246,4 +1246,166 @@
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
@ -309,9 +309,9 @@ diff -Naru libpng-1.6.38.org/pngget.c libpng-1.6.38/pngget.c
|
|||||||
+}
|
+}
|
||||||
+#endif /* PNG_APNG_SUPPORTED */
|
+#endif /* PNG_APNG_SUPPORTED */
|
||||||
#endif /* READ || WRITE */
|
#endif /* READ || WRITE */
|
||||||
diff -Naru libpng-1.6.38.org/pnginfo.h libpng-1.6.38/pnginfo.h
|
diff -Naru libpng-1.6.39.org/pnginfo.h libpng-1.6.39/pnginfo.h
|
||||||
--- libpng-1.6.38.org/pnginfo.h 2019-04-19 07:21:37.399024787 +0900
|
--- libpng-1.6.39.org/pnginfo.h 2022-11-24 08:37:51.507052183 +0900
|
||||||
+++ libpng-1.6.38/pnginfo.h 2022-09-16 21:05:31.192417893 +0900
|
+++ libpng-1.6.39/pnginfo.h 2022-11-24 08:41:17.785489740 +0900
|
||||||
@@ -263,5 +263,18 @@
|
@@ -263,5 +263,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.38.org/pnginfo.h libpng-1.6.38/pnginfo.h
|
|||||||
+
|
+
|
||||||
};
|
};
|
||||||
#endif /* PNGINFO_H */
|
#endif /* PNGINFO_H */
|
||||||
diff -Naru libpng-1.6.38.org/pngpread.c libpng-1.6.38/pngpread.c
|
diff -Naru libpng-1.6.39.org/pngpread.c libpng-1.6.39/pngpread.c
|
||||||
--- libpng-1.6.38.org/pngpread.c 2019-04-19 07:21:37.399024787 +0900
|
--- libpng-1.6.39.org/pngpread.c 2022-11-24 08:37:51.507052183 +0900
|
||||||
+++ libpng-1.6.38/pngpread.c 2022-09-16 21:05:31.193417894 +0900
|
+++ libpng-1.6.39/pngpread.c 2022-11-24 08:41:17.785489740 +0900
|
||||||
@@ -195,6 +195,106 @@
|
@@ -195,6 +195,106 @@
|
||||||
|
|
||||||
chunk_name = png_ptr->chunk_name;
|
chunk_name = png_ptr->chunk_name;
|
||||||
@ -594,9 +594,9 @@ diff -Naru libpng-1.6.38.org/pngpread.c libpng-1.6.38/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.38.org/pngpriv.h libpng-1.6.38/pngpriv.h
|
diff -Naru libpng-1.6.39.org/pngpriv.h libpng-1.6.39/pngpriv.h
|
||||||
--- libpng-1.6.38.org/pngpriv.h 2022-09-16 08:26:53.807630063 +0900
|
--- libpng-1.6.39.org/pngpriv.h 2022-11-24 08:37:51.508052181 +0900
|
||||||
+++ libpng-1.6.38/pngpriv.h 2022-09-16 21:05:31.193417894 +0900
|
+++ libpng-1.6.39/pngpriv.h 2022-11-24 08:41:17.785489740 +0900
|
||||||
@@ -628,6 +628,10 @@
|
@@ -628,6 +628,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.38.org/pngpriv.h libpng-1.6.38/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.38.org/pngread.c libpng-1.6.38/pngread.c
|
diff -Naru libpng-1.6.39.org/pngread.c libpng-1.6.39/pngread.c
|
||||||
--- libpng-1.6.38.org/pngread.c 2022-09-16 08:26:53.808630064 +0900
|
--- libpng-1.6.39.org/pngread.c 2022-11-24 08:37:51.508052181 +0900
|
||||||
+++ libpng-1.6.38/pngread.c 2022-09-16 21:05:31.193417894 +0900
|
+++ libpng-1.6.39/pngread.c 2022-11-24 08:41:17.786489737 +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.38.org/pngread.c libpng-1.6.38/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.38.org/pngrutil.c libpng-1.6.38/pngrutil.c
|
diff -Naru libpng-1.6.39.org/pngrutil.c libpng-1.6.39/pngrutil.c
|
||||||
--- libpng-1.6.38.org/pngrutil.c 2022-09-16 08:26:53.809630065 +0900
|
--- libpng-1.6.39.org/pngrutil.c 2022-11-24 08:37:51.510052177 +0900
|
||||||
+++ libpng-1.6.38/pngrutil.c 2022-09-16 21:05:31.194417894 +0900
|
+++ libpng-1.6.39/pngrutil.c 2022-11-24 08:41:17.787489734 +0900
|
||||||
@@ -864,6 +864,11 @@
|
@@ -864,6 +864,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.38.org/pngrutil.c libpng-1.6.38/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.38.org/pngset.c libpng-1.6.38/pngset.c
|
diff -Naru libpng-1.6.39.org/pngset.c libpng-1.6.39/pngset.c
|
||||||
--- libpng-1.6.38.org/pngset.c 2022-09-16 08:26:53.809630065 +0900
|
--- libpng-1.6.39.org/pngset.c 2022-11-24 08:37:51.510052177 +0900
|
||||||
+++ libpng-1.6.38/pngset.c 2022-09-16 21:05:31.194417894 +0900
|
+++ libpng-1.6.39/pngset.c 2022-11-24 08:41:17.787489734 +0900
|
||||||
@@ -288,6 +288,11 @@
|
@@ -288,6 +288,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.38.org/pngset.c libpng-1.6.38/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.38.org/pngstruct.h libpng-1.6.38/pngstruct.h
|
diff -Naru libpng-1.6.39.org/pngstruct.h libpng-1.6.39/pngstruct.h
|
||||||
--- libpng-1.6.38.org/pngstruct.h 2022-09-16 08:26:53.809630065 +0900
|
--- libpng-1.6.39.org/pngstruct.h 2022-11-24 08:37:51.510052177 +0900
|
||||||
+++ libpng-1.6.38/pngstruct.h 2022-09-16 21:05:31.194417894 +0900
|
+++ libpng-1.6.39/pngstruct.h 2022-11-24 08:41:17.787489734 +0900
|
||||||
@@ -399,6 +399,27 @@
|
@@ -399,6 +399,27 @@
|
||||||
png_byte filter_type;
|
png_byte filter_type;
|
||||||
#endif
|
#endif
|
||||||
@ -1305,9 +1305,9 @@ diff -Naru libpng-1.6.38.org/pngstruct.h libpng-1.6.38/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.38.org/pngtest.c libpng-1.6.38/pngtest.c
|
diff -Naru libpng-1.6.39.org/pngtest.c libpng-1.6.39/pngtest.c
|
||||||
--- libpng-1.6.38.org/pngtest.c 2022-09-16 08:26:53.809630065 +0900
|
--- libpng-1.6.39.org/pngtest.c 2022-11-24 08:37:51.510052177 +0900
|
||||||
+++ libpng-1.6.38/pngtest.c 2022-09-16 21:05:31.194417894 +0900
|
+++ libpng-1.6.39/pngtest.c 2022-11-24 08:41:17.787489734 +0900
|
||||||
@@ -875,6 +875,10 @@
|
@@ -875,6 +875,10 @@
|
||||||
volatile int num_passes;
|
volatile int num_passes;
|
||||||
int pass;
|
int pass;
|
||||||
@ -1453,9 +1453,9 @@ diff -Naru libpng-1.6.38.org/pngtest.c libpng-1.6.38/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.38.org/pngwrite.c libpng-1.6.38/pngwrite.c
|
diff -Naru libpng-1.6.39.org/pngwrite.c libpng-1.6.39/pngwrite.c
|
||||||
--- libpng-1.6.38.org/pngwrite.c 2022-09-16 08:26:53.809630065 +0900
|
--- libpng-1.6.39.org/pngwrite.c 2022-11-24 08:37:51.511052176 +0900
|
||||||
+++ libpng-1.6.38/pngwrite.c 2022-09-16 21:05:31.194417894 +0900
|
+++ libpng-1.6.39/pngwrite.c 2022-11-24 08:41:17.787489734 +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.38.org/pngwrite.c libpng-1.6.38/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.38.org/pngwutil.c libpng-1.6.38/pngwutil.c
|
diff -Naru libpng-1.6.39.org/pngwutil.c libpng-1.6.39/pngwutil.c
|
||||||
--- libpng-1.6.38.org/pngwutil.c 2019-04-19 07:21:37.402024748 +0900
|
--- libpng-1.6.39.org/pngwutil.c 2022-11-24 08:37:51.511052176 +0900
|
||||||
+++ libpng-1.6.38/pngwutil.c 2022-09-16 21:05:31.195417894 +0900
|
+++ libpng-1.6.39/pngwutil.c 2022-11-24 08:41:17.788489731 +0900
|
||||||
@@ -821,6 +821,11 @@
|
@@ -821,6 +821,11 @@
|
||||||
/* Write the chunk */
|
/* Write the chunk */
|
||||||
png_write_complete_chunk(png_ptr, png_IHDR, buf, 13);
|
png_write_complete_chunk(png_ptr, png_IHDR, buf, 13);
|
||||||
@ -1699,9 +1699,9 @@ diff -Naru libpng-1.6.38.org/pngwutil.c libpng-1.6.38/pngwutil.c
|
|||||||
+}
|
+}
|
||||||
+#endif /* PNG_WRITE_APNG_SUPPORTED */
|
+#endif /* PNG_WRITE_APNG_SUPPORTED */
|
||||||
#endif /* WRITE */
|
#endif /* WRITE */
|
||||||
diff -Naru libpng-1.6.38.org/scripts/symbols.def libpng-1.6.38/scripts/symbols.def
|
diff -Naru libpng-1.6.39.org/scripts/symbols.def libpng-1.6.39/scripts/symbols.def
|
||||||
--- libpng-1.6.38.org/scripts/symbols.def 2019-04-19 07:21:37.405024710 +0900
|
--- libpng-1.6.39.org/scripts/symbols.def 2022-11-24 08:37:51.515052168 +0900
|
||||||
+++ libpng-1.6.38/scripts/symbols.def 2022-09-16 21:05:31.195417894 +0900
|
+++ libpng-1.6.39/scripts/symbols.def 2022-11-24 08:41:17.788489731 +0900
|
||||||
@@ -253,3 +253,23 @@
|
@@ -253,3 +253,23 @@
|
||||||
png_set_eXIf @247
|
png_set_eXIf @247
|
||||||
png_get_eXIf_1 @248
|
png_get_eXIf_1 @248
|
@ -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.38
|
Version: 1.6.39
|
||||||
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
|
||||||
@ -99,6 +99,9 @@ rm -f %{buildroot}%{_libdir}/libpng.la
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 24 2022 Automatic Build System <autodist@mambasoft.it> 1.6.39-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Sep 17 2022 Automatic Build System <autodist@mambasoft.it> 1.6.38-1mamba
|
* Sat Sep 17 2022 Automatic Build System <autodist@mambasoft.it> 1.6.38-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user