Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package woff2 for openSUSE:Factory checked in at 2023-01-07 17:17:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/woff2 (Old) and /work/SRC/openSUSE:Factory/.woff2.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "woff2" Sat Jan 7 17:17:38 2023 rev:4 rq:1056678 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/woff2/woff2.changes 2018-07-28 12:38:29.452205423 +0200 +++ /work/SRC/openSUSE:Factory/.woff2.new.1563/woff2.changes 2023-01-07 17:19:26.062055726 +0100 @@ -1,0 +2,5 @@ +Fri Jan 6 11:21:56 UTC 2023 - Ferdinand Thiessen <r...@fthiessen.de> + +- Add install-executables.patch to install woff2 tools + +------------------------------------------------------------------- New: ---- install-executables.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ woff2.spec ++++++ --- /var/tmp/diff_new_pack.jgFOxv/_old 2023-01-07 17:19:26.474058184 +0100 +++ /var/tmp/diff_new_pack.jgFOxv/_new 2023-01-07 17:19:26.482058232 +0100 @@ -1,7 +1,7 @@ # # spec file for package woff2 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 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/ # @@ -29,7 +29,8 @@ Source99: baselibs.conf # PATCH-FIX-UPSTREAM woff2-fix-overflow-when-decoding-glyf.patch -- Check for overflow when decoding glyf Patch0: woff2-fix-overflow-when-decoding-glyf.patch - +# PATCH-FIX-OPENSUSE install-executables.patch -- Install woff tools +Patch1: install-executables.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig @@ -122,6 +123,10 @@ %post -n libwoff2enc%{soname} -p /sbin/ldconfig %postun -n libwoff2enc%{soname} -p /sbin/ldconfig +%files +%license LICENSE +%{_bindir}/woff2_* + %files -n libwoff2common%{soname} %license LICENSE %{_libdir}/libwoff2common.so.* ++++++ install-executables.patch ++++++ diff -Nur woff2-1.0.2/CMakeLists.txt new/CMakeLists.txt --- woff2-1.0.2/CMakeLists.txt 2017-11-13 19:31:28.000000000 +0100 +++ new/CMakeLists.txt 2023-01-06 12:19:53.666418912 +0100 @@ -260,12 +260,10 @@ LIBRARIES woff2enc) # Installation -if (NOT BUILD_SHARED_LIBS) - install( - TARGETS woff2_decompress woff2_compress woff2_info - RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" - ) -endif() +install( + TARGETS woff2_decompress woff2_compress woff2_info + RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" +) install( TARGETS woff2common woff2dec woff2enc