Fix license in appdata file (bug #1293561)
This commit is contained in:
parent
5c42e75d55
commit
d752630df2
@ -1,6 +1,14 @@
|
||||
diff -up octave-4.0.0/etc/icons/octave.appdata.xml.in.appdata octave-4.0.0/etc/icons/octave.appdata.xml.in
|
||||
--- octave-4.0.0/etc/icons/octave.appdata.xml.in.appdata 2015-05-23 08:21:53.000000000 -0600
|
||||
+++ octave-4.0.0/etc/icons/octave.appdata.xml.in 2015-12-30 16:19:24.324969806 -0700
|
||||
--- octave-4.2.0/etc/icons/octave.appdata.xml.in.appdata 2016-11-13 16:16:10.000000000 +0100
|
||||
+++ octave-4.2.0/etc/icons/octave.appdata.xml.in 2016-12-29 14:54:32.389932341 +0100
|
||||
@@ -17,7 +17,7 @@
|
||||
-->
|
||||
<application>
|
||||
<id type="desktop">%OCTAVE_DESKTOP_FILE%</id>
|
||||
- <licence>GPLv3+</licence>
|
||||
+ <licence>GPL-3.0+</licence>
|
||||
<name>GNU Octave</name>
|
||||
<summary>Interactive programming environment for numerical computations</summary>
|
||||
<description>
|
||||
@@ -52,5 +52,4 @@
|
||||
</screenshots>
|
||||
<url type="homepage">http://www.octave.org</url>
|
||||
|
@ -14,7 +14,7 @@
|
||||
Name: octave
|
||||
Epoch: 6
|
||||
Version: 4.2.0
|
||||
Release: 11%{?rcver:.rc%{rcver}}%{?dist}
|
||||
Release: 12%{?rcver:.rc%{rcver}}%{?dist}
|
||||
Summary: A high-level language for numerical computations
|
||||
Group: Applications/Engineering
|
||||
License: GPLv3+
|
||||
@ -431,6 +431,9 @@ fi
|
||||
%{_pkgdocdir}/refcard*.pdf
|
||||
|
||||
%changelog
|
||||
* Thu Dec 29 2016 Kalev Lember <klember@redhat.com> - 6:4.2.0-12
|
||||
- Fix license in appdata file (bug #1293561)
|
||||
|
||||
* Fri Dec 09 2016 Orion Poplawski <orion@cora.nwra.com> - 6:4.2.0-11
|
||||
- Handle noarch package tarball names
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user