@@ -2,14 +2,13 @@ Vendor: Microsoft Corporation
22Distribution: Azure Linux
33Summary: A straightforward implementation of DBM
44Name: kyotocabinet
5- Version: 1.2.78
6- Release: 2 %{?dist }
7- License: GPLv3
5+ Version: 1.2.80
6+ Release: 7 %{?dist }
7+ License: GPL-3.0 -only
88URL: https://dbmx.net/%{name }/
99Source: https://dbmx.net/%{name }/pkg/%{name }-%{version }.tar.gz
1010Patch0: kyotocabinet-1.2.76-cflags.patch
1111Patch1: kyotocabinet-1.2.76-8-byte-atomics.patch
12- Patch2: kyotocabinet-1.2.78-random-failures.patch
1312Requires: %{name }-libs%{?_isa } = %{version }-%{release }
1413BuildRequires: gcc-c++, zlib-devel, lzo-devel, xz-devel
1514
@@ -51,10 +50,7 @@ The kyotocabinet-apidocs package contains API documentation for developing
5150applications that use Kyoto Cabinet.
5251
5352%prep
54- %setup -q
55- %patch 0 -p1 -b .cflags
56- %patch 1 -p1 -b .8-byte-atomics
57- %patch 2 -p1 -b .random-failures
53+ %autosetup -p1
5854
5955%build
6056%configure --disable-opt --enable-lzo --enable-lzma
@@ -144,8 +140,37 @@ make check
144140%doc COPYING doc/api/* kyotocabinet.idl
145141
146142%changelog
147- * Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.2.78-2
148- - Initial CBL-Mariner import from Fedora 33 (license: MIT).
143+ * Mon Apr 07 2025 Aninda Pradhan <v-anipradhan@microsoft.com> - 1.2.80-7
144+ - Initial Azure Linux import from Fedora 41 (license: MIT)
145+ - License Verified
146+
147+ * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.80-6
148+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
149+
150+ * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.80-5
151+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
152+
153+ * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.80-4
154+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
155+
156+ * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.80-3
157+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
158+
159+ * Thu May 18 2023 Peng Wu <pwu@redhat.com> - 1.2.80-2
160+ - Migrate to SPDX license
161+
162+ * Mon Apr 17 2023 Peng Wu <pwu@redhat.com> - 1.2.80-1
163+ - Update to 1.2.80
164+ - Resolves: RHBZ#2186606
165+
166+ * Wed Apr 12 2023 Florian Weimer <fweimer@redhat.com> - 1.2.79-3
167+ - Port configure script to C99 (#2186199)
168+
169+ * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.79-2
170+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
171+
172+ * Tue Nov 22 2022 Peng Wu <pwu@redhat.com> - 1.2.79-1
173+ - Update to 1.2.79
149174
150175* Wed Sep 23 2020 Robert Scheck <robert@fedoraproject.org> 1.2.78-1
151176- Update to 1.2.78 (#1858682)
@@ -273,3 +298,4 @@ make check
273298
274299* Wed Dec 8 2010 Casey Dahlin <cdahlin@redhat.com> - 1.2.27-1
275300- Initial packaging
301+
0 commit comments