|
|
|
@ -1,12 +1,13 @@
|
|
|
|
|
Summary: Library for processing UTF-8 encoded Unicode strings
|
|
|
|
|
Name: utf8proc
|
|
|
|
|
Version: 2.6.1
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
License: Unicode and MIT
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: http://julialang.org/utf8proc/
|
|
|
|
|
Source: https://github.com/JuliaLang/utf8proc/archive/v%{version}.tar.gz#/%{name}-v%{version}.tar.gz
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -18,10 +19,13 @@ the characters “Hyphen” (U+2010), “Minus” (U+2212) and “Hyphen-Minus
|
|
|
|
|
(U+002D, ASCII Minus) all into the ASCII minus sign, to make them
|
|
|
|
|
equal for comparisons.
|
|
|
|
|
|
|
|
|
|
The currently supported Unicode version is 9.0.0.
|
|
|
|
|
|
|
|
|
|
This package only contains the C library.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Header files, libraries and development documentation for %{name}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
@ -61,36 +65,21 @@ rm %{buildroot}%{_libdir}/libutf8proc.a
|
|
|
|
|
%{_libdir}/pkgconfig/libutf8proc.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.6.1-4
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Tue Dec 12 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.6.1-3
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.6.1-3
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Dec 16 2020 Milan Bouchet-Valat <nalimilan@club.fr> - 2.6.1-1
|
|
|
|
|
- New upstream release.
|
|
|
|
|
* Thu Jun 30 2022 Richard Lescak <rlescak@redhat.com> - 2.6.1-3
|
|
|
|
|
- added Build requirements (make, perl)
|
|
|
|
|
- old scriptlets replaced with ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
* Thu Jun 30 2022 Richard Lescak <rlescak@redhat.com> - 2.6.1-2
|
|
|
|
|
- changed tarball in sources
|
|
|
|
|
|
|
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu May 16 2019 Milan Bouchet-Valat <nalimilan@club.fr> - 2.4.0-1
|
|
|
|
|
- New upstream release.
|
|
|
|
|
|
|
|
|
|
* Sun Apr 21 2019 Milan Bouchet-Valat <nalimilan@club.fr> - 2.3.0-1
|
|
|
|
|
- New upstream release.
|
|
|
|
|
* Tue Jun 21 2022 Richard Lescak <rlescak@redhat.com> - 2.6.1-1
|
|
|
|
|
- rebase to version 2.6.1 (#2097237) (#2078557)
|
|
|
|
|
|
|
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
* Mon Aug 05 2019 Lubos Uhliarik <luhliari@redhat.com> - 2.1.1-5
|
|
|
|
|
- Resolves: #1695587 - Ensure modular RPM upgrade path
|
|
|
|
|
|
|
|
|
|
* Mon Jul 23 2018 Joe Orton <jorton@redhat.com> - 2.1.1-4
|
|
|
|
|
- update License tag to Unicode and MIT
|
|
|
|
|