Hello community, here is the log from the commit of package velum-branding for openSUSE:Factory checked in at 2018-06-05 12:53:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/velum-branding (Old) and /work/SRC/openSUSE:Factory/.velum-branding.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "velum-branding" Tue Jun 5 12:53:01 2018 rev:2 rq:614022 version:0.0.0+git_r10_5ca0f38 Changes: -------- --- /work/SRC/openSUSE:Factory/velum-branding/velum-branding.changes 2018-05-29 10:44:05.814314842 +0200 +++ /work/SRC/openSUSE:Factory/.velum-branding.new/velum-branding.changes 2018-06-05 12:53:01.697381527 +0200 @@ -1,0 +2,7 @@ +Thu May 31 10:24:19 UTC 2018 - [email protected] + +- Commit 9485bbd by David Cassany [email protected] + Make use of %license macro + + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ velum-branding.spec ++++++ --- /var/tmp/diff_new_pack.WySXgu/_old 2018-06-05 12:53:02.429354717 +0200 +++ /var/tmp/diff_new_pack.WySXgu/_new 2018-06-05 12:53:02.429354717 +0200 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %if 0%{?is_opensuse} && 0%{?suse_version} > 1500 %define _dist kubic %else @@ -22,7 +23,7 @@ %endif Name: velum-branding -Version: 0.0.0+git_r8_6c4b803 +Version: 0.0.0+git_r10_5ca0f38 Release: 0 Summary: Branding for velum-branding License: Apache-2.0 @@ -60,4 +61,10 @@ %dir %{_datadir}/velum/images %{_datadir}/velum/images/* +%if 0%{?suse_version} < 1500 +%doc LICENSE +%else +%license LICENSE +%endif + %changelog ++++++ master.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/velum-branding-master/packaging/suse/make_spec.sh new/velum-branding-master/packaging/suse/make_spec.sh --- old/velum-branding-master/packaging/suse/make_spec.sh 2018-05-25 09:29:02.000000000 +0200 +++ new/velum-branding-master/packaging/suse/make_spec.sh 2018-05-31 12:25:31.000000000 +0200 @@ -83,5 +83,11 @@ %dir %{_datadir}/velum/images %{_datadir}/velum/images/* +%if 0%{?suse_version} < 1500 +%doc LICENSE +%else +%license LICENSE +%endif + %changelog EOF
