[packages/minizip-ng] - updated to 4.0.7
qboosh
qboosh at pld-linux.org
Fri Jun 21 21:50:47 CEST 2024
commit 4139ff5933d66ac25f72a7781c009237327293e5
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Jun 21 21:43:52 2024 +0200
- updated to 4.0.7
minizip-ng-cmake.patch | 10 +++++-----
minizip-ng.spec | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/minizip-ng.spec b/minizip-ng.spec
index 1d1c1b0..3d34a4f 100644
--- a/minizip-ng.spec
+++ b/minizip-ng.spec
@@ -1,13 +1,13 @@
Summary: zip manipulation library written in C
Summary(pl.UTF-8): Biblioteka operacji na plikach zip napisana w C
Name: minizip-ng
-Version: 4.0.4
+Version: 4.0.7
Release: 1
License: Zlib
Group: Libraries
#Source0Download: https://github.com/zlib-ng/minizip-ng/releases
Source0: https://github.com/zlib-ng/minizip-ng/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 3f6d093dd20390948cd1170a8ac50159
+# Source0-md5: 7c1c8e967eafd54c6adf529dac9676e3
Patch0: %{name}-cmake.patch
URL: https://github.com/zlib-ng/minizip-ng
BuildRequires: bzip2-devel
diff --git a/minizip-ng-cmake.patch b/minizip-ng-cmake.patch
index 3fe118d..e6560a2 100644
--- a/minizip-ng-cmake.patch
+++ b/minizip-ng-cmake.patch
@@ -1,13 +1,13 @@
---- minizip-ng-4.0.4/CMakeLists.txt.orig 2023-12-30 22:00:16.374720193 +0100
-+++ minizip-ng-4.0.4/CMakeLists.txt 2023-12-30 22:01:23.351024018 +0100
-@@ -734,12 +734,6 @@ if(NOT SKIP_INSTALL_LIBRARIES AND NOT SK
+--- minizip-ng-4.0.7/CMakeLists.txt.orig 2024-06-21 21:13:35.895285350 +0200
++++ minizip-ng-4.0.7/CMakeLists.txt 2024-06-21 21:22:47.212298609 +0200
+@@ -732,12 +732,6 @@ if(NOT SKIP_INSTALL_LIBRARIES AND NOT SK
write_basic_package_version_file(${CMAKE_CURRENT_BINARY_DIR}/${MINIZIP_TARGET}-config-version.cmake
COMPATIBILITY SameMajorVersion)
set(MINIZIP_CONFIG_CONTENT "@PACKAGE_INIT@\n")
- if(MINIZIP_DEP_PKG)
- string(APPEND MINIZIP_CONFIG_CONTENT "include(CMakeFindDependencyMacro)\n")
-- foreach(PKG_NAME ${MINIZIP_DEP_PKG})
-- string(APPEND MINIZIP_CONFIG_CONTENT "find_dependency(${PKG_NAME} REQUIRED)\n")
+- foreach(pkg_name ${MINIZIP_DEP_PKG})
+- string(APPEND MINIZIP_CONFIG_CONTENT "find_dependency(${pkg_name} REQUIRED)\n")
- endforeach()
- endif()
string(APPEND MINIZIP_CONFIG_CONTENT "include(\"\${CMAKE_CURRENT_LIST_DIR}/${MINIZIP_TARGET}.cmake\")")
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/minizip-ng.git/commitdiff/4139ff5933d66ac25f72a7781c009237327293e5
More information about the pld-cvs-commit
mailing list