Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded mobile-broadband-provider-info to version 20240407 #11529

Open
wants to merge 2 commits into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"mobile-broadband-provider-info-20190618.tar.xz": "c22d64a565d1975b9eecb6ed2eeaef18634bc6f385c8137d05e845d8fb3cce5b"
"mobile-broadband-provider-info-20240407.tar.xz": "89bfeff215f4bff8e9c3ff2ec25250fdb080d11e9bfa59c6fc71982ac01c814a"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ Vendor: Microsoft Corporation
Distribution: Azure Linux
Summary: Mobile broadband provider database
Name: mobile-broadband-provider-info
Version: 20190618
Release: 4%{?dist}
Version: 20240407
Release: 3%{?dist}
URL: https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband/ServiceProviders
License: Public Domain
License: CC-PDDC
Source: https://download.gnome.org/sources/%{name}/%{version}/%{name}-%{version}.tar.xz

BuildArch: noarch

BuildRequires: gcc
BuildRequires: meson
BuildRequires: /usr/bin/xmllint
BuildRequires: /usr/bin/xsltproc

Expand All @@ -31,31 +34,89 @@ developing developing applications that use %{name}.


%build
%configure
%make_build
%meson
%meson_build


%check
make check
%meson_test


%install
%make_install
%meson_install


%files
%{_datadir}/%{name}
%doc README
%license COPYING


%files devel
%{_datadir}/pkgconfig/%{name}.pc


%changelog
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 20190618-4
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
* Tue Dec 31 2024 Aninda Pradhan <[email protected]> - 20240407-3
- Initial Azure Linux import from Fedora 41 (license: MIT)
- License verified.

* Thu Jul 18 2024 Fedora Release Engineering <[email protected]> - 20240407-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

* Fri May 17 2024 Davide Cavalca <[email protected]> - 20240407-1
- Update to upstream release 20240407

* Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 20230416-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 20230416-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Wed Sep 06 2023 Till Maas <[email protected]> - 20230416-3
- migrate to spdx license

* Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 20230416-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Sun Apr 16 2023 Lubomir Rintel <[email protected]> - 20230416-1
- Update to upstream release 20230416

* Thu Jan 19 2023 Fedora Release Engineering <[email protected]> - 20221107-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Mon Nov 07 2022 Lubomir Rintel <[email protected]> - 20221107-1
- Update to upstream release 20221107

* Mon Jul 25 2022 Lubomir Rintel <[email protected]> - 20220725-1
- Update to upstream release 20220725

* Thu Jul 21 2022 Fedora Release Engineering <[email protected]> - 20220511-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Wed May 11 2022 Lubomir Rintel <[email protected]> - 20220511-1
- Update to upstream release 20220511

* Tue Mar 15 2022 Lubomir Rintel <[email protected]> - 20220315-1
- Update to upstream release 20220315

* Thu Jan 20 2022 Fedora Release Engineering <[email protected]> - 20210805-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Thu Aug 5 2021 Thomas Haller <[email protected]> - 20210805-1
- Update to upstream release 20210805

* Thu Jul 22 2021 Fedora Release Engineering <[email protected]> - 20201225-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Tue Jan 26 2021 Fedora Release Engineering <[email protected]> - 20201225-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Fri Dec 25 2020 Thomas Haller <[email protected]> - 20201225-1
- Update to upstream release 20201225

* Tue Jul 28 2020 Fedora Release Engineering <[email protected]> - 20190618-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Wed Jan 29 2020 Fedora Release Engineering <[email protected]> - 20190618-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Expand Down Expand Up @@ -178,4 +239,3 @@ make check

* Tue Jun 2 2009 Dan Williams <[email protected]> 0.20090602-1
- Initial version

4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13172,8 +13172,8 @@
"type": "other",
"other": {
"name": "mobile-broadband-provider-info",
"version": "20190618",
"downloadUrl": "https://download.gnome.org/sources/mobile-broadband-provider-info/20190618/mobile-broadband-provider-info-20190618.tar.xz"
"version": "20240407",
"downloadUrl": "https://download.gnome.org/sources/mobile-broadband-provider-info/20240407/mobile-broadband-provider-info-20240407.tar.xz"
}
}
},
Expand Down