File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 10
10
%global gh_project mongo-c-driver
11
11
%global libname libmongoc
12
12
%global libver 1.0
13
- %global up_version 1.27.4
13
+ %global up_version 1.27.5
14
14
#global up_prever rc0
15
15
# disabled as require a MongoDB server
16
16
%bcond_with tests
27
27
Name: mongo-c-driver
28
28
Summary: Client library written in C for MongoDB
29
29
Version: %{up_version }%{?up_prever:~%{up_prever }}
30
- Release: 2 %{?dist }
30
+ Release: 1 %{?dist }
31
31
# See THIRD_PARTY_NOTICES
32
32
License: Apache-2.0 AND ISC AND MIT AND Zlib
33
33
URL: https://github.com/%{gh_owner }/%{gh_project }
@@ -259,6 +259,9 @@ exit $ret
259
259
260
260
261
261
%changelog
262
+ *
Wed Aug 7 2024 Remi Collet <[email protected] > -
1.27.5-1
263
+ - update to 1.27.5
264
+
262
265
*
Thu Jul 18 2024 Fedora Release Engineering <[email protected] > -
1.27.4-2
263
266
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
264
267
Original file line number Diff line number Diff line change 4
4
%global gh_project mongo-c-driver
5
5
%global libname libmongoc
6
6
%global libver 1.0
7
- - %global up_version 1.27.4
7
+ - %global up_version 1.27.5
8
8
+ %global up_version 1.28.0
9
9
#global up_prever rc0
10
10
# disabled as require a MongoDB server
11
11
%bcond_with tests
12
- @@ -20,8 +20,8 @@
12
+ @@ -20,7 +20,7 @@
13
13
14
14
Name: mongo-c-driver
15
15
Summary: Client library written in C for MongoDB
16
16
- Version: %{up_version}%{?up_prever:~%{up_prever}}
17
- - Release: 2%{?dist}
18
17
+ Version: %{up_version}%{?up_prever}
19
- + Release: 1%{?dist}
18
+ Release: 1%{?dist}
20
19
# See THIRD_PARTY_NOTICES
21
20
License: Apache-2.0 AND ISC AND MIT AND Zlib
22
- URL: https://github.com/%{gh_owner}/%{gh_project}
You can’t perform that action at this time.
0 commit comments