Fix license tag (AGPLv3+ to LGPLv3+)

This commit is contained in:
Miro Hrončok 2018-03-20 00:21:51 +01:00
commit b1e99fb8e0

View file

@ -1,8 +1,8 @@
Name: libsavitar
Version: 3.2.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: C++ implementation of 3mf loading with SIP Python bindings
License: AGPLv3+
License: LGPLv3+
URL: https://github.com/Ultimaker/libSavitar
Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@ -86,6 +86,9 @@ make install DESTDIR=%{buildroot}
%{python3_sitearch}/Savitar.so
%changelog
* Mon Mar 19 2018 Miro Hrončok <mhroncok@redhat.com> - 3.2.1-2
- Fix license tag (AGPLv3+ to LGPLv3+)
* Mon Mar 19 2018 Miro Hrončok <mhroncok@redhat.com> - 3.2.1-1
- Update to 3.2.1 (#1523886)