-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 1.5.1; mention doc web site and 2.0 alpha
- Loading branch information
Laurence Lundblade
committed
Jan 9, 2025
1 parent
846e2d3
commit 46a9d02
Showing
4 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Guidelines from https://docs.fedoraproject.org/en-US/packaging-guidelines/CMake/ | ||
|
||
Name: qcbor | ||
Version: 1.5.0 | ||
Version: 1.5.1 | ||
Release: 0%{?dist} | ||
Summary: A CBOR encoder/decoder library | ||
URL: https://github.com/laurencelundblade/QCBOR | ||
License: BSD-3-Clause | ||
Source0: %{URL}/archive/refs/tags/v1.5.tar.gz | ||
Source0: %{URL}/archive/refs/tags/v1.5.1.tar.gz | ||
|
||
BuildRequires: cmake | ||
BuildRequires: gcc | ||
|
@@ -24,7 +24,7 @@ Development files needed to build and link to the QCBOR library. | |
|
||
|
||
%prep | ||
%setup -q -n QCBOR-1.5 | ||
%setup -q -n QCBOR-1.5.1 | ||
%cmake -DBUILD_QCBOR_TEST=APP | ||
|
||
|
||
|
@@ -53,5 +53,5 @@ Development files needed to build and link to the QCBOR library. | |
|
||
|
||
%changelog | ||
* Fri Dec 20 2024 Laurence Lundblade <[email protected]> - 1.5.0-0 | ||
* Jan 8 2024 Laurence Lundblade <[email protected]> - 1.5.1 | ||
- Initial library RPM packaging. |