This commit is contained in:
Dennis Gilmore 2012-07-19 16:28:59 -05:00
parent fb4152d2dc
commit 27ef44cdd7

View File

@ -1,6 +1,6 @@
Name: libunistring
Version: 0.9.3
Release: 5%{?dist}
Release: 6%{?dist}
Group: System Environment/Libraries
Summary: GNU Unicode string library
License: LGPLv3+
@ -69,6 +69,9 @@ if [ $1 = 0 ]; then
fi
%changelog
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.3-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Tue Jun 26 2012 Akira TAGOH <tagoh@redhat.com> - 0.9.3-5
- Fix a typo in %%preun. (#737638)