Hello community, here is the log from the commit of package libemf2svg for openSUSE:Leap:15.2 checked in at 2020-03-23 09:33:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/libemf2svg (Old) and /work/SRC/openSUSE:Leap:15.2/.libemf2svg.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libemf2svg" Mon Mar 23 09:33:46 2020 rev:12 rq:787345 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/libemf2svg/libemf2svg.changes 2020-01-15 15:19:49.870389429 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.libemf2svg.new.3160/libemf2svg.changes 2020-03-23 09:33:50.224309869 +0100 @@ -1,0 +2,6 @@ +Mon Mar 16 08:18:20 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Disable RPATH for building libemf2svg. +- Spec cleanup. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libemf2svg.spec ++++++ --- /var/tmp/diff_new_pack.qGoN41/_old 2020-03-23 09:33:50.612310148 +0100 +++ /var/tmp/diff_new_pack.qGoN41/_new 2020-03-23 09:33:50.616310150 +0100 @@ -1,7 +1,7 @@ # # spec file for package libemf2svg # -# 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,25 +12,24 @@ # 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 1 +%define soversion 1 Name: libemf2svg Version: 1.1.0 Release: 0 -License: GPL-2.0 Summary: EMF (Enhanced Metafile) to SVG conversion library -Url: https://github.com/kakwa/libemf2svg +License: GPL-2.0-only Group: Productivity/Graphics/Convertors +URL: https://github.com/kakwa/libemf2svg Source: https://github.com/kakwa/libemf2svg/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: cmake BuildRequires: fontconfig-devel BuildRequires: freetype2-devel BuildRequires: gcc-c++ BuildRequires: libpng-devel -BuildRequires: cmake -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Library for converting Enhanced Metafile (EMF and EMF+) files to the @@ -69,29 +68,25 @@ %setup -q %build -%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}/libemf2svg*so.* %files devel -%defattr(-,root,root) %{_libdir}/libemf2svg*so %{_includedir}/*.h %files -n emf2svg-conv -%defattr(-,root,root) %{_bindir}/emf2svg-conv %changelog
