Update to 1.2.13
This commit is contained in:
parent
b7199d0890
commit
1883eda9a9
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ zlib-1.2.3.tar.gz
|
||||
/zlib-1.2.8.tar.gz
|
||||
/zlib-1.2.11.tar.xz
|
||||
/zlib-1.2.12.tar.xz
|
||||
/zlib-1.2.13.tar.xz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
diff -rupN --no-dereference zlib-1.2.12/CMakeLists.txt zlib-1.2.12-new/CMakeLists.txt
|
||||
--- zlib-1.2.12/CMakeLists.txt 2022-03-28 01:39:42.000000000 +0200
|
||||
+++ zlib-1.2.12-new/CMakeLists.txt 2022-06-30 09:45:57.294026936 +0200
|
||||
@@ -199,12 +199,16 @@ if(NOT CYGWIN)
|
||||
diff -rupN --no-dereference zlib-1.2.13/CMakeLists.txt zlib-1.2.13-new/CMakeLists.txt
|
||||
--- zlib-1.2.13/CMakeLists.txt 2022-10-13 07:06:55.000000000 +0200
|
||||
+++ zlib-1.2.13-new/CMakeLists.txt 2022-12-13 09:35:24.752040574 +0100
|
||||
@@ -163,12 +163,16 @@ if(NOT CYGWIN)
|
||||
set_target_properties(zlib PROPERTIES VERSION ${ZLIB_FULL_VERSION})
|
||||
endif()
|
||||
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%{?mingw_package_header}
|
||||
|
||||
Name: mingw-zlib
|
||||
Version: 1.2.12
|
||||
Release: 2%{?dist}
|
||||
Version: 1.2.13
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows zlib compression library
|
||||
|
||||
License: Zlib
|
||||
@ -105,6 +105,9 @@ rm -rf %{buildroot}%{mingw64_mandir}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 13 2022 Sandro Mani <manisandro@gmail.com> - 1.2.13-1
|
||||
- Update to 1.2.13
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (zlib-1.2.12.tar.xz) = 12940e81e988f7661da52fa20bdc333314ae86a621fdb748804a20840b065a1d6d984430f2d41f3a057de0effc6ff9bcf42f9ee9510b88219085f59cbbd082bd
|
||||
SHA512 (zlib-1.2.13.tar.xz) = 9e7ac71a1824855ae526506883e439456b74ac0b811d54e94f6908249ba8719bec4c8d7672903c5280658b26cb6b5e93ecaaafe5cdc2980c760fa196773f0725
|
||||
|
||||
Loading…
Reference in New Issue
Block a user