Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package audacity for openSUSE:Factory 
checked in at 2022-02-01 14:02:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/audacity (Old)
 and      /work/SRC/openSUSE:Factory/.audacity.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "audacity"

Tue Feb  1 14:02:52 2022 rev:99 rq:950332 version:3.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/audacity/audacity.changes        2021-12-02 
02:10:10.019593597 +0100
+++ /work/SRC/openSUSE:Factory/.audacity.new.1898/audacity.changes      
2022-02-01 14:03:16.335943085 +0100
@@ -1,0 +2,5 @@
+Mon Jan 31 08:17:38 UTC 2022 - Dave Plater <davejpla...@gmail.com>
+
+- Added conditional %post and %postun for Leap, to fix boo#1194977
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ audacity.spec ++++++
--- /var/tmp/diff_new_pack.umuCh4/_old  2022-02-01 14:03:17.419935654 +0100
+++ /var/tmp/diff_new_pack.umuCh4/_new  2022-02-01 14:03:17.423935627 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package audacity
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -168,6 +168,17 @@
 rm -f %{buildroot}%{_prefix}/%{name}
 %find_lang %{name}
 
+%if 0%{?suse_version} == 1500
+%post
+ldconfig %{_libdir}/%{name}
+%end
+
+%postun
+ldconfig %{_libdir}/%{name}
+%end
+
+%endif
+
 %files
 %defattr(-,root,root)
 %doc README.txt

Reply via email to