Hello community, here is the log from the commit of package molsketch for openSUSE:Factory checked in at 2020-02-20 15:37:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/molsketch (Old) and /work/SRC/openSUSE:Factory/.molsketch.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "molsketch" Thu Feb 20 15:37:44 2020 rev:3 rq:777698 version:0.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/molsketch/molsketch.changes 2019-10-31 22:46:05.493906777 +0100 +++ /work/SRC/openSUSE:Factory/.molsketch.new.26092/molsketch.changes 2020-02-20 15:37:46.898780815 +0100 @@ -1,0 +2,6 @@ +Thu Feb 20 10:16:56 UTC 2020 - Max Lin <[email protected]> + +- Leap 15.2 and SLE15 SP2 has newer librsvg, extend the conditional + for "BuildRequires: rsvg-convert" + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ molsketch.spec ++++++ --- /var/tmp/diff_new_pack.5nX7Jf/_old 2020-02-20 15:37:47.602782045 +0100 +++ /var/tmp/diff_new_pack.5nX7Jf/_new 2020-02-20 15:37:47.602782045 +0100 @@ -1,7 +1,7 @@ # # spec file for package molsketch # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,14 +26,14 @@ Summary: 2D molecular structures editor License: GPL-2.0-or-later Group: Productivity/Scientific/Chemistry -Url: https://molsketch.sourceforge.net +URL: https://molsketch.sourceforge.net Source0: https://downloads.sourceforge.net/molsketch/Molsketch-%{version}-src.tar.gz BuildRequires: cmake BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme -%if 0%{suse_version} >= 1550 +%if 0%{suse_version} >= 1550 || 0%{?sle_version} >= 150200 BuildRequires: rsvg-convert %else BuildRequires: rsvg-view @@ -135,7 +135,8 @@ %endif %files -%doc CHANGELOG COPYING +%license COPYING +%doc CHANGELOG %{_bindir}/%{binname} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/molsketch.*
