Skip to content

Commit

Permalink
Upgrade: uchardet version to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
archana25-ms committed Jan 22, 2025
1 parent 99410cc commit 5505f22
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 10 deletions.
4 changes: 2 additions & 2 deletions SPECS-EXTENDED/uchardet/uchardet.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"uchardet-0.0.6.tar.xz": "8351328cdfbcb2432e63938721dd781eb8c11ebc56e3a89d0f84576b96002c61"
"uchardet-0.0.8.tar.xz": "e97a60cfc00a1c147a674b097bb1422abd9fa78a2d9ce3f3fdcc2e78a34ac5f0"
}
}
}
31 changes: 25 additions & 6 deletions SPECS-EXTENDED/uchardet/uchardet.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Distribution: Azure Linux
%undefine __cmake_in_source_build

Name: uchardet
Version: 0.0.6
Release: 17%{?dist}
Version: 0.0.8
Release: 7%{?dist}
Summary: An encoding detector library ported from Mozilla

License: MPLv1.1 or GPLv2+ or LGPLv2+
License: MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.0-or-later
URL: https://www.freedesktop.org/wiki/Software/%{name}
Source0: https://www.freedesktop.org/software/%{name}/releases/%{name}-%{version}.tar.xz

Expand Down Expand Up @@ -56,21 +56,40 @@ popd

%files
%license COPYING
%doc AUTHORS
%doc AUTHORS README.md
%{_bindir}/%{name}
%{_libdir}/lib%{name}.so.*
%{_mandir}/man1/%{name}.1*

%files devel
%{_includedir}/%{name}/
%{_libdir}/cmake/%{name}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

%changelog
* Mon Apr 03 2023 Bala <balakumaran.kannan@microsoft.com> - 0.0.6-17
- Initial CBL-Mariner import from Fedora 37 (license: MIT)
* Mon Jan 13 2025 Archana Shettigar <v-shettigara@microsoft.com> - 0.0.8-7
- Initial Azure Linux import from Fedora 41 (license: MIT)
- License verified

* Sat Jul 20 2024 Fedora Release Engineering <[email protected]> - 0.0.8-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

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

* Fri Jul 28 2023 Akira TAGOH <[email protected]> - 0.0.8-4
- Correct License tag for SPDX migration.

* Sat Jul 22 2023 Fedora Release Engineering <[email protected]> - 0.0.8-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

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

* Fri Jan 13 2023 Vasiliy N. Glazov <[email protected]> - 0.0.8-1
- Update to 0.0.8

* Sat Jul 23 2022 Fedora Release Engineering <[email protected]> - 0.0.6-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29116,8 +29116,8 @@
"type": "other",
"other": {
"name": "uchardet",
"version": "0.0.6",
"downloadUrl": "https://www.freedesktop.org/software/uchardet/releases/uchardet-0.0.6.tar.xz"
"version": "0.0.8",
"downloadUrl": "https://www.freedesktop.org/software/uchardet/releases/uchardet-0.0.8.tar.xz"
}
}
},
Expand Down

0 comments on commit 5505f22

Please sign in to comment.