Rebuild for ICU 63

This commit is contained in:
Pete Walter 2019-01-23 21:50:54 +00:00
commit 1c373e7c57

View file

@ -7,7 +7,7 @@
Name: znc-%{modname}
Version: 0
Release: 0.9git%{shortcommit}%{?dist}
Release: 0.10git%{shortcommit}%{?dist}
Summary: ZNC module for client specific buffers
License: ASL 2.0
@ -35,6 +35,9 @@ install -Dpm0755 %{modname}.so %{buildroot}%{_libdir}/znc/%{modname}.so
%{_libdir}/znc/%{modname}.so
%changelog
* Wed Jan 23 2019 Pete Walter <pwalter@fedoraproject.org> - 0-0.10gitfe0f368
- Rebuild for ICU 63
* Tue Jul 31 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 0-0.9gitfe0f368
- Require specific version of znc, to avoid unexpected breakage when znc
updates. (Broken deps are better than a broken server.)