Skip to content

Commit 32b693b

Browse files
authored
sync RPM spec file from downstream (#1755)
1 parent 8912f5b commit 32b693b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.evergreen/etc/mongo-c-driver.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
Name: mongo-c-driver
2828
Summary: Client library written in C for MongoDB
2929
Version: %{up_version}%{?up_prever:~%{up_prever}}
30-
Release: 1%{?dist}
30+
Release: 2%{?dist}
3131
# See THIRD_PARTY_NOTICES
3232
License: Apache-2.0 AND ISC AND MIT AND Zlib
3333
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -258,6 +258,9 @@ exit $ret
258258

259259

260260
%changelog
261+
* Mon Oct 7 2024 Remi Collet <[email protected]> - 1.28.0-2
262+
- rebuild for utf8proc #2316935
263+
261264
* Thu Sep 19 2024 Remi Collet <[email protected]> - 1.28.0-1
262265
- update to 1.28.0
263266
- raise dependency to libmongocrypt 1.11.0

.evergreen/etc/spec.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
Summary: Client library written in C for MongoDB
1616
-Version: %{up_version}%{?up_prever:~%{up_prever}}
1717
+Version: %{up_version}%{?up_prever}
18-
Release: 1%{?dist}
18+
Release: 2%{?dist}
1919
# See THIRD_PARTY_NOTICES
2020
License: Apache-2.0 AND ISC AND MIT AND Zlib

0 commit comments

Comments
 (0)