Fix license tag (AGPLv3+ to LGPLv3+)
This commit is contained in:
parent
0ef2c83cfc
commit
b1e99fb8e0
1 changed files with 5 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue