Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package owncloud-client for openSUSE:Factory 
checked in at 2024-04-26 23:27:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/owncloud-client (Old)
 and      /work/SRC/openSUSE:Factory/.owncloud-client.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "owncloud-client"

Fri Apr 26 23:27:25 2024 rev:45 rq:1170255 version:5.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/owncloud-client/owncloud-client.changes  
2024-02-22 21:03:04.417155857 +0100
+++ 
/work/SRC/openSUSE:Factory/.owncloud-client.new.1880/owncloud-client.changes    
    2024-04-26 23:27:33.629583156 +0200
@@ -1,0 +2,5 @@
+Thu Apr 18 06:07:15 UTC 2024 - th...@gmx.de
+
+- Fix build for Leap which is missing /usr/etc
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ owncloud-client.spec ++++++
--- /var/tmp/diff_new_pack.LBa5qZ/_old  2024-04-26 23:27:34.341609183 +0200
+++ /var/tmp/diff_new_pack.LBa5qZ/_new  2024-04-26 23:27:34.341609183 +0200
@@ -16,9 +16,13 @@
 #
 
 
-# The minimum required version of qtkeychain, stay with 0.4.0 for now
-# to stay compatible with 13.2
+# The minimum required version of qtkeychain
 %define keychain_version 0.12.0
+# old rpm without /usr/etc
+%if 0%{?suse_version} && 0%{?suse_version} <= 1500
+%global _distconfdir /etc
+%endif
+
 Name:           owncloud-client
 Version:        5.2.1
 Release:        0
@@ -126,11 +130,7 @@
 %autosetup -p1 -n ownCloud_os-%{version}
 
 %build
-
-echo suse_version   0%{?suse_version}
-
-%cmake_qt6 -DKDE_SKIP_RPATH_SETTINGS=ON
-
+%cmake_qt6 -DKDE_SKIP_RPATH_SETTINGS=ON 
-DKDE_INSTALL_SYSCONFDIR=%{_distconfdir}
 %{qt6_build}
 
 %install

Reply via email to