automatic version update by autodist [release 1.6.44-1mamba;Sat Sep 14 2024]

This commit is contained in:
Automatic Build System 2024-09-14 13:09:55 +02:00
parent feaa947e17
commit e838a3d072
2 changed files with 46 additions and 45 deletions

View File

@ -1,6 +1,6 @@
diff -Naru libpng-1.6.43.org/png.h libpng-1.6.43/png.h diff -Naru libpng-1.6.44.org/png.h libpng-1.6.44/png.h
--- libpng-1.6.43.org/png.h 2024-02-25 09:17:31.833108085 +0900 --- libpng-1.6.44.org/png.h 2024-09-14 09:46:13.877277813 +0900
+++ libpng-1.6.43/png.h 2024-02-25 09:21:42.311278288 +0900 +++ libpng-1.6.44/png.h 2024-09-14 09:46:58.042395715 +0900
@@ -329,6 +329,10 @@ @@ -329,6 +329,10 @@
# include "pnglibconf.h" # include "pnglibconf.h"
#endif #endif
@ -139,9 +139,9 @@ diff -Naru libpng-1.6.43.org/png.h libpng-1.6.43/png.h
#endif #endif
#ifdef __cplusplus #ifdef __cplusplus
diff -Naru libpng-1.6.43.org/pngget.c libpng-1.6.43/pngget.c diff -Naru libpng-1.6.44.org/pngget.c libpng-1.6.44/pngget.c
--- libpng-1.6.43.org/pngget.c 2024-02-24 21:30:16.161079410 +0900 --- libpng-1.6.44.org/pngget.c 2024-02-24 21:30:16.161079410 +0900
+++ libpng-1.6.43/pngget.c 2024-02-25 09:14:28.958714231 +0900 +++ libpng-1.6.44/pngget.c 2024-09-14 09:46:58.009395627 +0900
@@ -1264,4 +1264,166 @@ @@ -1264,4 +1264,166 @@
# endif # endif
#endif #endif
@ -309,9 +309,9 @@ diff -Naru libpng-1.6.43.org/pngget.c libpng-1.6.43/pngget.c
+} +}
+#endif /* PNG_APNG_SUPPORTED */ +#endif /* PNG_APNG_SUPPORTED */
#endif /* READ || WRITE */ #endif /* READ || WRITE */
diff -Naru libpng-1.6.43.org/pnginfo.h libpng-1.6.43/pnginfo.h diff -Naru libpng-1.6.44.org/pnginfo.h libpng-1.6.44/pnginfo.h
--- libpng-1.6.43.org/pnginfo.h 2022-11-24 08:37:51.507052183 +0900 --- libpng-1.6.44.org/pnginfo.h 2022-11-24 08:37:51.507052183 +0900
+++ libpng-1.6.43/pnginfo.h 2024-02-25 09:14:28.958714231 +0900 +++ libpng-1.6.44/pnginfo.h 2024-09-14 09:46:58.009395627 +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.43.org/pnginfo.h libpng-1.6.43/pnginfo.h
+ +
}; };
#endif /* PNGINFO_H */ #endif /* PNGINFO_H */
diff -Naru libpng-1.6.43.org/pngpread.c libpng-1.6.43/pngpread.c diff -Naru libpng-1.6.44.org/pngpread.c libpng-1.6.44/pngpread.c
--- libpng-1.6.43.org/pngpread.c 2024-02-25 09:17:31.833108085 +0900 --- libpng-1.6.44.org/pngpread.c 2024-02-25 09:17:31.833108085 +0900
+++ libpng-1.6.43/pngpread.c 2024-02-25 09:14:28.959714228 +0900 +++ libpng-1.6.44/pngpread.c 2024-09-14 09:46:58.010395629 +0900
@@ -195,6 +195,106 @@ @@ -195,6 +195,106 @@
chunk_name = png_ptr->chunk_name; chunk_name = png_ptr->chunk_name;
@ -594,10 +594,10 @@ diff -Naru libpng-1.6.43.org/pngpread.c libpng-1.6.43/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.43.org/pngpriv.h libpng-1.6.43/pngpriv.h diff -Naru libpng-1.6.44.org/pngpriv.h libpng-1.6.44/pngpriv.h
--- libpng-1.6.43.org/pngpriv.h 2024-02-25 09:11:25.434324144 +0900 --- libpng-1.6.44.org/pngpriv.h 2024-09-14 09:46:13.878277815 +0900
+++ libpng-1.6.43/pngpriv.h 2024-02-25 09:14:28.959714228 +0900 +++ libpng-1.6.44/pngpriv.h 2024-09-14 09:46:58.010395629 +0900
@@ -662,6 +662,10 @@ @@ -621,6 +621,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 */
#define PNG_WROTE_eXIf 0x4000U #define PNG_WROTE_eXIf 0x4000U
#define PNG_IS_READ_STRUCT 0x8000U /* Else is a write struct */ #define PNG_IS_READ_STRUCT 0x8000U /* Else is a write struct */
@ -608,7 +608,7 @@ diff -Naru libpng-1.6.43.org/pngpriv.h libpng-1.6.43/pngpriv.h
/* Flags for the transformations the PNG library does on the image data */ /* Flags for the transformations the PNG library does on the image data */
#define PNG_BGR 0x0001U #define PNG_BGR 0x0001U
@@ -898,6 +902,16 @@ @@ -857,6 +861,16 @@
#define png_tRNS PNG_U32(116, 82, 78, 83) #define png_tRNS PNG_U32(116, 82, 78, 83)
#define png_zTXt PNG_U32(122, 84, 88, 116) #define png_zTXt PNG_U32(122, 84, 88, 116)
@ -625,7 +625,7 @@ diff -Naru libpng-1.6.43.org/pngpriv.h libpng-1.6.43/pngpriv.h
/* The following will work on (signed char*) strings, whereas the get_uint_32 /* The following will work on (signed char*) strings, whereas the get_uint_32
* macro will fail on top-bit-set values because of the sign extension. * macro will fail on top-bit-set values because of the sign extension.
*/ */
@@ -1703,6 +1717,47 @@ @@ -1662,6 +1676,47 @@
*/ */
#endif #endif
@ -673,9 +673,9 @@ diff -Naru libpng-1.6.43.org/pngpriv.h libpng-1.6.43/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.43.org/pngread.c libpng-1.6.43/pngread.c diff -Naru libpng-1.6.44.org/pngread.c libpng-1.6.44/pngread.c
--- libpng-1.6.43.org/pngread.c 2024-02-25 09:17:31.833108085 +0900 --- libpng-1.6.44.org/pngread.c 2024-02-25 09:17:31.833108085 +0900
+++ libpng-1.6.43/pngread.c 2024-02-25 09:14:28.959714228 +0900 +++ libpng-1.6.44/pngread.c 2024-09-14 09:46:58.010395629 +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.43.org/pngread.c libpng-1.6.43/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.43.org/pngrutil.c libpng-1.6.43/pngrutil.c diff -Naru libpng-1.6.44.org/pngrutil.c libpng-1.6.44/pngrutil.c
--- libpng-1.6.43.org/pngrutil.c 2024-02-24 21:30:16.164079400 +0900 --- libpng-1.6.44.org/pngrutil.c 2024-02-24 21:30:16.164079400 +0900
+++ libpng-1.6.43/pngrutil.c 2024-02-25 09:14:28.960714224 +0900 +++ libpng-1.6.44/pngrutil.c 2024-09-14 09:46:58.011395632 +0900
@@ -863,6 +863,11 @@ @@ -863,6 +863,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.43.org/pngrutil.c libpng-1.6.43/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.43.org/pngset.c libpng-1.6.43/pngset.c diff -Naru libpng-1.6.44.org/pngset.c libpng-1.6.44/pngset.c
--- libpng-1.6.43.org/pngset.c 2024-02-24 21:30:16.164079400 +0900 --- libpng-1.6.44.org/pngset.c 2024-02-24 21:30:16.164079400 +0900
+++ libpng-1.6.43/pngset.c 2024-02-25 09:21:42.296278337 +0900 +++ libpng-1.6.44/pngset.c 2024-09-14 09:46:58.015395643 +0900
@@ -280,6 +280,11 @@ @@ -280,6 +280,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.43.org/pngset.c libpng-1.6.43/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.43.org/pngstruct.h libpng-1.6.43/pngstruct.h diff -Naru libpng-1.6.44.org/pngstruct.h libpng-1.6.44/pngstruct.h
--- libpng-1.6.43.org/pngstruct.h 2022-11-24 08:37:51.510052177 +0900 --- libpng-1.6.44.org/pngstruct.h 2022-11-24 08:37:51.510052177 +0900
+++ libpng-1.6.43/pngstruct.h 2024-02-25 09:14:28.960714224 +0900 +++ libpng-1.6.44/pngstruct.h 2024-09-14 09:46:58.011395632 +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.43.org/pngstruct.h libpng-1.6.43/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.43.org/pngtest.c libpng-1.6.43/pngtest.c diff -Naru libpng-1.6.44.org/pngtest.c libpng-1.6.44/pngtest.c
--- libpng-1.6.43.org/pngtest.c 2024-02-25 09:17:31.835108078 +0900 --- libpng-1.6.44.org/pngtest.c 2024-09-14 09:46:13.878277815 +0900
+++ libpng-1.6.43/pngtest.c 2024-02-25 09:20:08.014590616 +0900 +++ libpng-1.6.44/pngtest.c 2024-09-14 09:46:58.012395635 +0900
@@ -882,6 +882,10 @@ @@ -882,6 +882,10 @@
int bit_depth, color_type; int bit_depth, color_type;
user_chunk_info my_user_chunk_data; user_chunk_info my_user_chunk_data;
@ -1453,9 +1453,9 @@ diff -Naru libpng-1.6.43.org/pngtest.c libpng-1.6.43/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.43.org/pngwrite.c libpng-1.6.43/pngwrite.c diff -Naru libpng-1.6.44.org/pngwrite.c libpng-1.6.44/pngwrite.c
--- libpng-1.6.43.org/pngwrite.c 2024-02-24 21:30:16.165079396 +0900 --- libpng-1.6.44.org/pngwrite.c 2024-02-24 21:30:16.165079396 +0900
+++ libpng-1.6.43/pngwrite.c 2024-02-25 09:14:28.961714221 +0900 +++ libpng-1.6.44/pngwrite.c 2024-09-14 09:46:58.012395635 +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.43.org/pngwrite.c libpng-1.6.43/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.43.org/pngwutil.c libpng-1.6.43/pngwutil.c diff -Naru libpng-1.6.44.org/pngwutil.c libpng-1.6.44/pngwutil.c
--- libpng-1.6.43.org/pngwutil.c 2024-02-24 21:30:16.166079393 +0900 --- libpng-1.6.44.org/pngwutil.c 2024-02-24 21:30:16.166079393 +0900
+++ libpng-1.6.43/pngwutil.c 2024-02-25 09:21:42.305278308 +0900 +++ libpng-1.6.44/pngwutil.c 2024-09-14 09:46:58.032395689 +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.43.org/pngwutil.c libpng-1.6.43/pngwutil.c
+} +}
+#endif /* PNG_WRITE_APNG_SUPPORTED */ +#endif /* PNG_WRITE_APNG_SUPPORTED */
#endif /* WRITE */ #endif /* WRITE */
diff -Naru libpng-1.6.43.org/scripts/symbols.def libpng-1.6.43/scripts/symbols.def diff -Naru libpng-1.6.44.org/scripts/symbols.def libpng-1.6.44/scripts/symbols.def
--- libpng-1.6.43.org/scripts/symbols.def 2022-11-24 08:37:51.515052168 +0900 --- libpng-1.6.44.org/scripts/symbols.def 2022-11-24 08:37:51.515052168 +0900
+++ libpng-1.6.43/scripts/symbols.def 2024-02-25 09:14:28.961714221 +0900 +++ libpng-1.6.44/scripts/symbols.def 2024-09-14 09:46:58.013395638 +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

View File

@ -1,7 +1,7 @@
%define apiver %(echo %version | cut -d. -f1-2 | tr -d .) %define apiver %(echo %version | cut -d. -f1-2 | tr -d .)
%define apngver %{version} %define apngver %{version}
Name: libpng Name: libpng
Version: 1.6.43 Version: 1.6.44
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
@ -54,8 +54,6 @@ rm -f %{buildroot}%{_libdir}/libpng.la
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files %files
%defattr(-,root,root) %defattr(-,root,root)
@ -97,6 +95,9 @@ rm -f %{buildroot}%{_libdir}/libpng.la
%endif %endif
%changelog %changelog
* Sat Sep 14 2024 Automatic Build System <autodist@openmamba.org> 1.6.44-1mamba
- automatic version update by autodist
* Sun Feb 25 2024 Automatic Build System <autodist@openmamba.org> 1.6.43-1mamba * Sun Feb 25 2024 Automatic Build System <autodist@openmamba.org> 1.6.43-1mamba
- automatic version update by autodist - automatic version update by autodist