Compare commits

...

No commits in common. 'c9' and 'i8c-stream-1.14' have entirely different histories.

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

Loading…
Cancel
Save