Hello community,

here is the log from the commit of package rust for openSUSE:Factory checked in 
at 2020-11-26 23:10:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rust (Old)
 and      /work/SRC/openSUSE:Factory/.rust.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rust"

Thu Nov 26 23:10:45 2020 rev:59 rq:849988 version:1.47.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rust/rust.changes        2020-11-23 
10:49:31.422544257 +0100
+++ /work/SRC/openSUSE:Factory/.rust.new.5913/rust.changes      2020-11-26 
23:12:31.176942537 +0100
@@ -1,0 +2,11 @@
+Fri Nov 20 13:40:04 UTC 2020 - Manfred Hollstein <[email protected]>
+
+- Make all shared libraries in %{common_libdir} executable; otherwise
+  fdupes will not find any duplicates in %{rustlibdir}.
+
+-------------------------------------------------------------------
+Thu Nov  5 09:27:56 UTC 2020 - Manfred Hollstein <[email protected]>
+
+- rust-rpmlintrc: Reflect updated LLVM name in the filter.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rust.spec ++++++
--- /var/tmp/diff_new_pack.WTEG4a/_old  2020-11-26 23:12:37.236943793 +0100
+++ /var/tmp/diff_new_pack.WTEG4a/_new  2020-11-26 23:12:37.240943793 +0100
@@ -518,6 +518,9 @@
 # Remove installer artifacts (manifests, uninstall scripts, etc.)
 find %{buildroot}%{rustlibdir} -maxdepth 1 -type f -exec rm -v '{}' '+'
 
+# The shared libraries should be executable to allow fdupes find duplicates.
+find %{buildroot}%{common_libdir} -maxdepth 1 -type f -name '*.so' -exec chmod 
-v +x '{}' '+'
+
 # The shared libraries should be executable for debuginfo extraction.
 find %{buildroot}%{rustlibdir} -maxdepth 1 -type f -name '*.so' -exec chmod -v 
+x '{}' '+'
 

++++++ rust-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.WTEG4a/_old  2020-11-26 23:12:37.332943812 +0100
+++ /var/tmp/diff_new_pack.WTEG4a/_new  2020-11-26 23:12:37.332943812 +0100
@@ -20,4 +20,4 @@
 addFilter("rustfmt.x86_64: W: useless-provides rustfmt")
 
 # error when building with bootstrap. ignore for now
-addFilter(".*shlib-policy-name-error.*libLLVM-8.*")
+addFilter(".*shlib-policy-name-error.*libLLVM-11.*")
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to