Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Milan Bouchet-Valat
8a859629f3
Fix missing build flags
Closes RHBZ #1573115.
2018-04-30 10:47:57 +02:00
Milan Bouchet-Valat
0ae73645ae
New upstream release 2.1.1 2018-04-27 16:56:26 +02:00
3 changed files with 13 additions and 5 deletions

1
.gitignore vendored
View file

@ -5,3 +5,4 @@
/utf8proc-v2.0.1.tar.gz
/utf8proc-v2.0.2.tar.gz
/utf8proc-v2.1.0.tar.gz
/utf8proc-v2.1.1.tar.gz

View file

@ -1 +1 @@
SHA512 (utf8proc-v2.1.0.tar.gz) = 72b7f377fa6a62018d3eeab8723a27e25db3d1f794ae0bf21fff62ec1a7439bec52e7c93d2a00c218de6ff518097fb4a7a87c56e61ba8c98e689aa8f7171c812
SHA512 (utf8proc-v2.1.1.tar.gz) = 66c3e79439dd4c4b148ec3a2a9f96442fcccb9e488384e52807f513dad64d4b7adea8626c60d21ea401ce4240ced0c71265de51c4d1550c37c8db9176dbb4fe8

View file

@ -1,7 +1,7 @@
Summary: Library for processing UTF-8 encoded Unicode strings
Name: utf8proc
Version: 2.1.0
Release: 5%{?dist}
Version: 2.1.1
Release: 2%{?dist}
License: BSD
Group: System Environment/Libraries
URL: http://julialang.org/utf8proc/
@ -37,10 +37,11 @@ strings, unless you want to allocate memory yourself.
%setup -qn %{name}-%{version}
%build
make %{?_smp_mflags} CFLAGS="%{optflags}"
%set_build_flags
make %{?_smp_mflags}
%check
make %{?_smp_mflags} CFLAGS="%{optflags}" \
make %{?_smp_mflags} \
test/normtest test/graphemetest test/printproperty \
test/charwidth test/normtest test/graphemetest test/charwidth
@ -60,6 +61,12 @@ rm %{buildroot}%{_libdir}/libutf8proc.a
%{_libdir}/libutf8proc.so
%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.
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild