Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0fd85c34d3 |
||
|
|
6ec935e61c |
3 changed files with 13 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@
|
||||||
/utf8proc-v2.0.1.tar.gz
|
/utf8proc-v2.0.1.tar.gz
|
||||||
/utf8proc-v2.0.2.tar.gz
|
/utf8proc-v2.0.2.tar.gz
|
||||||
/utf8proc-v2.1.0.tar.gz
|
/utf8proc-v2.1.0.tar.gz
|
||||||
|
/utf8proc-v2.1.1.tar.gz
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (utf8proc-v2.1.0.tar.gz) = 72b7f377fa6a62018d3eeab8723a27e25db3d1f794ae0bf21fff62ec1a7439bec52e7c93d2a00c218de6ff518097fb4a7a87c56e61ba8c98e689aa8f7171c812
|
SHA512 (utf8proc-v2.1.1.tar.gz) = 66c3e79439dd4c4b148ec3a2a9f96442fcccb9e488384e52807f513dad64d4b7adea8626c60d21ea401ce4240ced0c71265de51c4d1550c37c8db9176dbb4fe8
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
Summary: Library for processing UTF-8 encoded Unicode strings
|
Summary: Library for processing UTF-8 encoded Unicode strings
|
||||||
Name: utf8proc
|
Name: utf8proc
|
||||||
Version: 2.1.0
|
Version: 2.1.1
|
||||||
Release: 4%{?dist}
|
Release: 2%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://julialang.org/utf8proc/
|
URL: http://julialang.org/utf8proc/
|
||||||
|
|
@ -37,10 +37,11 @@ strings, unless you want to allocate memory yourself.
|
||||||
%setup -qn %{name}-%{version}
|
%setup -qn %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make %{?_smp_mflags} CFLAGS="%{optflags}"
|
%set_build_flags
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} CFLAGS="%{optflags}" \
|
make %{?_smp_mflags} \
|
||||||
test/normtest test/graphemetest test/printproperty \
|
test/normtest test/graphemetest test/printproperty \
|
||||||
test/charwidth test/normtest test/graphemetest test/charwidth
|
test/charwidth test/normtest test/graphemetest test/charwidth
|
||||||
|
|
||||||
|
|
@ -60,6 +61,12 @@ rm %{buildroot}%{_libdir}/libutf8proc.a
|
||||||
%{_libdir}/libutf8proc.so
|
%{_libdir}/libutf8proc.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 30 2018 Milan Bouchet-Valat <nalimilan@club.fr> - 2.1.1-2
|
||||||
|
- Fix missing build flags (RHBZ #1573115).
|
||||||
|
|
||||||
|
* Fri Apr 27 2018 Milan Bouchet-Valat <nalimilan@club.fr> - 2.1.1-1
|
||||||
|
- New upstream release.
|
||||||
|
|
||||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-4
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue