diff --git a/.gitignore b/.gitignore index beec8a0..e575188 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /utf8proc-v1.1.6.tar.gz /utf8proc-1.2.tar.gz /utf8proc-v1.3.tar.gz +/utf8proc-v1.3.1.tar.gz diff --git a/sources b/sources index 413357e..b9479aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a6621dbb8a654bf5c0840c682f4c5f9e utf8proc-v1.3.tar.gz +347cbe5feef3d6714566bad06f1b0135 utf8proc-v1.3.1.tar.gz diff --git a/utf8proc.spec b/utf8proc.spec index c6d201d..ba86299 100644 --- a/utf8proc.spec +++ b/utf8proc.spec @@ -1,6 +1,6 @@ Summary: Library for processing UTF-8 encoded Unicode strings Name: utf8proc -Version: 1.3 +Version: 1.3.1 Release: 1%{?dist} License: BSD Group: System Environment/Libraries @@ -60,6 +60,9 @@ rm %{buildroot}%{_libdir}/libutf8proc.a %{_libdir}/libutf8proc.so %changelog +* Tue Nov 03 2015 Milan Bouchet-Valat - 1.3.1-1 +- New upstream release. + * Tue Aug 11 2015 Milan Bouchet-Valat - 1.3-1 - New upstream release.