Update to 3.4.1 (#1599716)

This commit is contained in:
Miro Hrončok 2018-08-28 16:02:44 +02:00
commit 27a956a4f1
3 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,6 @@
Name: libarcus
Version: 3.3.0
Release: 4%{?dist}
Version: 3.4.1
Release: 1%{?dist}
Summary: Communication library between internal components for Ultimaker software
License: LGPLv3+
URL: https://github.com/Ultimaker/libArcus
@ -81,6 +81,9 @@ make install DESTDIR=%{buildroot}
%{python3_sitearch}/Arcus.so
%changelog
* Tue Aug 28 2018 Miro Hrončok <mhroncok@redhat.com> - 3.4.1-1
- Update to 3.4.1 (#1599716)
* Thu Aug 23 2018 Rex Dieter <rdieter@fedoraproject.org> - 3.3.0-4
- Use PyQt5.sip (#1601917)