Hello community, here is the log from the commit of package molsketch for openSUSE:Leap:15.2 checked in at 2020-02-21 13:54:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/molsketch (Old) and /work/SRC/openSUSE:Leap:15.2/.molsketch.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "molsketch" Fri Feb 21 13:54:24 2020 rev:11 rq:777912 version:0.5.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/molsketch/molsketch.changes 2020-01-15 15:30:44.078754696 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.molsketch.new.26092/molsketch.changes 2020-02-21 13:54:24.918098062 +0100 @@ -1,0 +2,12 @@ +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" + +------------------------------------------------------------------- +Wed Oct 23 17:28:57 CEST 2019 - [email protected] + +- fix build-requires for factory/tumbleweed + rsvg-convert tool is now in rsvg-convert package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ molsketch.spec ++++++ --- /var/tmp/diff_new_pack.3g6ByA/_old 2020-02-21 13:54:25.642099528 +0100 +++ /var/tmp/diff_new_pack.3g6ByA/_new 2020-02-21 13:54:25.646099536 +0100 @@ -1,7 +1,7 @@ # # spec file for package molsketch # -# Copyright (c) 2017 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -24,25 +24,29 @@ Version: 0.5.1 Release: 0 Summary: 2D molecular structures editor -License: GPL-2.0+ +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 || 0%{?sle_version} >= 150200 +BuildRequires: rsvg-convert +%else BuildRequires: rsvg-view -BuildRequires: pkgconfig(openbabel-2.0) +%endif BuildRequires: update-desktop-files BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 BuildRequires: pkgconfig(Qt5Gui) +BuildRequires: pkgconfig(Qt5Network) BuildRequires: pkgconfig(Qt5PrintSupport) BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5Test) BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: pkgconfig(Qt5Network) +BuildRequires: pkgconfig(openbabel-2.0) %description The purpose of this editor to help drawing molecules. @@ -131,7 +135,8 @@ %endif %files -%doc CHANGELOG COPYING +%license COPYING +%doc CHANGELOG %{_bindir}/%{binname} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/molsketch.*
