Hello community, here is the log from the commit of package libvisio2svg for openSUSE:Factory checked in at 2020-03-18 12:41:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvisio2svg (Old) and /work/SRC/openSUSE:Factory/.libvisio2svg.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvisio2svg" Wed Mar 18 12:41:18 2020 rev:3 rq:785955 version:0.5.5 Changes: -------- --- /work/SRC/openSUSE:Factory/libvisio2svg/libvisio2svg.changes 2018-07-09 13:27:29.834965781 +0200 +++ /work/SRC/openSUSE:Factory/.libvisio2svg.new.3160/libvisio2svg.changes 2020-03-18 12:45:53.128973391 +0100 @@ -1,0 +2,6 @@ +Mon Mar 16 08:09:01 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Disable RPATH for building libvision2svg. +- Spec cleanup. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvisio2svg.spec ++++++ --- /var/tmp/diff_new_pack.hyTbO9/_old 2020-03-18 12:45:54.072973989 +0100 +++ /var/tmp/diff_new_pack.hyTbO9/_new 2020-03-18 12:45:54.076973991 +0100 @@ -1,7 +1,7 @@ # # spec file for package libvisio2svg # -# Copyright (c) 2016 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,25 +12,25 @@ # 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/ # -%define soversion 0 +%define soversion 0 Name: libvisio2svg Version: 0.5.5 Release: 0 -License: GPL-2.0 Summary: Library to convert Visio Documents and Stencils (VSS and VSD) to SVG -Url: https://github.com/kakwa/libvisio2svg +License: GPL-2.0-only Group: Productivity/Graphics/Convertors +URL: https://github.com/kakwa/libvisio2svg Source0: https://github.com/kakwa/libvisio2svg/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: freetype2-devel %if 0%{?suse_version} > 1320 BuildRequires: gcc-c++ %else -# Leap 42.2+ / SLE12SP2Backports +# SLE12 BuildRequires: gcc7-c++ #!Buildignore: libgcc_s1 %endif @@ -39,7 +39,6 @@ BuildRequires: libvisio-devel BuildRequires: libwmf-devel BuildRequires: libxml2-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Library for conversion of Visio Documents and Stencils (VSS and VSD) to SVG. @@ -81,32 +80,28 @@ %build test -x "$(type -p gcc-7)" && export CC=gcc-7 test -x "$(type -p g++-7)" && export CXX=g++-7 -%cmake -make %{?_smp_mflags} +%cmake -DCMAKE_SKIP_RPATH=TRUE +%cmake_build %install %cmake_install %post -n %{name}%{soversion} -p /sbin/ldconfig - %postun -n %{name}%{soversion} -p /sbin/ldconfig %files -n %{name}%{soversion} -%defattr(-,root,root) %doc README.md %license LICENSE %{_libdir}/libTitleGenerator.*so.* %{_libdir}/libVisio2Svg.*so.* %files devel -%defattr(-,root,root) %{_libdir}/libTitleGenerator.*so %{_libdir}/libVisio2Svg.*so %dir %{_includedir}/visio2svg/ %{_includedir}/visio2svg/*.h %files -n visio2svg-conv -%defattr(-,root,root) %{_bindir}/vss2svg-conv %{_bindir}/vsd2svg-conv
