Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
18505d631a |
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/utf8proc-v1.1.6.tar.gz
|
||||
/utf8proc-1.2.tar.gz
|
||||
/utf8proc-v1.3.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
dfdacacce306ecf7113c565f5ba35ce3 utf8proc-1.2.tar.gz
|
||||
a6621dbb8a654bf5c0840c682f4c5f9e utf8proc-v1.3.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
Summary: Library for processing UTF-8 encoded Unicode strings
|
||||
Name: utf8proc
|
||||
Version: 1.2
|
||||
Release: 2%{?dist}
|
||||
Version: 1.3
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Group: System Environment/Libraries
|
||||
URL: http://julialang.org/utf8proc/
|
||||
Source: https://github.com/JuliaLang/utf8proc/archive/v%{version}.tar.gz#/utf8proc-%{version}.tar.gz
|
||||
Source: https://github.com/JuliaLang/utf8proc/archive/v%{version}.tar.gz#/%{name}-v%{version}.tar.gz
|
||||
|
||||
%description
|
||||
utf8proc is a library for processing UTF-8 encoded Unicode strings.
|
||||
|
|
@ -34,7 +34,7 @@ The documentation for the C library is found in the utf8proc.h header file.
|
|||
strings, unless you want to allocate memory yourself.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -qn %{name}-%{version}
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} CFLAGS="%{optflags}"
|
||||
|
|
@ -60,6 +60,9 @@ rm %{buildroot}%{_libdir}/libutf8proc.a
|
|||
%{_libdir}/libutf8proc.so
|
||||
|
||||
%changelog
|
||||
* Tue Aug 11 2015 Milan Bouchet-Valat <nalimilan@club.fr> - 1.3-1
|
||||
- New upstream release.
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue