Ignore:
Timestamp:
Aug 25, 2023, 6:21:59 PM (2 years ago)
Author:
tellie
Message:

spec: libzip: Release version 1.10.1-1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/libzip.spec

    r1826 r1836  
    66
    77Name:    libzip
    8 Version: 1.9.2
     8Version: 1.10.1
    99Release: 1%{?dist}
    1010Summary: C library for reading, creating, and modifying zip archives
     
    111111export LIBS="-lcx"
    112112
    113 %cmake \
     113%cmake .. \
    114114  -DENABLE_COMMONCRYPTO:BOOL=ON \
    115115  -DENABLE_GNUTLS:BOOL=OFF \
     
    123123  -DBUILD_REGRESS:BOOL=ON \
    124124  -DBUILD_EXAMPLES:BOOL=OFF \
    125   -DBUILD_DOC:BOOL=ON ..
    126 
     125  -DBUILD_DOC:BOOL=ON
     126 
    127127make %{?_smp_mflags}
    128128%endif
     
    183183
    184184%changelog
     185* Fri Aug 25 2023 Elbert pol <elbert.pol@gmail.com> - 1.10.1
     186- Updated to latest version.
     187
     188* Wed Jul 05 2023 Elbert Pol <elbert.pol@gmail.com> - 1.10.0
     189- Updated to latest version.
     190
    185191* Sun Jan 15 2023 Elbert Pol <elbert.pol@gmail.com> - 1.9.2 - 1
    186192- Updated to latest version
Note: See TracChangeset for help on using the changeset viewer.