Hello community,

here is the log from the commit of package equalx for openSUSE:Factory checked 
in at 2020-06-07 21:39:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/equalx (Old)
 and      /work/SRC/openSUSE:Factory/.equalx.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "equalx"

Sun Jun  7 21:39:12 2020 rev:13 rq:812174 version:0.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/equalx/equalx.changes    2018-06-19 
11:56:39.181649608 +0200
+++ /work/SRC/openSUSE:Factory/.equalx.new.3606/equalx.changes  2020-06-07 
21:39:24.877658612 +0200
@@ -1,0 +2,9 @@
+Sat Jun  6 21:45:17 UTC 2020 - Atri Bhattacharya <[email protected]>
+
+- Replace inkscape by rsvg-convert: reduces build time
+  dependencies and works without GUI fixing build failures on
+  openSUSE >= 1550; BuildRequires: rsvg-convert (rsvg-view for
+  Leap 15.1).
+- Use %license for LICENSE file.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ equalx.spec ++++++
--- /var/tmp/diff_new_pack.fuCYTo/_old  2020-06-07 21:39:25.657661084 +0200
+++ /var/tmp/diff_new_pack.fuCYTo/_new  2020-06-07 21:39:25.657661084 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package equalx
 #
-# Copyright (c) 2018 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/
 #
 
 
@@ -22,7 +22,7 @@
 Summary:        Editor for writing and exporting TeX/LaTeX equations
 License:        GPL-3.0-or-later
 Group:          Productivity/Publishing/TeX/Frontends
-Url:            http://equalx.sourceforge.net/
+URL:            http://equalx.sourceforge.net/
 Source0:        
http://downloads.sourceforge.net/equalx/%{name}-%{version}.tar.gz
 Source1:        %{name}.appdata.xml
 # PATCH-FIX-OPENSUSE equalx-fix-desktop-file.patch [email protected] -- Fix 
icon tag in desktop file and categories for compatibility with openSUSE defined 
ones
@@ -33,8 +33,12 @@
 BuildRequires:  fdupes
 BuildRequires:  ghostscript
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  inkscape
 BuildRequires:  pkg-config
+%if 0%{?suse_version} == 1500 && 0%{?sle_version} == 150100
+BuildRequires:  rsvg-view
+%else
+BuildRequires:  rsvg-convert
+%endif
 %if 0%{?suse_version} > 1320
 BuildRequires:  pkgconfig(Qt5Sql)
 BuildRequires:  pkgconfig(Qt5Widgets)
@@ -83,7 +87,7 @@
 pushd resources/icons/equalx
 for i in 256 512;
 do
-  inkscape -w ${i} -C equalx.svg -e equalx-${i}x${i}.png
+  rsvg-convert -w ${i} equalx.svg > equalx-${i}x${i}.png
 done
 popd
 
@@ -123,7 +127,8 @@
 
 %files
 %defattr(-,root,root)
-%doc changelog README LICENSE THANKS
+%doc changelog README THANKS
+%license LICENSE
 %{_bindir}/%{name}
 # OWN THE 512x512 ICON DIR AS HICOLOR THEME DOES NOT PROVIDE IT YET
 %dir %{_datadir}/icons/hicolor/512x512


Reply via email to