New upstream release 1.3
This commit is contained in:
parent
e7436bdacd
commit
f6336ba871
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/utf8proc-v1.1.6.tar.gz
|
/utf8proc-v1.1.6.tar.gz
|
||||||
/utf8proc-1.2.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
|
Summary: Library for processing UTF-8 encoded Unicode strings
|
||||||
Name: utf8proc
|
Name: utf8proc
|
||||||
Version: 1.2
|
Version: 1.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Libraries
|
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#/utf8proc-%{version}.tar.gz
|
Source: https://github.com/JuliaLang/utf8proc/archive/v%{version}.tar.gz#/%{name}-v%{version}.tar.gz
|
||||||
|
|
||||||
%description
|
%description
|
||||||
utf8proc is a library for processing UTF-8 encoded Unicode strings.
|
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.
|
strings, unless you want to allocate memory yourself.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -qn %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make %{?_smp_mflags} CFLAGS="%{optflags}"
|
make %{?_smp_mflags} CFLAGS="%{optflags}"
|
||||||
@ -60,6 +60,9 @@ rm %{buildroot}%{_libdir}/libutf8proc.a
|
|||||||
%{_libdir}/libutf8proc.so
|
%{_libdir}/libutf8proc.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user