Skip to content

Commit 469ae7b

Browse files
authored
Upgrade kyotocabinet to version 1.2.80 (#10802)
1 parent 8a67fc4 commit 469ae7b

4 files changed

Lines changed: 39 additions & 42 deletions

File tree

SPECS-EXTENDED/kyotocabinet/kyotocabinet-1.2.78-random-failures.patch

Lines changed: 0 additions & 29 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"kyotocabinet-1.2.78.tar.gz": "494c6383a94bd7a64425223a770821128e99ebae68b598714e782b566772b3af"
3+
"kyotocabinet-1.2.80.tar.gz": "4c85d736668d82920bfdbdb92ac3d66b7db1108f09581a769dd9160a02def349"
44
}
55
}

SPECS-EXTENDED/kyotocabinet/kyotocabinet.spec

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ Vendor: Microsoft Corporation
22
Distribution: Azure Linux
33
Summary: A straightforward implementation of DBM
44
Name: 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
88
URL: https://dbmx.net/%{name}/
99
Source: https://dbmx.net/%{name}/pkg/%{name}-%{version}.tar.gz
1010
Patch0: kyotocabinet-1.2.76-cflags.patch
1111
Patch1: kyotocabinet-1.2.76-8-byte-atomics.patch
12-
Patch2: kyotocabinet-1.2.78-random-failures.patch
1312
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
1413
BuildRequires: gcc-c++, zlib-devel, lzo-devel, xz-devel
1514

@@ -51,10 +50,7 @@ The kyotocabinet-apidocs package contains API documentation for developing
5150
applications 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+

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8541,8 +8541,8 @@
85418541
"type": "other",
85428542
"other": {
85438543
"name": "kyotocabinet",
8544-
"version": "1.2.78",
8545-
"downloadUrl": "https://dbmx.net/kyotocabinet/pkg/kyotocabinet-1.2.78.tar.gz"
8544+
"version": "1.2.80",
8545+
"downloadUrl": "https://dbmx.net/kyotocabinet/pkg/kyotocabinet-1.2.80.tar.gz"
85468546
}
85478547
}
85488548
},

0 commit comments

Comments
 (0)