Update to 2.1.3
This commit is contained in:
parent
6e6734c6fc
commit
3d326a85e2
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (zlib-ng-2.0.6.tar.gz) = 4888f17160d0a87a9b349704047ae0d0dc57237a10e11adae09ace957afa9743cce5191db67cb082991421fc961ce68011199621034d2369c0e7724fad58b4c5
|
SHA512 (zlib-ng-2.1.3.tar.gz) = cb987c0b20a11fca5361dce94e53dead7364e739a984545c38ad4bf0c7fedd83d5d62530d979eca2182da88d7507a9bec8d3f5abff41e92ab5a63ac61001502e
|
||||||
|
23
zlib-ng.spec
23
zlib-ng.spec
@ -1,17 +1,18 @@
|
|||||||
|
# Be explicit about the soname in order to avoid unintentional changes.
|
||||||
|
%global soname libz-ng.so.2
|
||||||
|
|
||||||
Name: zlib-ng
|
Name: zlib-ng
|
||||||
Version: 2.0.6
|
Version: 2.1.3
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Zlib replacement with optimizations
|
Summary: Zlib replacement with optimizations
|
||||||
License: zlib
|
License: zlib
|
||||||
Url: https://github.com/zlib-ng/zlib-ng
|
Url: https://github.com/zlib-ng/zlib-ng
|
||||||
Source0: https://github.com/zlib-ng/zlib-ng/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/zlib-ng/zlib-ng/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
# Be explicit about the soname in order to avoid unintentional changes.
|
|
||||||
%global soname libz-ng.so.2
|
|
||||||
|
|
||||||
ExclusiveArch: aarch64 i686 ppc64le s390x x86_64
|
ExclusiveArch: aarch64 i686 ppc64le s390x x86_64
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake >= 3.1
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: cmake(GTest)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
zlib-ng is a zlib replacement that provides optimizations for "next generation"
|
zlib-ng is a zlib replacement that provides optimizations for "next generation"
|
||||||
@ -40,18 +41,22 @@ developing application that use %{name}.
|
|||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_libdir}/%{soname}
|
|
||||||
%{_libdir}/libz-ng.so.2.*
|
|
||||||
%license LICENSE.md
|
%license LICENSE.md
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
%{_libdir}/libz-ng.so.%{version}
|
||||||
|
%{_libdir}/%{soname}
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/zconf-ng.h
|
%{_includedir}/zconf-ng.h
|
||||||
%{_includedir}/zlib-ng.h
|
%{_includedir}/zlib-ng.h
|
||||||
|
%{_includedir}/zlib_name_mangling-ng.h
|
||||||
%{_libdir}/libz-ng.so
|
%{_libdir}/libz-ng.so
|
||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 11 2023 Ali Erdinc Koroglu <aekoroglu@fedoraproject.org> - 2.1.3-1
|
||||||
|
- Update to 2.1.3
|
||||||
|
|
||||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.6-3
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.6-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user