diff --git a/.gitignore b/.gitignore index 5796326..beec8a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /utf8proc-v1.1.6.tar.gz /utf8proc-1.2.tar.gz +/utf8proc-v1.3.tar.gz diff --git a/sources b/sources index 7be7e94..413357e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dfdacacce306ecf7113c565f5ba35ce3 utf8proc-1.2.tar.gz +a6621dbb8a654bf5c0840c682f4c5f9e utf8proc-v1.3.tar.gz diff --git a/utf8proc.spec b/utf8proc.spec index ad1aca8..c6d201d 100644 --- a/utf8proc.spec +++ b/utf8proc.spec @@ -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 - 1.3-1 +- New upstream release. + * Fri Jun 19 2015 Fedora Release Engineering - 1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild