File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1010%global gh_project mongo-c-driver
1111%global libname libmongoc
1212%global libver 1.0
13- %global up_version 1.29.2
13+ %global up_version 1.30.0
1414#global up_prever rc0
1515# disabled as require a MongoDB server
1616%bcond_with tests
2727Name: mongo-c-driver
2828Summary: Client library written in C for MongoDB
2929Version: %{up_version }%{?up_prever:~%{up_prever }}
30- Release: 2 %{?dist }
30+ Release: 1 %{?dist }
3131# See THIRD_PARTY_NOTICES
3232License: Apache-2.0 AND ISC AND MIT AND Zlib
3333URL: https://github.com/%{gh_owner }/%{gh_project }
@@ -259,6 +259,9 @@ exit $ret
259259
260260
261261%changelog
262+ *
Thu Feb 6 2025 Remi Collet <[email protected] > -
1.30.0-1 263+ - update to 1.30.0
264+
262265*
Fri Jan 17 2025 Fedora Release Engineering <[email protected] > -
1.29.2-2 263266- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
264267
Original file line number Diff line number Diff line change 1- --- mongo-c-driver.spec.orig 2025-01-21 14:17:19.855896844 -0500
2- +++ mongo-c-driver.spec 2025-01-21 14:25:13.380750157 -0500
1+ --- mongo-c-driver.spec.orig 2025-02-06 12:55:03.175912820 -0500
2+ +++ mongo-c-driver.spec 2025-02-06 12:55:26.893793221 -0500
33@@ -10,7 +10,7 @@
44 %global gh_project mongo-c-driver
55 %global libname libmongoc
66 %global libver 1.0
7- - %global up_version 1.29.2
8- + %global up_version 1.30.0
7+ - %global up_version 1.30.0
8+ + %global up_version 1.30.1
99 #global up_prever rc0
1010 # disabled as require a MongoDB server
1111 %bcond_with tests
12- @@ -26,8 +26,8 @@
12+ @@ -26,7 +26,7 @@
1313
1414 Name: mongo-c-driver
1515 Summary: Client library written in C for MongoDB
1616- Version: %{up_version}%{?up_prever:~%{up_prever}}
17- - Release: 2%{?dist}
1817+ Version: %{up_version}%{?up_prever}
19- + Release: 1%{?dist}
18+ Release: 1%{?dist}
2019 # See THIRD_PARTY_NOTICES
2120 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