Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package paperclips for openSUSE:Factory checked in at 2025-02-05 12:41:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/paperclips (Old) and /work/SRC/openSUSE:Factory/.paperclips.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "paperclips" Wed Feb 5 12:41:54 2025 rev:7 rq:1243252 version:1.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/paperclips/paperclips.changes 2024-09-30 15:40:34.777467812 +0200 +++ /work/SRC/openSUSE:Factory/.paperclips.new.2316/paperclips.changes 2025-02-05 12:42:23.417414800 +0100 @@ -1,0 +2,6 @@ +Wed Feb 5 06:45:50 UTC 2025 - Fridrich Strba <fst...@suse.com> + +- Work around the fact that %%_libdir is now not defined for noarch + builds + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ paperclips.spec ++++++ --- /var/tmp/diff_new_pack.eVRbLU/_old 2025-02-05 12:42:24.277450297 +0100 +++ /var/tmp/diff_new_pack.eVRbLU/_new 2025-02-05 12:42:24.277450297 +0100 @@ -1,7 +1,7 @@ # # spec file for package paperclips # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -65,7 +65,7 @@ %patch -P 0 -p1 %build -export CLASSPATH=%{_libdir}/java/swt.jar +export CLASSPATH=$(find-jar swt) pushd src javac -source 1.8 -target 1.8 -g -encoding UTF-8 $(find . -type f -name "*.java")