summaryrefslogtreecommitdiffstats
path: root/libzip.spec
diff options
context:
space:
mode:
Diffstat (limited to 'libzip.spec')
-rw-r--r--libzip.spec17
1 files changed, 9 insertions, 8 deletions
diff --git a/libzip.spec b/libzip.spec
index 2d0d57a..54dacbd 100644
--- a/libzip.spec
+++ b/libzip.spec
@@ -20,9 +20,12 @@
%global libname libzip
%global soname 5
+%if 0%{?fedora} >= 37
+%bcond_without tests
+%else
# missing nihtest
-# see https://bugzilla.redhat.com/show_bug.cgi?id=2217257
%bcond_with tests
+%endif
%if 0%{?vendeur:1} && 0%{?rhel} >= 8
%bcond_without move_to_opt
@@ -42,7 +45,7 @@ Name: %{libname}
%endif
%endif
-Version: 1.10.0
+Version: 1.10.1
Release: 1%{?dist}
Summary: C library for reading, creating, and modifying zip archives
@@ -50,9 +53,6 @@ License: BSD-3-Clause
URL: https://libzip.org/
Source0: https://libzip.org/download/libzip-%{version}.tar.xz
-# Upstream patch
-Patch0: libzip-tests.patch
-
BuildRequires: gcc
BuildRequires: zlib-devel >= 1.1.2
BuildRequires: bzip2-devel
@@ -68,7 +68,7 @@ BuildRequires: cmake >= 3.4
%endif
BuildRequires: mandoc
%if %{with tests}
-BuildRequires: python3-nihtest
+BuildRequires: nihtest
%endif
%if 0%{?rhel} == 7
@@ -167,8 +167,6 @@ The %{name}-tools package provides command line tools split off %{name}:
%setup -q -n %{libname}-%{version}
: ========== BUILD in %{_prefix} ==========
-%patch -P0 -p1 -b .upstream
-
# unwanted in package documentation
rm INSTALL.md
@@ -282,6 +280,9 @@ make check
%changelog
+* Wed Aug 23 2023 Remi Collet <remi@remirepo.net> - 1.10.1-1
+- update to 1.10.1
+
* Fri Jun 23 2023 Remi Collet <remi@remirepo.net> - 1.10.0-1
- update to 1.10.0