Rebase to 2.9.0
This commit is contained in:
parent
2d94930867
commit
c71785b1c4
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -10,3 +10,4 @@
|
|||
/utf8proc-v2.4.0.tar.gz
|
||||
/utf8proc-v2.6.1.tar.gz
|
||||
/utf8proc-v2.7.0.tar.gz
|
||||
/utf8proc-v2.9.0.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (utf8proc-v2.7.0.tar.gz) = 29f7883de13302d609e8755872ed43174e70076e9681b4ac3f9b03e50295c45d9972c193bc81f94ad7e11e2d33a46cad5a30a80873173e6e1ae242101ebb3bed
|
||||
SHA512 (utf8proc-v2.9.0.tar.gz) = 544ed59812279af4135e5622e2e77b3f067765df819cf8b78e679dfc481e9baa5a357a33c40426c5053c1d5107109e3c4c191ed83f3f7c4a6b1769d04b17715c
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Library for processing UTF-8 encoded Unicode strings
|
||||
Name: utf8proc
|
||||
Version: 2.7.0
|
||||
Release: 8%{?dist}
|
||||
Version: 2.9.0
|
||||
Release: 1%{?dist}
|
||||
License: MIT AND Unicode-DFS-2015
|
||||
URL: http://julialang.org/utf8proc/
|
||||
Source: https://github.com/JuliaLang/utf8proc/archive/v%{version}.tar.gz#/%{name}-v%{version}.tar.gz
|
||||
|
|
@ -62,6 +62,9 @@ rm %{buildroot}%{_libdir}/libutf8proc.a
|
|||
%{_libdir}/pkgconfig/libutf8proc.pc
|
||||
|
||||
%changelog
|
||||
* Mon Oct 07 2024 Tomas Korbar <tkorbar@redhat.com> - 2.9.0-1
|
||||
- Rebase to 2.9.0
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue