Skip to content

Commit

Permalink
Base Version: Updating version from 18 -> 23 (Fedora 41).
Browse files Browse the repository at this point in the history
  • Loading branch information
v-smalavathu committed Nov 19, 2024
1 parent ec144b0 commit 18e1641
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion SPECS-EXTENDED/libvarlink/libvarlink.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"libvarlink-18.tar.gz": "7a32543643116ad105da4ddb2f8030de7dcad1cdb3feb1a214ae5e7b65a6a198"
"libvarlink-23.tar.gz": "a5575e070e446e7c4486d424393950e6cb7a3b376ee20d517b0c13a876659a8d"
}
}
20 changes: 14 additions & 6 deletions SPECS-EXTENDED/libvarlink/libvarlink.spec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
%global _hardened_build 1

Name: libvarlink
Version: 18
Release: 4%{?dist}
Version: 23
Release: 1%{?dist}
Summary: Varlink C Library
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Azure Linux
URL: https://github.com/varlink/%{name}
Source0: https://github.com/varlink/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: meson
BuildRequires: gcc

Expand All @@ -30,21 +30,26 @@ Summary: Varlink command line tools
The %{name}-util package contains varlink command line tools.

%prep
%setup -q
%autosetup

%build
%meson
%meson_build

%check
export LC_CTYPE=C.utf8
# https://github.com/varlink/libvarlink/issues/63
%ifarch ppc64le
test_list=$(%meson_test --list) 2> /dev/null
test_list=${test_list//test-symbols}
%meson_test $test_list
%else
%meson_test
%endif

%install
%meson_install

%ldconfig_scriptlets

%files
%license LICENSE
%{_libdir}/libvarlink.so.*
Expand All @@ -60,6 +65,9 @@ export LC_CTYPE=C.utf8
%{_libdir}/pkgconfig/libvarlink.pc

%changelog
* Tue Nov 19 2024 Sreenivasulu Malavathula <[email protected]> - 23-1
- Udpdating Azure-Linux import from Fedora 41 (license: MIT)

* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 18-4
- Initial CBL-Mariner import from Fedora 32 (license: MIT).

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11381,8 +11381,8 @@
"type": "other",
"other": {
"name": "libvarlink",
"version": "18",
"downloadUrl": "https://github.com/varlink/libvarlink/archive/18/libvarlink-18.tar.gz"
"version": "23",
"downloadUrl": "https://github.com/varlink/libvarlink/archive/23/libvarlink-23.tar.gz"
}
}
},
Expand Down

0 comments on commit 18e1641

Please sign in to comment.